body {
	padding: 0;
	font-family: "Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
	font-size: 13px;
	line-height: 1.428571429;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
	font-weight: 500;
    margin: 0;
	color: #666;
}

h3, .h3 {
	font-size: 20px;
}

a {
	color: #1bcad4;
}

a:hover {
	color: #1abfc8;
}

.hidden {
	display: none !important;
}

.divider {
	height: 1px;
	width: 100%;
	background: #ddd;
}

.pull-right {
	float: right !important;
}

.form-control:focus {
    border-color: #1bcad4;
    outline: 0;
    box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
}

.navbar-brand {
	/* background: #fff; */
	padding: 0 30px;
}

.navbar-light .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link {
	font-size: 1.5em;
	padding-left: 1rem;
	padding-right: 1rem;
	/* margin: 2px; */
	margin: 0;
	border-radius: 4px;
	transition: 0.25s ease all;
	/* min-width: 100px; */
    text-align: center;
}
#footer {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #555;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link:hover {
	color: #1bcad4;
    background: #fff;
	box-shadow: 2px 2px 20px 0 rgba(0,0,0,0.1);
}

.navbar-light .navbar-nav .active>.nav-link {
	color: #fff;
    background: #1bcad4;
	/* box-shadow: 2px 2px 20px 0 rgba(0,0,0,0.1); */
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}

/* Sliding nav bg */
.navbar-nav {
	position: relative;
}

.navbar-nav .nav-item {
    z-index: 10;
}

.menu-sliding-bg {
	display: none;
    position: absolute;
    font-size: 1.5em;
    /* width: 100%; */
    padding: .5rem 1rem;
    /* margin: 2px; */
    border-radius: 4px;
    color: #fff;
    background: #1bcad4;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 0;
    transition: 0.3s ease all;
}

/* @media(min-width:992px) {
	.menu-sliding-bg {
		width: 100px;
	}
} */

.btn {
    border-width: 1px;
	border-bottom-width: 1px;
    border-radius: 3px;
}

.btn.btn-primary {
	color: #fff;
    background: #1bcad4;
    border-color: #1abfc8;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
	background: #1abfc8;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1abfc8;
    border-color: #1abfc8;
}

#file_transfer {
	padding: 50px 20px;
	min-height: calc(100vh - 114px);
}

.page-box h3.page-title {
	padding: 10px !important;
}

#page-content-wrapper {
	overflow: hidden;
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=1)";
	-ms-filter: "alpha(opacity=1)";
	visibility: visible !important;
}

/* Checkbox styling */
.checkbox {
	display: inline-block;
	padding-top: 0;
	/* padding-left: 20px; */ }
.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px; }
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555; }
.checkbox input[type="checkbox"] {
	opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
	/*outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;*/ }
.checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'FontAwesome';
	content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
	opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
	border-radius: 50%; }
.checkbox.checkbox-inline {
	margin-top: 0; }

.checkbox-custom input[type="checkbox"]:checked + label::before {
	background-color: #1bcad4;
	border-color: #1bcad4; }
.checkbox-custom input[type="checkbox"]:checked + label::after {
	color: #fff; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
	background-color: #428bca;
	border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
	color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
	background-color: #d9534f;
	border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
	color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
	background-color: #5bc0de;
	border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
	color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
	color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #5cb85c;
	border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
	color: #fff; }
/* /Checkbox styling */

.form-horizontal .checkbox {
	padding-top: 0;
	margin-top: 0;
    margin-bottom: 0;
	vertical-align: middle;

}

.block-container {
	/*position: absolute;
	left: 50%;
	transform: translateX(-50%);*/
	text-align: center;
}

.block {
	/*display: block;
	float: left;*/
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-right: 15px;
}

/* @media(max-width: 420px) {
	.block {
		margin-right: 0;
		margin-bottom: 15px;
	}
} */

.block .divider {
	margin: 0;
}

.send .send-container {
	display: block;
	position: relative;
	width: 350px;
	border: 1px solid #e8e8e8;
	padding: 0;
	border-radius: 3px;
	transition: 0.3s ease all;
}

.block .receive .receive-container {
	margin-top: 20px;
}

.btn.btn-browse-files {
	position: relative;
	width: 348px;
	/* height: 200px; */
	height: auto;
	padding: 15px;
	/* border-color: #e8e8e8; */
	border: none;
	margin: 0;
}

/* @media(max-width:420px) {
	.send .send-container {
		max-width: calc(100% - 70px);
	}
	.btn.btn-browse-files {
		max-width: 100%;
	}
} */

.btn.btn-browse-files:hover, .btn.btn-browse-files:focus, .btn.btn-browse-files:active, .btn.btn-browse-files.active {
	background-color: #fefefe;
	border-color: #e8e8e8;
	box-shadow: none;
}

.btn.btn-browse-files .upload-icon {
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	/* top: 50%;
	transform: translateY(-50%); */
}

.btn.btn-browse-files .add-more-icon {
	display: none;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.btn.btn-browse-files .description {
	margin-top: 150px;
    width: 100%;
    white-space: normal;
    text-align: center;
	font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 0;
}

.btn.btn-browse-files .drag-drop-text {
	text-align: center;
	margin-top: 25px;
	color: #aaa;
	font-size: 15px;
}

.btn.btn-browse-files .plus-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 100px;
	font-weight: 100;
	/* color: red; */
	color: #1bcad4;
	line-height: 100px;
	margin-top: -7.5px;
}

.btn.btn-browse-files .short-description {
	text-align: center;
}

.btn.btn-browse-files .click-text {
	font-weight: 500;
    color: #1bcad4;
    display: block;
    margin-top: 10px;
    text-align: center;
    margin: 15px -15px -15px;
    border-top: 1px solid #e8e8e8;
    padding: 15px;
	text-decoration: underline;
}

.upload-area {
	visibility: hidden;
	opacity: 0;
	position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.95);
    z-index: 1022;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	transition: 0.3s ease all;
}

.upload-area:after {
    content: '';
    position: fixed;
    left: 10px;
    border: 2px solid #666;
    border-style: dashed;
    margin: 20px;
    right: 10px;
    bottom: 10px;
    top: 10px;
	border-radius: 10px;
}

.upload-area h2 {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.upload-area h2 small {
	font-size: 16px;
    color: #888;
    margin-top: 15px;
}

.upload-area h2 .livicon-evo.livicon-evo-holder {
	visibility: inherit !important;
}

.send .send-container .btn.btn-browse-files .files-info {
	display: none;
}

.send .send-container .main-view {
	display: none;
}

.send .send-container.expanded, .send .send-container.processing, .send .send-container.completed {
	border: 1px solid #ddd;
	box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.09);
}

.send .send-container.expanded .btn.btn-browse-files {
	width: 250px;
	height: auto;
	background: #fff;
}

.send .send-container.expanded .btn.btn-browse-files h3 {
	margin-left: 65px;
}

.send .send-container.expanded .btn.btn-browse-files .plus-icon {
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 50px;
}

.send .send-container.expanded .btn.btn-browse-files .files-info {
	display: inline-block;
	margin-left: 65px;
	font-size: 14px;
}

.send .send-container.expanded .main-view {
	display: block;
}

.send .send-container.expanded .btn.btn-browse-files .add-more-icon {
	display: block;
}

.send .send-container.expanded .upload-icon,
.send .send-container.expanded .description,
.send .send-container.expanded .short-description,
.send .send-container.expanded .drag-drop-text,
.send .send-container.expanded .click-text {
	display: none;
}

.send .send-container .reset {
	display: inline-block;
	position: absolute;
	top: 30px;
	cursor: pointer;
	right: 20px;
	text-decoration: none;
}

.send .send-container .divider {
	display: block;
}

.send .send-container .files-wrapper {
	display: block;
}

.send .send-container .send-footer {
	display: block;
}

.files-wrapper {
	height: 225px;
	overflow-y: auto;
	padding: 0;
	margin: 0;
	background: #fafafa;
}

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

.file {
	height: 50px;
	border-bottom: 1px solid #ddd;
	padding: 15px;
}

.file:hover {
	background: #fff;
}

.file .name {
	float: left;
	width: 240px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.file .name .fas, .file .name .far, .file .name .fab {
	margin-right: 15px;
	font-size: 1.2em;
	line-height: 1.2em;
}

.file .name input {
	vertical-align: text-bottom;
	cursor: pointer;
	margin-right: 10px;
}

.file .size {
	display: block;
	text-align: right;
	float: right;
	margin-right: 10px;
}

.send .file:hover .size {
	display: none;
}

.file .delete {
	display: none;
	float: right;
	text-align: right;
	font-size: 1.2em;
	line-height: 1.2em;
	cursor: pointer;
	margin-right: 10px;
}

.file:hover .delete {
	display: block;
}

.send-footer {
	padding: 15px;
}

.send-options {
	margin-bottom: 15px;
}

.send-options .btn-group {
	width: 100%;
	/* margin-bottom: 10px; */
	margin-bottom: 0;
}
.send-options .btn-group .btn {
	width: calc(33.33% - 10px);
	background: #fff;
	border: none;
	color: #aaa;
	box-shadow: none;
	margin: 0 5px;
	padding: 4px 8px;
	height: auto;
	border-radius: 3px !important;
	font-size: 1.1em;
	line-height: 2.5em;
}

.send-options .btn-group .btn:hover {
	background: #f4f4f4;
	color: #444;
}

.send-options .btn-group .btn.active {
	box-shadow: none;
	/* color: #1bcad4; */
	color: #222;
	background: #f4f4f4;
}

.send-options .btn-group .btn.send-email.active:before {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% - 5px);
	/* bottom: -20px; */
	bottom: -5px;
	background: #f4f4f4;
}

.email-form {
	display: block;
	margin: 0 5px;
	padding: 15px 20px;
	background: #f4f4f4;
	border-radius: 3px;
	overflow-y: auto;
	max-height: 280px;
}

.email-form .form-group {
	position: relative;
}

.email-form .form-group.required:before {
    content: '*';
    position: absolute;
    left: 0;
    bottom: 7px;
    color: red;
}

.email-form input, .email-form textarea {
	border: none;
	border-bottom: 1px solid #ddd;
	background: transparent;
	box-shadow: none;
}

.email-form input:focus, .email-form textarea:focus {
	/* border: none; */
	box-shadow: none;
}

.email-form textarea {
	display: block;
	overflow: hidden;
	width: 100%;
	resize: none;
	line-height: 20px;
}

.email-form .bootstrap-tagsinput {
	width: 100%;
	border: none;
	background: transparent;
	box-shadow: none;
	padding: 0;
	color: #777;
}

.email-form .bootstrap-tagsinput input {
	display: block;
    width: 100%;
    border: none;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
    float: none;
    /* height: 34px; */
    padding: .375rem .75rem;
    color: #495057;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* .email-form .bootstrap-tagsinput input:-moz-placeholder {
	color: #999
}

.email-form .bootstrap-tagsinput input::-moz-placeholder {
	color: #999
}

.email-form .bootstrap-tagsinput input:-ms-input-placeholder {
	color: #999
}

.email-form .bootstrap-tagsinput input::-webkit-input-placeholder {
	color: #999
} */

.form-control:focus {
	background: transparent;
}

.email-form .bootstrap-tagsinput input:focus {
	color: #333;
	border-color: #1bcad4;
}

.email-form .form-group.error {
	background: #ffcece;
	border-radius: 0.25em;
	transition: 0.3s ease all;
}

.email-form .bootstrap-tagsinput .tag {
	background: #fff;
	color: #666;
	font-size: 100%;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 2px;
	border-radius: 15px;
    padding: 1px 6px 1px 10px;
    border: 1px solid #e2e2e2;
}

/* .email-form .bootstrap-tagsinput .tag [data-role="remove"]:after {
	content: "\f00d";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0px 2px;
} */

.email-form .bootstrap-tagsinput .tag [data-role="remove"]:hover, .email-form .bootstrap-tagsinput .tag [data-role="remove"]:active,
.email-form .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
	box-shadow: none;
}

.email-form .form-group:last-child {
	margin-bottom: 0;
}

.send .send-container .send-final .stats .data-transferred {
	display: none;
}

.send .send-container.processing .send-final .stats .data-transferred {
	display: inline-block;
}

.send .send-container.processing .send-final .total-file-size {
	display: none;
}

.send .send-container.processing .btn-browse-files,
.send .send-container.completed .btn-browse-files
{
	display: none;
}

.send .send-container.processing .main-view,
.send .send-container.completed .main-view {
	display: none;
}

.send-final {
	display: none;
}

.send .send-container.processing .send-final,
.send .send-container.completed .send-final {
	display: block;
}

.send-final .info-area {
	padding: 15px;
}

.send .send-container .send-final .info-area .key {
	display: none;
	text-align: center;
	margin-top: 10px;
}

.send .send-container .send-final .info-area .key a {
	display: inline-block;
	padding: 2px;
	cursor: pointer;
}

.send .send-container .send-final .info-area .key span {
	display: inline-block;
	color: #333;
	background-color: #fafafa;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin: 0 2px;
	width: 40px;
	line-height: 64px;
}

.send .send-container .send-final .info-area .key span:nth-child(3) {
	margin-right: 14px;
}

.send .send-container.processing .send-final .info-area .key {
	display: none;
}

.send .send-container .send-final .info-area.show-key .key {
	display: block;
}

.send .send-container .send-final .info-area .qr-code {
	display: none;
	text-align: center;
	margin-top: 10px;
	height: 128px;
}

.send .send-container.processing .send-final .info-area .qr-code {
	display: none;
}

.send .send-container .send-final .info-area.show-link .qr-code {
	display: block;
}

.send .send-container .send-final .info-area .share-url {
	display: none;
	text-align: center;
	margin-top: 10px;
}

.send .send-container .send-final .info-area .share-url a {
	text-decoration: none;
	cursor: pointer;
	font-weight: 500;
	color: #777;
	display: inline-block;
	padding: 8px 16px;
	font-size: 14px;
}

.send .send-container .send-final .info-area .share-url a:hover {
	background-color: #f8f8f8;
}

.send .send-container .send-final .info-area .share-url a strong {
	color: #222;
}

.send .send-container.processing .send-final .info-area .share-url {
	display: none;
}

.send .send-container .send-final .info-area.show-link .share-url {
	display: block;
}

.send .send-container .send-final .info-area .expiry {
	text-align: center;
    margin-top: 10px;
    color: #999;
}

.send-final .info-area .status {
	display: inline-block;
	margin-bottom: 10px;
}

.send-final .info-area .cancel {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	float: right;
}

.send-final .info-area .message {
	margin-bottom: 15px;
	color: #777;
}

.stats {
	padding: 25px 15px;
	background: #f8f8f8;
	border-top: 1px solid #ddd;
	border-radius: 3px;
}

.stats .send-stats, .stats .receive-stats {
	color: #777;
	height: 34px;
	line-height: 34px;
}

.stats .data-transferred {
	float: right;
}

.stats .data-sent, .stats .data-received {
	/* color: red; */
	color: #1bcad4;
	font-weight: 500;
}

.stats .progress {
	background: #ddd;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.2) inset;
	height: 18px;
}

.stats .progress-bar {
	background-color: #1bcad4;
}

.send .send-container .send-final .stats .ok {
	display: none;
}

.send .send-container.completed .send-final .stats .ok {
	display: inline-block;
}

.send .send-container.completed .send-final .info-area .cancel {
	display: none;
}

/* .send .send-container.completed .send-final .info-area .message {
	display: none;
} */

.send .send-container.completed .send-final .stats .progress {
	display: none;
}

.receive .receive-container {
	display: block;
	position: relative;
	width: 350px;
	border: 1px solid #e8e8e8;
	padding: 0;
	border-radius: 3px;
	transition: 0.3s ease all;
}

/* @media(max-width:420px) {
	.receive .receive-container {
		max-width: calc(100% - 70px);
	}
} */

.receive .receive-container.active,
.receive .receive-container.expanded,
.receive .receive-container.processing,
.receive .receive-container.completed,
.receive .receive-container.cancelled {
	border: 1px solid #ddd;
	box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.09);
}

.receive .receive-container .main-view {
	padding: 15px;
}

.receive .receive-container.expanded .main-view,
.receive .receive-container.processing .main-view,
.receive .receive-container.completed .main-view,
.receive .receive-container.cancelled .main-view {
	display: none;
}

.receive .receive-container .file-selection-view {
	display: none;
}

.receive .receive-container.expanded .file-selection-view {
	display: block;
}

.receive .receive-container .downloading-view {
	display: none;
}

.receive .receive-container.processing .downloading-view {
	display: block;
}

.receive .receive-container .completed-view {
	display: none;
}

.receive .receive-container.completed .completed-view {
	display: block;
}

.receive .receive-container .cancelled-view {
	display: none;
}

.receive .receive-container.cancelled .cancelled-view {
	display: block;
}

.file-selection-header, .downloading-header, .completed-header, .cancelled-header, .cancelled-footer {
	padding: 15px;
}

.cancelled-body {
	padding: 15px;
	min-height: 200px;
	text-align: center;
}

.file-selection-wrapper {
	height: 275px;
	overflow-y: auto;
	padding: 0;
	margin: 0;
	background: #fafafa;
}

.receive .receive-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    text-align: center;
    z-index: 1020;
}

.receive .receive-overlay h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.receive .expiry {
	/* text-align: center; */
    margin-top: 5px;
    color: #999;
}

.receive .file {
	cursor: pointer;
}

.receive .summary {
	height: 50px;
	padding: 15px;
}

.receive .summary label {
	cursor: pointer;
	font-weight: 500;
}

.receive .file .checkbox label {
	padding-left: 15px;
	cursor: pointer;
}

.receive .summary input {
	vertical-align: text-bottom;
	cursor: pointer;
	margin-right: 5px;
}

.receive .summary .selection-info {
	float:right;
	text-align: right;
}

.receive h3 {
	display: inline-block;
}

.receive .cancel {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	float: right;
	line-height: 22px;
}

.receive .file-selection-footer {
	padding: 20px 15px 15px;
}

.notification {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-75px);
	z-index: 1021;
	/* background: #1bcad4; */
	background: #343942;
	color: #fff;
	padding: 20px 24px;
	min-width: 500px;
	text-align: center;
	font-size: 16px;
	border-radius: 4px;
	box-shadow: 8px 8px 40px 0 rgba(0,0,0,0.22);
	transition: 0.2s ease-out all;
}
.notification.active {
	transform: translateX(-50%) translateY(75px);
}

.signup-container {
	display: block;
	position: relative;
	width: 350px;
	min-height: 200px;
	margin-top: 20px;
	border: 1px solid #e8e8e8;
	padding: 0;
	border-radius: 3px;
	transition: 0.3s ease all;
	padding: 15px;
}
/* @media(max-width:420px) {
	.signup-container {
		max-width: calc(100% - 70px);
	}
} */

/********** Unordered Lists **********/
.signup-container ul .livicon-evo {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: -2px;
}
.signup-container ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 400;
	color: #5c6873;
	margin-bottom: 12px;
}
@media (max-width: 991px) {
	.signup-container ul {
		margin-bottom: 40px;
	}
}

/* Datatable */
.file-list {
	display: inline-block;
	width: 720px;
	position: relative;
    vertical-align: top;
    text-align: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.file-list .container-fluid {
	cursor: pointer;
	padding: 0;
}

.page-link {
	color: #1bcad4;
}

.page-link:hover {
	color: #1abfc8;
}

.page-link:focus {
	box-shadow: none;
}

.page-item.active .page-link {
	background-color: #1bcad4;
    border-color: #1abfc8;
}

table.dataTable {
	border-collapse: collapse !important;
}

table.dataTable tbody td {
	vertical-align: middle;
}

table.hover.dataTable tbody {
	border-bottom: 1px solid #dee2e6;
}

table.hover.dataTable tbody tr:hover {
    background: #fafafa;
}

table.hover.dataTable tbody tr td {
	position: relative;
}

table.hover.dataTable tbody tr td .actions {
	display: none;
	position: absolute;
	top: 50%;
	right: -150px;
	background: #fff;
	padding: 12px 6px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.07);
	border-radius: 4px;
	z-index: 1;
	transform: translateY(-50%);
	border: 1px solid #e8e8e8;
}

table.hover.dataTable tbody tr:hover td .actions {
	display: block;
}

table.hover.dataTable tbody tr td .actions a {
	color: inherit;
	padding: 6px;
	border-radius: 3px;
	margin: 2px;
}

table.hover.dataTable tbody tr td .actions a:first-child {
	margin-left: 0;
}
table.hover.dataTable tbody tr td .actions a:last-child {
	margin-right: 0;
}

table.hover.dataTable tbody tr td .actions a:hover {
	background: #f1f1f1;
}

.dataTables_wrapper .dataTables_processing.card {
	border: none;
    background: transparent;
    font-size: 1.5em;
    color: #1bcad4;
}

table.hover.dataTable tbody tr td .icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	background: #f1f1f1;
	color: #777;
	/* border-radius: 4px; */
	border-radius: 20px;
}

.file-list h3 .reload-uploads {
    display: inline-block;
    /* margin-left: 5px; */
    height: 30px;
    line-height: 30px;
    width: 30px;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    color: #1bcad4;
    text-align: center;
}

.file-list h3 .reload-uploads:hover {
	color: #1abfc8;
	background: #f8f8f8;
}