@-ms-viewport {
	width: auto !important;
}
* {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
*:before,
*:after {
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
	box-sizing: content-box;
}
html, body{
	height: 100%;
}
html {
	font-size: 16px;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
.left {
	float:left;
}
.right {
	float:right;
}
.text-left {
	text-align: left !important;
}
.hidden {
	display: none !important;
	visibility: none !important;
}
#wrapper{
	min-height: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height + border size */
	margin: 0 auto -41px;
}
/* Set the fixed height of the footer here */
#push, #footer {
	height: 40px;
}
.visible-xs{
	display: none;
}

html input[disabled], html select[disabled], html textarea[disabled] {
	cursor: not-allowed;
	opacity: .5;
}

/********* Utilities **********/

.h-full	{
	height: 100%;
}

.block	{
	display: block;
}

.flex {
  display: flex;
}

.gap-3 {
  gap: 0.75rem;
}

.mt-8 {
	margin-top: 2rem;
}

.mb-6	{
	margin-bottom: 1.5rem !important;
}

/********* Components **********/

.form-group {
  margin-bottom: 2rem;
}

.form-text, .description-text {
	color: #999;
	display: block;
	font-size: 0.75rem;
}

.form-text, .form-element {
  margin-top: 0.75rem;
}

.description-text {
	margin-bottom: 0.75rem;
}

.form-group-alt > * + * {
	margin-top: 0.75rem;
}

input[type='checkbox'] {
  height: 1rem;
  width: 1rem;
  margin: 0.125rem 0.5rem 0 0;
}

.checkbox-container {
  display: flex;
  align-items: center;
}

.checkbox-container input[type='checkbox'] {
  margin: 0;
}

.checkbox-container label {
  margin-bottom: 0;
}

.checkbox-container > * + * {
  margin-left: 0.5rem;
}

.all-btns .btn, .selected-btns .btn {
	height: 2.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn-outline {
	border: 1px solid #e4e4e7;
}

.btn-outline:not(:hover) {
	background-color: #fff;
}

.btn-sm, .btn-icon {
	font-size: 0.75rem;
}
.btn:not(.btn-sm, .btn-xs, .btn-icon) {
	font-size: 0.875rem;
}
.btn {
	box-sizing: border-box;
}
.btn, .btn-sm, .btn-lg, .btn-icon {
	font-weight: 500;
	border-radius: 0.375rem;
}
.btn:not(.btn-lg, .btn-sm, .btn-icon, .btn-xs) {
	padding: 0.5rem 1rem;
}
.btn-icon {
	width: 2.25rem;
	height: 2.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.btn:not(.btn-icon) .fa-solid {
	margin-right: 0.5rem;
}
.alert {
	border-radius: 0.375rem;
	padding: 0.5rem 0.75rem;
}
.form-group .alert {
	margin: 0.75rem 0;
}
.uneditable-input, html input[readonly], html select[readonly], html textarea[readonly] {
	color: #999;
}
.form-control, input[type=text], input[type=password], input[type=number], select, textarea {
	color: #555;
}
.form-control, .uneditable-input, input[type=text], input[type=password], input[type=number], select {
	height: 2.25rem;
}
.form-control, .uneditable-input, input[type=text], input[type=password], select, textarea {
	max-width: 32rem;
	width: 100%;
}
.form-control, .uneditable-input, input[type=text], input[type=password], input[type=number], select, textarea {
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0.375rem;
	border: 1px solid #e4e4e7;
	padding: 0.5rem 0.75rem;
	font-size: 0.875rem;
}

.form-control:disabled {
	cursor: not-allowed;
  opacity: 0.5;
}

.form-control::placeholder {
  color: #94a3b8;
}

p {
	margin: 0 0 1.5rem;
}

/********* LOGIN **********/
html.login-page{
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body.login {
	background: none repeat scroll 0 0 transparent;
	height: auto;
	padding-bottom: 20px;
}

.login *, .self-brand .form-control {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.login *:before,
.login *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.input-group-addon {
	background-color: #f4f4f5;
  border: 1px solid #e4e4e7;
}

.login .well-header {
	padding: 0 0 2.25rem;
	margin-bottom: 0;
	border: none;
}

.login .well {
	margin: 5% auto 10px;
	padding: 2.25rem;
	width: 420px;
	background-color: #fff;
	border-radius: 0.5rem;
	border: 1px solid #e4e4e7;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
	color: #020817;
}
.well {
	background-color: #fff;
}
.login .login-outside-well{
	margin-bottom: 24px;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
}
.login .form-group:not(:last-child), .modal .form-group:not(:last-child) {
	margin: 0 auto 1.5rem;
}
.login .form-group:last-child, .modal .form-group:last-child {
	margin: 0 auto;
}
.login .btn {
	/* There's currently no concept of a card footer component, so margin top is used to emulate
2.25rem of padding when combined with form group margin. */
	margin: .75rem 0 0;
	font-size: 1rem;
}

.login .btn.btn-stack, .btn.btn-stack {
    margin-bottom: 10px;
}
.not-supported .btn {
	margin: 10px 0;
}
.login #id_terms_of_use {
	font-size: 12px;
	line-height: 15px;
	width: 100%;
	height: 150px;
}
.navbar .navbar-brand, .login .brand {
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	background-color: transparent;
	margin: 0 auto;
	display: block;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.branding-btn {
    left: 0;
    position: absolute;
    top: 0;
}
.branding-btn > a {
    color: #777777;
    display: block;
    font-size: 10px;
    padding: 50px 80px 0;
    position: relative;
}
.well-header {
	border-style: solid;
	border-width: 0 0 1px 0;
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 4px 4px 0 0;
	box-shadow: none;
	margin-bottom: 20px;
	padding: 10px;
}
.login .login-restart, .login .otp-recovery {
	margin-top: 0.75rem;
}
.login-icon {
	border-style:solid;
	border-width: 1px;
	border-radius: 3px 0 0 3px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 20px;
	padding: 10px;
	width: 10px;
}
.login-icon i {
	height: 20px;
	line-height: 20px;
	vertical-align: bottom;
}
.login .alert.alert-danger, .login .alert.alert-success, .login .alert.alert-info, .login .alert.alert-warning {
	margin: 0.75rem 0;
	padding: 0.5rem 0.75rem;
	text-align: center;
}
.login .alert-danger ul, .login .alert-success ul, .login .alert-info ul {
	list-style: none outside none;
	padding: 0;
	text-align: center;
}

.login .form-group.qrcode {
  text-align: center;
}

.login.label-group {
	display: flex;
	justify-content: space-between;
}

/********* NAVBAR **********/
.navbar {
	border-bottom: 1px solid transparent;
}
.navbar-left {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.navbar-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navbar-nav {
	display: flex;
	align-items: center;
	gap: 0 1rem;
}

.navbar-nav .dropdown-menu a {
	cursor: pointer;
}
.navbar-nav > li > a {
	background-color: transparent;
}

.gravatar-thumb img {
	border-radius: 50%;
}

.navbar-nav > li > .btn-icon,
.nav .open > a, .nav .open > a:focus {
	border-color: transparent;
}

.navbar-nav > li > .btn-icon {
	border-color: transparent;
	padding: 0;
	display: inline-flex;
}
.navbar-collapse.collapse {
	display: block;
}
.navbar-nav>li, .navbar-nav {
	float: left;
}
.navbar-right {
	float: right;
}
.navbar-inner {
	height: 70px;
	background-color: #FFFFFF;
	background-image: none;
	filter: none;
	min-width: 300px;
}
.navbar .btn, .navbar .btn-group {
	margin-top: 0;
}
.navbar-right {
	margin-right: 0px;
}
.file-search-btn {
	box-sizing: border-box;
}
.file-search-btn-dropdown {
	border-radius: 0  0.375rem  0.375rem 0 !important;
}

.sidebar-toggle, a.sidebar-toggle:hover, a.sidebar-toggle:active, a.sidebar-toggle:focus{
	float: left;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	text-decoration: none;
	display: none;
}
.sidebar-toggle [class^="icon-"]:before, a [class^="icon-"]:before, a [class*=" icon-"]:before, .input-group-addon [class^="icon-"]:before, .input-group-addon [class*=" icon-"]:before {
	cursor: pointer;
}
.disabled [class*=" icon-"]:before{
	cursor: default;
}
.navbar .dropdown-menu .btn, .navbar-nav.dropdown-menu .btn-group {
	margin-top: 0.75rem;
}
.navbar-nav > li > .dropdown-menu.top-icon-menu:before {
	display: none;
}
.navbar-nav > li > .dropdown-menu.top-icon-menu:after {
	display: none;
}
.navbar-nav .btn-icon {
	font-size: 1.25rem;
}
.navbar-nav .tooltip {
	visibility: hidden;
}
.navbar .dropdown-menu p {
	margin-bottom: 0.75rem;
}
.navbar .dropdown-menu.top-icon-menu > li > a, .navbar .dropdown-menu.top-icon-menu > li > em, .navbar .dropdown-menu.top-icon-menu > li > span, .navbar .dropdown-menu.top-icon-menu > li > div, .navbar .dropdown-search{
	line-height: 20px;
	padding: 10px;
	display: block;
	line-height: 15px;
	margin: 0 auto;
	width: auto;
}
.dropdown-menu.top-icon-menu > li > a.btn {
	display: block;
}
.navbar .dropdown-menu.top-icon-menu .divider {
	margin: 0 auto;
	opacity: 0.5;
	width: 90%;
}
.navbar .dropdown-menu.top-icon-menu > li > a:hover,
.navbar .dropdown-menu.top-icon-menu > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a {
	text-decoration: none;
	background-image: none;
	filter: none;
}
.navbar .navbar-brand{
	margin: 10px 15px;
}
.navbar-inner {
	border-bottom: 1px solid;
}
.navbar-search {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 0.5rem
}
.navbar-search .btn-group {
	display: flex;
}
input.search-query {
	width: 190px !important;
}
.navbar-fixed-top .dropdown-menu .icon {
	font-size: 14px;
	line-height: 14px;
}
.navbar-fixed-top .dropdown-menu .active .icon {
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	right: 12px;
	top: 6px;
}
.file-filter-form .file-filter-input, .file-rename-form .file-rename-input, .modal-input {
	margin: 0 5px 0 0;
}
.input-group-append .input-group-addon, .input-group-prepend .input-group-addon {
	font-weight: bold;
	text-shadow: none;
}
.progress {
	background-color: #f4f4f5;
	border-radius: 9999px;
	background-image: none;
	height: 1rem;
	box-shadow: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-bottom: 0;
	overflow: hidden;
	vertical-align: text-bottom;
	width: 100%;
}
.progress .progress-bar {
	background-image: none;
	box-shadow: none;
	filter: none;
}
.gravatar, .gravatar-note {
	text-align: center;
}
.modal p.gravatar-note, .modal p.gravatar-note a {
	background: none repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 1.5rem;
}
.refresh-docs {
	background: none repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-size: 14px;
	margin:0;
	text-decoration: underline;
}
.dropdown-menu, .navbar-nav > li > .dropdown-menu {
	background-color: #fff !important;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
	border: 1px solid #e4e4e7 !important;
	border-radius: 0.375rem;
	margin: 2px 0 0;
	position: absolute !important;
}
.label, .badge {
	padding: 0 8px;
	font-size: 12px;
	line-height: 20px;
}
.badge.task-count, .badge.message-count {
	margin: 0 5px;
	position: absolute;
	top: 15px;
}
.label.task-count, .label.message-count {
	margin: 0 0 0 10px;
	padding: 2px 8px;
	display: inline;
}
.modal-content.task-list {
	text-align: left;
}
.task-item{
	margin: 5px 0;
}
.task-item .progress {
	width: 400px;
}
.task-item .alert {
	margin-top: 5px;
}
.task-item .modal-content-title {
	display: block;
	vertical-align: top;
	width: 200px;
	margin-right: 10px;
}
.task-item .modal-content-info {
	display: block;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
	font-weight: normal;
}
.task-item .btn.btn-sm {
	height: 30px;
	vertical-align: top;
	width: 30px;
}
.messages {
	width: 100%;
}
.messages .well {
	padding: 0;
	margin: 10px;
}
.messages-header, .messages-footer, .messages-body {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 10px 20px;
}
.modal .messages-body p, .modal .messages-header p {
	background: none repeat scroll 0 0 transparent;
	padding: 0;
}
.modal p.messages-date{
	float: right;
}
.messages-footer .btn.disabled {
	opacity: 0.25;
}
.messages .carousel {
	margin-bottom: 0;
	line-height: 20px;
}
.connector-modal{
	margin: 0 20px;
}
.connector-download{
	margin: 0 0 10px;
}
.connector-download h2 {
	margin: 0 0 5px;
}
.modal .connector-modal p,
.modal .upsell-modal p {
	padding: 20px;
	text-align: left;
}
.connector-download .btn {
	display: block;
	margin: 10px;
}
.uneditable-input, .uneditable-textarea {
   cursor: text;
}


/********* SIDEBAR **********/
.sidebar-nav, .navbar-collapse, .navbar-collapse.collapse {
	top: 70px;
	left:0;
	height: 100% !important;
	position:fixed;
	overflow-y: auto !important;
	width: 210px;
	z-index: 1010;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
	background-color: #FFFFFF;/*fallback*/
}
.sidebar-nav a {
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-decoration: none;
}
.sidebar-nav > ul {
	list-style: none outside none;
	margin: 0 0 50px;
	padding: 0;
}
.panel{
	width: 210px;
}
.panel-group .panel+.panel {
	margin: 0px;
}
.panel-group {
	margin-bottom: 60px;
}
.panel-heading {
	padding: 0;
}
.sidebar-nav .panel-group .panel-body{
	padding: 0;
	border: none;
}
.panel {
	margin-bottom: 0px;
	border:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.sidebar-nav .panel-group a, .sidebar-nav .panel-group li a, .sidebar-nav .panel-group span{
	padding: 10px 0 10px 15px;
	line-height: 40px;
	text-decoration: none;
	display: block;
}
.sidebar-nav .panel-group li a{
	line-height: 15px;
	padding: 10px 0 10px 50px;
	height: 15px;
}
.sidebar-nav .panel-group li a .fa-solid.fa-chevron-right{
	line-height: 15px;
	font-size: 10px;
}
.sidebar-nav .panel-group ul{
	list-style: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}
.sidebar-nav .panel-group i,
.sidebar-nav .panel-group svg {
	display: inline-block;
	font-size: 20px;
	padding-right: 10px;
	text-align: center;
	width: 20px;
}
.sidebar-nav .panel-group svg {
	vertical-align: middle;
}
.sidebar-footer {
	bottom: 0;
	position: fixed;
	width: 150px;
}
.sidebar-toggle-left > a, .sidebar-toggle-right > a {
	display: block;
	height: 50px;
	padding: 0 20px;
	text-decoration: none;
}
.sidebar-toggle-left > a > i, .sidebar-toggle-right > a > i{
	line-height: 50px;
}
.mobile-sidebar-expand {
	bottom: 60px;
	position: absolute;
}
.sidebar-contract-btn {
	float: right;
}




/********* CONTENT **********/

.content {
	padding: 70px 0 0;
	margin: 0 0 0 50px;
	min-width: 300px;
}
.folder-actions, .selected-btns, .analytics {
	padding: 0 20px 0 30px;
}
.folder-actions{
	padding-bottom: 5px;
	padding-top: 65px;
	position: relative;
}
a.folder-link, a.file-link, a.connector-link {
    text-decoration: underline;
}
.selected-btns, .all-btns {
	margin: 0 0 0 -15px;
  padding: 10px 36px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 998;
	min-width: 300px;
	min-height: 40px;
	background-color: #FFFFFF;/*fallback*/
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}
.selected-btns{
	z-index: 999;
}
.main-content{
	padding: 0 0 20px 0;
}
h1, h2, h3, h4, h5{
	margin: 0 0 10px 0;
}
.main-content .heading h1{
	display: inline;
}
.main-content .heading h2, .main-content .heading h2 a{
	display: inline;
	text-decoration: none;
}
.main-content .heading h3{
	display: inline;
}
hr{
	margin: 30px 0;
	border-style: dashed;
}
.selected-btns{
}
.folder-breadcrumbs {
	display: inline-flex;
	align-items: center;
	position: relative;
	margin: 10px 0;
	max-width: 80%;
}
.btn.btn-lg.check-all, .btn.btn-lg.check-none {
	padding: 1px 5px;
	vertical-align: text-bottom;
}
.folder-breadcrumbs h2, .folder-breadcrumbs h2 .icon {
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 0 5px;
	display: inline;
}
.folder-breadcrumbs h2 .icon {
	font-size: 15px;
	line-height: 25px;
}
.main-content .dropdown-menu, .file-actions .dropdown-menu, .all-btns .dropdown-menu, .folder-display-btns .dropdown-menu {
	float: right;
	left: auto;
	right: 0;
	border-radius: 0.375rem;
	margin-top: 10px;
}
.file-filter-form {
    padding: 0 5px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-image: none;
	filter: none;
	background-repeat: repeat-x;
	outline: 0 none;
	text-decoration: none;
}
.main-content .dropdown-menu-left {
	float: left;
	left: 0;
	right: auto;
}
.main-content .dropdown-menu{
	z-index: 1040;
}
.modal .dropdown-menu p.help-text {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin: 10px;
    white-space: normal;
    width: 300px;
}
.dropdown-menu li {
	position: relative;
	margin: 0;
}
.dropdown-menu .active .icon {
	font-size: 12px;
	position: absolute;
	right: 12px;
	top: 6px;
	color: #FFF;
}
.dropdown-menu > li > a, .dropdown-menu > li > span {
	padding: 3px 30px 3px 20px;
	line-height: 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.main-content .dropdown-menu > li > a:hover,
.main-content .dropdown-menu > li > a:focus,
.main-content .dropdown-submenu:hover > a,
.main-content .dropdown-submenu:focus > a {
	text-decoration: none;
	background-image: none;
	filter: none;
}
.dropdown-menu .input-group input {
	width: 206px;
	margin-right: 0px;
}
li hr {
	margin: 5px 0;
}
.btn-delete-message {
	float: right;
}
[class^="btn-"].file-actions, [class*=" btn-"].file-actions {
	margin-bottom: 0;
}
.main-content ul img {
	padding-right: 10px;
}
.files-list > ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	border-style: dashed;
	border-width: 0 0 1px 0;
}
.file-activity-container ul {
	list-style: none outside none;
}
.file-activity-container {
	transition-property: all;
    transition-timing-function: ease-out;
}
.prefade {
    opacity: 0;
	height: 0;
    transition-duration: 0;
}
.files-list > ul > li, .file-activity-container ul li  {
	border-style: dashed;
	border-width: 1px 0 0 0;
	padding: 0 20px 0 30px;
}
.file-activity-container ul li {
    padding: 0 20px 0 0;
}
.table .file-activity-container ul li {
    padding: 0 20px 5px 0;
}
.file-activity-container .file-btn a {
	vertical-align: middle;
}
.file-list-item {
	cursor: pointer;
}
.files-list > ul > li.active-file:hover, .active-file  {
	color: #000000;
}
.file-list-item.no-content, .file-list-item.no-results{
	padding: 20px;
	text-align: center;
}
.file-activity-container .no-content {
    padding: 20px 0;
}
.file-list-item h2 {
	padding-bottom: 10px;
	text-align: center;
	font-weight: 100;
}
.file-list-item.file-list-head {
	text-align: right;
}
.file-list-item.file-list-head, .file-list-item.more-results {
	padding: 15px 0;
}
.file-list-item.file-list-head.small-padding {
	padding: 5px 0;
}
.file-list-item.file-list-head .btn {
	margin-left: 5px;
}
.file-list-item.more-results .btn {
	margin-right: 5px;
}
.file-list-item.center-btns {
	text-align: center;
}
.file-list-title {
	float: left;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin-left: 10px;
}
.modal .btn {
	box-sizing: border-box;
}
.upload-status .progress, .upload-status .task-item .modal-content-title {
	width: 100%;
}
.upload-html4.well {
	margin-top: 10px;
	padding: 10px;
}
.file-list-item.no-content p{
	margin: auto;
	text-align: center;
}
.active-file .file-name > a {
	color: #000000;
}
.file-check, .file-name, .file-icon, .file-details {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}
#activity .file-check {
	display: none;
}
.file-icon {
	padding: 0 5px;
	width: 50px;
	height: 59px;
	background-repeat: no-repeat;
	background-position:center center;
	background-color: transparent;
	background-attachment: scroll;
	margin-right: 5px;
	text-align: center;
}


.file-details {
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0;
	width: 70%;
}
.file-details i {
	cursor: pointer;
}
.file-name{
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	display: block;
	word-break: break-all;
	word-break: break-word;
}
.file-version, .file-version-quick {
	display: inline-block;
	margin-right: 10px;
}
.tt-menu {
	background-color: white;
	color: black;
	padding: 10px 10px;
	width: 100%;
	margin-top: -10px;
	box-sizing: border-box;
}

.tt-menu h5 {
	color: #aaa;
	margin-bottom: 5px;
	padding-left: 5px;
}

.tt-menu hr {
	margin: 5px 0;
}

.tt-menu .tt-suggestion {
	padding: 5px;
}

.tt-menu .tt-selectable:hover {
	cursor: pointer;
	background-color: #eee;
}

.search-path {
	word-wrap: break-word;
	word-break: break-word;
}
.file-quick-btns {
    display: inline;
	margin-left: 5px;
}
.thumbs .file-quick-btns {
    display: block;
	margin: 5px 0 3px;
}
.file-rename, .file-btn{
	display: inline;
	margin-left: 4px;
}
.file-rename {
	display: inline-block;
}

.thumbs .file-rename:first-child {
    margin-left: 0;
}
.file-rename, .file-btn, .file-rename a, .file-btn a{
	vertical-align: text-bottom;
}
.file-list-item .btn-xs, .file-list-item .btn-xs i {
	height: 20px;
	line-height: 20px;
}
.btn-xs [class^="icon-"], .btn-xs [class*=" icon-"] {
    margin-top: 0;
}
.file-rename .dropdown-menu {
	margin-top: 0;
}
.input-group-addon {
	padding-right: 10px;
}
.btn-xs {
	box-sizing: content-box;
}
.btn-file-action {
	margin: 0;
}
.file-info{
	display: block;
}
.file-info span {
	padding-right: 10px;
	opacity: .75;
}
.file-actions, .file-activity {
	float: right;
	margin-top: 15px;
	margin-right: 5px;
}
.file-actions a .icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding-right: 10px;
	text-align: center;
	width: 15px;
}
.file-actions .watched {
    border-bottom: 1px dashed #EEE;
    font-size: 12px;
    font-style: italic;
    margin: 0 10px 5px;
    padding: 0 10px 5px;
}
.table-sort {
	border-style: solid;
	border-width: 0 1px 0 0;
	float: right;
	line-height: 40px;
	padding-right: 10px;
}
.file-filter-form, .file-rename-form {
	margin: 0px;
}
.file-rename .dropdown-menu {
    min-width: 0;
    padding: 10px;
}

.selected-btns .btn-lg, .all-btns .btn-lg {
	font-size: 15px;
	font-weight: normal;
	padding: 10px 15px;
	margin: 0 3px 0 0;
}
.all-btns .btn-lg:last-child{
	margin: 0;
}
.folder-actions .btn-lg, .folder-display-btns .btn-group .btn-lg {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0;
}
.selected-btns .btn-group .btn-lg {
	font-size: 13px;
	padding: 10px 15px;
}
.folder-display-btns {
	display: inline-block;
	*display: inline;
	position: absolute;
	zoom: 1;
	right: 20px;
	top: 75px;
}
.col-md-12.selected-btns-container, .col-md-12.all-btns-container, .row [class*='span'] {
	min-height: 0 !important;
}
.folder-display-btns .btn {
    margin-right: 5px;
}
.recommended {
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	margin-left: 5px;
	background: #777;
	padding: 2px 8px;
	color: #FFF;
	border-radius: 0.375rem;
	vertical-align: text-bottom;
	display: inline-block;
}


/********* THUMBNAIL VIEW ************/
.files-list > ul.thumbs {
	text-align: left;
}
.files-list > ul.thumbs > li {
	border-style: solid;
	border-width: 1px;
	border-radius: 0.375rem;
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: auto;
	margin: 0 0 30px 30px;
	padding: 10px;
	width: 250px;
	position: relative;
	text-align: left;
}
.files-list > ul.thumbs > li.no-content {
	height: auto;
	margin: 0 0 30px 30px;
	padding: 30px;
	width: auto;
}
.thumbs .file-actions, .thumbs .file-check {
	margin-top: 0;
	vertical-align: top;
	margin-top: 0;
	position: absolute;
	right: 15px;
	top: 15px;
	vertical-align: top;
}
.thumbs .file-check {
	left: 15px;
	top: 15px;
	width: 20px;
	/*display: none;	*/
}
.thumbs .file-details {
	width: 100%;
	margin: 10px 0 0;
}
.thumbs .file-icon {
	background-size: 33% auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
	display: block;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}
.thumbs .file-activity, .thumbs .file-activity-container {
    display: none;
}
.thumbs .search-path {
	display: block;
}
.helper-img {
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.file-icon img {
	padding: 0 !important;
}
.file-icon img {
	max-height: 50px;
	max-width: 40px;
}
.table .file-icon img {
	max-height: 30px;
	max-height: 20px;
}
.thumbs .file-icon img {
	max-height: 146px;
	max-width: 246px;
}


/********* TABLE VIEW **********/
.table .file-list-item {
    position: relative;
	padding: 3px 20px 5px 30px;
}
.table .file-list-item.no-content {
	padding: 20px;
}
.table .file-actions, .table .file-check, .table .file-icon, .table .file-activity {
    position: absolute;
}
.table .file-actions, .table .file-activity {
    margin: 2px 0;
    right: 20px;
}
.table .btn-file-activity{
	right: 55px;
}
.table .btn-file-shares {
    right: 95px;
}
.table .btn-file-versions {
    right: 135px;
}
.table .file-check{
	margin: 0;
}
.main-content .table input[type=checkbox]{
	margin: 10px 0 0;
	width: 15px;
	height: 15px;
}
.table .file-icon{
	height: 30px;
    left: 50px;
    margin: 2px 0;
    width: 40px;
	padding: 0 5px;
}
.table .file-activity-container .file-icon {
    left: 0;
    margin: 3px 0;
    width: 30px;
}
.table .file-details {
    display: block;
    margin: 0 160px 0 70px;
    padding: 5px 0 0;
    width: auto;
}
.table .file-activity-container .file-details {
    margin: 0 145px 0 45px;
}
.table .file-name {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 40%;
    font-size: 14px;
	vertical-align: middle;
}
.version.table .file-name{
	width: 45%;
}
.table .file-version, .table .file-version-quick {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 8%;
    font-size: 14px;
	vertical-align: middle;
}
.file-version-quick{
	vertical-align: text-bottom;
}
.table .file-version-quick{
	width: 40px;
}
.table .file-rename {
	line-height: 5px;
}
.table .file-rename, .table .file-btn, .table .file-rename a, .table .file-btn a{
	vertical-align: bottom;
}
.table .file-activity-container .file-name {
    margin-right: 5px;
}
.table .file-info {
    display: inline-block;
	vertical-align: top;
    width: 55%;
	margin: 5px 0;
}
.table .file-detail-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 20%;
	vertical-align: top;
}
.table .header-info, .table .item-info {
	width: 20%
}
.table .header-user, .table .item-user {
	width: 30%
}
.table .header-date, .table .item-date{
	width: 50%
}
.table .file-detail-item.text-warning {
	width: 10%;
}
.table .file-detail-item.attribute-list {
	width: 25%;
}
.table .breaker{
	display: none;
}
.table .table-header {
    cursor: default;
}
.table .table-header .file-details {
    font-weight: bold;
}
.table .table-header .file-name, .table .table-header .file-version, .table .table-header .file-version-quick {
    font-size: 12px;
    line-height: 16px;
}
.table .table-header .file-info, .table .table-header .file-version, .table .table-header .file-version-quick, .table .table-header .file-name {
    margin: 0 0 5px;
}
.table .file-activity-container ul {
    padding-top: 5px;
}
.table .file-list-item.file-list-head, .table .file-list-item.more-results {
	padding: 10px 0px;
}
.table .file-list-title {
	margin-left: 5px;
}
.table-striped tbody > tr:nth-child(ood) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #FFF;
}

/********* FLAGS **********/
.file-info .flags {
    padding: 0 0 0 25px;
}

/********* TOOLTIPS **********/
.tooltip{
	font-weight: normal !important;
	z-index: 1100;
}


/********* MODAL **********/
.modal {
	border: 1px solid #233b52;
	border-radius: 0.5rem;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	left: 0;
	right: 0;
	margin-right: -50px;
	margin-left: 0;
	margin-top: 0 !important;
	width: calc(100% - 2rem);
	max-width: 36rem;
	max-height: calc(100% - 8vh);
	margin: auto !important;
	overflow-x: hidden;
  overflow-y: auto;
	top: 4vh;
}
.modal-title, .modal-actions {
	text-align: center;
}
.modal.fade.in {
	top: 0;
}
.modal.fade {
	transition: opacity 0.2s ease-in 0s;
}
.modal-close-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1000;
}

.modal-backdrop, .modal-backdrop.in, .modal-backdrop.fade.in {
	background-color: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(4px);
	opacity: 1;
}

.modal-body input[type=text]{
	margin-bottom: 0;
}
.modal-header {
	border-style: dashed;
	border-width: 0 0 1px 0;
}
.modal-footer {
	border: medium none;
	border-radius: 0 0 0 0;
	padding: 15px 15px 5px;
}
.modal-body {
	max-height: none;
	padding: 2.25rem;
}
.pdf-modal .modal-body {
  padding: 5px 5px 0 25px;
}
.modal-content .row {
	margin-left: 0;
}
.modal-title, .dropdown-menu-title {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 2.25rem;
}
.dropdown-menu-title {
	padding: 10px;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}
.modal form {
	margin: 0;
}
.modal-content {
	zoom: 1;
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.modal-content input {
	color: #555;
}
.modal-content-view{
	text-align: center;
	width: 100%;
	height: 100%;
}
#view-modal{
	border: none;
	border-radius: 0;
	height: 100% !important;
  left: 0;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	width: 100% !important;
}
.view-modal-form {
	margin: auto;
	max-width: 36rem;
}
#view-modal .modal-close-btn {
	top: 5px;
}
#view-modal .sm-img-btn {
	padding: 5px 5px;
}

.media {
	height: 100%;
}
.modal-content.block {
	display: block;
}
.modal-content .form-group, .modal-content .input-group, .rule-options-group {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.modal-content .input-group .form-control {
	padding-right: 0px;
}
.modal-actions {
	display: block;
	margin-top: 2.25rem;
}
.modal-actions > * + *	 {
  margin-left: 0.5rem;
}
.modal-footer .btn + .btn {
	margin-bottom: 10px;
}
.input-group-append {
	display: block;
	margin: 0;
}
.input-group-append.single {
	margin-bottom: 10px;
}
.uneditable-input {
	display: inline-block;
	*display: inline;
	zoom: 1;
	min-width: 255px;
	width: auto;
}
.input-group-append .btn, .input-group-append .btn i {
	line-height: 22px;
	height: 22px;
}
.modal-content > ul {
	display: block;
	list-style: none outside none;
	margin: 0 auto;
	text-align: center;
}
.role-desc {
    display: inline-block;
    line-height: 25px;
    margin-left: 30px;
}

.modal-content input[type=text].right-int-input {
	width: 35px;
}

.right-int-input + .role-desc {
	margin-left: 50px;
	margin-top: 5px;
}

modal-content input[type=text].right-str-input {
	margin-top: 10px;
}

.right-str-input ~ .role-desc {
	margin-left: 5px;
}

.modal-content-title {
	display: block;
	font-weight: 500;
	line-height: 30px;
	vertical-align: middle;
	margin: 0;
}
.modal-content-notes {
	display: block;
	font-size: 0.75rem;
	font-style: italic;
	margin-top: 0.5rem;
}
.modal-content .radio {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding-right: 10px;
}
.modal-content .radio input[type=radio]{
	float: none;
}
.modal-content .modal-input.input-select {
}
#files .modal-content input.file-rename-input[type=text] {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.modal-content .input-select[type=text], .modal-content .input-select[type=number], .modal-content .input-select[type=date], .modal-content select.input-select, .modal-content input.input-select {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 85px;
	height: 30px;
	line-height: 20px;
	padding: 5px;
}
.modal-content .input-select-large[type=text] {
	width: 310px;
}
.modal-content select.input-small {
	width: 220px;
}
.modal-content input[type=checkbox], .modal-content input[type=radio] {
	vertical-align: text-top;
}
select option[disabled] {
	font-weight: bold;
	opacity: 0.5;
	padding-left: 5px;
}
.modal-content-small .checkboxes input{
    margin: 5px;
    position: absolute;
}
.modal-body input.input-block {
	display: block;
	width: 100%;
}
.sizer {
	display:none !important;
}
.sizer-input {
	margin-right: 5px !important;
}
.modal-content option {
	height: 20px;
}
.modal-content .radio, .modal-content .checkbox{
	padding: 0;
}
.modal-content img{
	width: 100%;
}
.modal-content svg{
  background-color: white;
}
.modal-content .gravatar img {
	width: auto;
}
.modal-content select[multiple="multiple"], .modal-content textarea, .modal-content .select-multiple{
	height: 150px;
}
.modal-content textarea.textarea-sm {
	height: 100px;
}
.modal-content.single {
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
}
.modal-content.center {
	margin: 0 auto;
}
.modal-content .split-form input.modal-input-small[type=text] {
	width: 175px;
}
.modal-content .split-form.small input.modal-input-small[type=text] {
	width: 100%;
}
.modal-content .input-group-append .uneditable-input {
	vertical-align: bottom;
	width: 350px;
	margin: 0 0 10px;
}
.modal-content .btn-group {
	display: block;
	margin: 0 0 10px;
}
.modal-content .btn-help {
    display: inline-block;
    margin: 5px;
}
.modal .change-home-dir{
	margin-bottom: 10px;
}
.modal .change-start-dir{
	margin-bottom: 10px;
}
.input-group.date .input-group-addon i, .input-group-prepend.date .input-group-addon i {
	display: inherit;
	height: 20px;
    line-height: 20px;
    width: 20px;
}
.input-group.date .input-group-addon [class^="icon-"]:before, .input-group.date .input-group-addon [class*=" icon-"]:before, .input-group.date .input-group-addon {
	cursor: pointer;
}
.modal-content .btn-group.btn-on-off .btn{
	width: 60%
}
.btn.active, .btn:active {
	box-shadow: none;
}
.btn-group-sm>.btn.active.focus, .btn-group-sm>.btn.focus {
	outline: none;
}
.modal-body hr {
	border-style: solid;
	border-width: 0 0 1px 0;
	height: 0;
	margin: 10px 0;
	border-top: none;
	border-right: none;
	border-left: none;
}
.modal-content .inline-title, .modal-content .inline-input{
	display: inline;
}
.checkbox-group {
	margin-bottom: 10px;
	text-align: center;
}
.checkboxes {
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: right;
}
.checkboxes-left{
	text-align: left;
	display: block;
}
.checkboxes-left .inline-title {
	margin: 0;
}
.modal-body .well {
	margin-bottom: 0;
}
.modal-body .col-md-4 .well {
	min-width: 0;
}
.uploader-table {
    max-height: 330px;
    overflow: scroll;
    overflow-x: hidden;
    border: solid 1px #CCC;
    margin-bottom: 20px;
}
td.upload-file-name {
    word-break: break-all;
}
td.upload-file-action, td.upload-file-size {
	width: 50px;
}
tr.upload-file td, tr.plupload_delete td {
	vertical-align: middle;
}
#uploader .table {
    margin-bottom: 0;
}
#uploader th:first-child {
    width: 70%;
}
.plupload_header {
	display:none;
}
.plupload.html5 input[type=file]{
	height: 60px;
	line-height: 60px;
	cursor: pointer;
}
.plupload-loading {
    width: 15px;
    height: 16px;
    line-height: 1;
    display: inline-block;
    background-image: url('/static/ftp/images/loading.gif?81a161d5793a');
}
.dragdrop-file, .dragdrop-or {
	margin-bottom: 20px;
}
.upload-file-dragdrop {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	border: 1px dashed;
	height: 100%;
    padding: 20px 0;
    width: 100%;
}
.upload-file-dragdrop .icon.icon-file, .dup-icon .icon-circle-arrow-right {
	font-size: 50px;
}
.plupload_buttons hr, #upload-modal hr {
    margin: 30px 0;
}
.dup-icon {
	margin: 30px 0;
}
.modal-content .file-rename-form {
	margin: 0;
}
.modal-content .file-rename-form input[type=text] {
	display: inline;
}
.modal-content.single .alert {
	margin-bottom: 20px;
}
.modal-content .badge {
	margin: 5px 5px 5px 0;
}
.user-active.badge {
	height: 15px;
	line-height: 15px;
	padding: 2px;
	text-align: center;
	vertical-align: text-bottom;
	margin: 0 0 2px 4px;
	width: 15px;
	display: inline-block;
}
.file-name .badge .icon {
	line-height: 15px;
	vertical-align: top;
}
.modal-content .badge > a {
	color: #FFFFFF;
	text-decoration: none;
}
.modal-content .file-thumbnail-preview{
	text-align: center;
}
.file-tag-list, .file-thumbnail-preview, .file-attribute-list {
	max-width: 400px;
}
.file-attribute-list, .file-tag-list {
	padding-bottom: 10px;
}
.modal-content .small-row {
	margin: 0 auto;
	width: 500px;
}
.modal-content .split-form.small{
	width: 200px;
	margin-left: 10px;
	margin-right: 10px;
}
.modal-content .split-form.small.nospace{
	width: 250px;
	margin-left: 0;
	margin-right: 0;
}
.modal-content .split-form.small.nowrap{
	white-space: nowrap;
}
.modal-content .select-btn{
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0;
	width: 50%;
}
.modal p {
	border-radius: 0.375rem;
	padding: 5px 10px;
}
.modal .date input{
	margin-right: -23px;
	margin-bottom: 0px;
  min-width: 100%;
}
.modal .split-form .date input{
  margin-right: -23px;
	margin-bottom: 0px;
  min-width: 98%;
	box-sizing: content-box;
	padding-top: 0px;
	padding-bottom: 0px;
}
.datepicker-dropdown {
		z-index: 2000 !important;
}
.modal .split-form .date .activity-input {
    min-width: 95%;
}
.modal .date .input-group-addon {
    position: relative;
}
.modal .alert {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alert {
	text-shadow: none;
}
.alert ul {
	margin: 0;
	list-style: none;
}
.modal-content.information, .modal .row.information {
	padding: 10px;
	margin: 0 0 20px;
	white-space: normal;
}
.modal-content.information div {
	padding: 5px 20px;
	word-wrap: break-word;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphens:auto;
}
.modal-content.information div.progress {
	padding: 0;
}
.modal-content.information p {
	background: none repeat scroll 0 0 transparent;
	padding: 0;
	margin: 0;
}
.modal-content.information .alert {
	margin: 10px 20px;
}
.modal-overflow.modal {
    top: 0;
}
.csv-errors, .csv-success {
	margin-bottom: 20px !important;
}
.alert-danger .table {
	margin-bottom: 0px;
}
.alert-danger .table td{
	border-color: #eed3d7;
}
#import-user-modal .modal-content .well .csv-btns{
    position: relative;
}
.upload-file-size {
	width: 50%;
}
.well hr {
  border-top-color: #DDD;
  border-bottom-color: #EEE;
}
iframe.video-preview::-webkit-scrollbar {
  display: none;
}
iframe.video-preview {
  overflow: hidden;
  width: 100%;
  height: 620px;
}

#qr_code {
  text-align: center;
}


/********* TREE VIEW ***********/
.folder-toggle-btn {
	left: 0;
	position: absolute;
	top: 0;
}
.tree{
	display: none;
}
.file-tree {
    max-height: 400px;
    max-width: 400px;
    overflow-y: scroll;
    padding: 0 10px 0 0;
    word-wrap: break-word;
	overflow: auto;
}
.file-tree .nav-header {
	border-radius: 0.375rem;
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 0 30px;
	padding: 5px 50px 5px 10px;
	text-transform: none;
	position: relative;
}
.file-tree .nav-header.active {
    text-shadow: none;
}
.file-tree ul {
    border-bottom: 1px dashed #EEEEEE;
    border-top: 1px dashed #EEEEEE;
    list-style: none outside none;
    margin: 5px 0;
    padding: 0;
}
.file-tree ul:first-child {
    border: medium none;
}
.tree li {
	margin: 5px 0 5px 10px;
}
.file-tree li {
	position: relative;
}
.file-tree li input[type=radio],
.file-tree li input[type=checkbox] {
	position: absolute;
	right: 0.375rem;
  top: 0.375rem;
	height: 11px;
}
a.tree-toggle, .tree-toggle .icon {
	font-size: 30px;
	line-height: 30px;
	text-decoration: none;
	cursor: pointer;
}


/********* TOGGLE **********/
.sidebar-toggle-off{
	left: -210px !important;
	box-shadow: none;
}
.sidebar-toggle-on{
	left: 0 !important;
}
.sidebar-icons-only{
	width: 50px !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	overflow: hidden !important;
}
.content-icons {
	margin: 0 0 0 50px !important;
}

/********* BANNER **********/
.banner-message {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	padding: 8px 16px;
}

/********* FOOTER **********/
.footer-hr {
	margin: 0;
}
.footer p{
	padding: 0 10px;
}
#footer {
	background: none repeat scroll 0 0 #FFFFFF;
	border-style: solid;
	border-width: 1px 0 0 0;
	font-size: 12px;
	line-height: 40px;
	position: absolute;
	left: 0;
	width: 100%;
}

#footer p{
	margin: 0;
}
.footer-right{
	float: right;
	padding: 0 20px;
}
.footer-left{
	float: left;
	padding: 0 20px 0 80px;
}

/********* BUTTONS **********/
[class^="btn-"], [class*=" btn-"]{
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	filter: none;
}
.btn, .btn-lg{
	background-image: none;
	box-shadow: none;
	filter: none;
}

.btn-date{
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 5px 10px;
	vertical-align: top;
}
.btn.disabled, .btn[disabled] {
  opacity: 0.25;
  display: inline-block !important;
  cursor: not-allowed;
}

#signee-select,
.sig-btns {
	width: 100%;
	margin-bottom: 0.5rem;
}


/********* LABELS **********/
label {
	font-weight: 500;
	margin-bottom: .75rem;
}

.label {
	padding: 10px 15px;
	text-shadow: none;
	margin: 5px 2px;
}
.title-and-actions {
	padding: 0.25rem 0;
}

/********** TRIAL ALERT ************/
#trial-container, #loading-container, #storage-quota-container, #transfer-quota-container, #site-locked-container {
	display:none;
}
#trial-container .alert, #storage-quota-container .alert, #transfer-quota-container .alert, #site-locked-container .alert, #feature-lock-container .alert {
	border: medium none;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	color: #FFFFFF;
	height: auto;
	left: 50%;
	line-height: 20px;
	margin-left: -200px;
	padding: 0;
	position: fixed;
	text-align: center;
	top: 25%;
	width: 450px;
	z-index: 1001;
}
#trial-container .alert {
	top: 15%;
}
.alert-background {
	height: 100%;
	left: 0;
	opacity: 0.85;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.alert-content {
	padding: 20px;
}
.alert-content h4 {
	color: #777;
	margin-bottom: 10px;
}
.alert-content .well {
	color: #777;
	text-align: left;
}
.alert .close {
	position: absolute;
	right: 10px;
	top: 5px;
}
#trial-container .alert {
	z-index: 1101;
}
#trial-container .alert-background {
	z-index: 1100;
}
#loading-container .loading {
	margin: auto auto auto 20px;
	top: 40%;
	left: 50%;
	z-index: 1201;
	padding: 10px;
	position: fixed;
	text-align: center;
}
#loading-container .alert-background {
	z-index: 1200;
}
#loading-container .loading .spinner-container {
	border-radius: 500px 500px 500px 500px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	height: 100px;
	left: -55px;
	padding: 10px;
	position: absolute;
	top: -55px;
	width: 100px;
}
.spinner {
	margin: auto;
	position: relative;
	top: 25px;
}
#trial-container .alert .close {
	line-height: 20px;
	position: relative;
	right: 0px;
	top: -2px;
}
#trial-container .note {
	font-size: 11px;
	line-height: 11px;
}
.spinner-icon {
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100px;
	margin: auto;
	position: relative;
	width: 100px;
}
#trial-container hr{
	border-width: 0 0 1px 0;
}

/********* ERROR TABLE ************/
.alert-warning td {
	padding: 10px 0 10px 10px;
}
.alert-warning td:first-child {
	border-right: solid 1px;
	padding: 0 10px 0 0;
}
.alert-warning tr {
	border-bottom: solid 1px;
}
.alert-warning tr:last-child {
	border-bottom: none;
}
.modal .alert p {
	background: none;
	color: #b94a48;
	padding: 0;
}
.connector-modal .alert {
	margin-bottom: 10px;
}
.text-danger {
	color: #b94a48 !important;
}
.text-success {
	color: #00BF38 !important;
}

/********* ANALYTICS ************/
.analytics .well {
	padding: 10px;
	border: none;
	box-shadow: none;
}
.analytics-well div {
    margin-bottom: 5px;
}
.analytics-well .row {
    margin-bottom: 0;
}
.analytics h1 {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.analytics h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
	margin: 0 0 10px;
}
.analytics h3 {
	font-size: 12px;
    line-height: 16px;
	font-weight: normal;
	margin: 0;
}
.analytics-well h1, .analytics-well h3 {
    text-align: center;
}
.analytics-well {
    background: none repeat scroll 0 0 #FAFAFA;
    padding: 10px;
	margin: 5px;
}
.analytics select {
    width: 100%;
	margin: 0;
}
.analytics input {
    width: 100%;
}
.analytics .label {
    line-height: 15px;
    margin: 5px 0;
    padding: 3px 10px;
    text-shadow: none;
	display: block;
}
.analytics-key {
    margin: 10px 0;
}
.analytics hr{
	margin: 10px 0;
}
.analytics .input-group-append {
	margin: 0 20px 0 0;
    position: relative;
	width: auto;
}
.analytics .input-group-addon {
	position: absolute;
    right: -20px;
}
.analytics-key h3 {
    display: inline-block;
}

/********* PAGINATION ************/
.file-list-item.paginate {
    padding: 20px;
}
.pagination {
    margin: 0;
}
.pagination-group ul {
	vertical-align: top;
}
.pagination-group div, .pagination-group h4 {
  display: inline;
	font-size: 14px;
	vertical-align: middle;
}
.pagination-group div {
	margin-left: 20px;
}
.pagination-group input {
	width: 70px !important;
	text-align: right;
}
.pagination-group select {
	width: 70px !important;
}

/********* DATEPICKER STYLE OVERRIDES ************/
.datepicker {
	z-index: 1100;
}
.datepicker:before {
	display: none;
}
.datepicker:after {
	display: none;
}
.datepicker > .datepicker-days {
    display: inline-block;
}

/********* CHOSEN OVERRIDES ************/
.chosen-container{
	margin-bottom: 10px;
}
.chosen-container-multi .chosen-choices {
	background-image: none;
	box-shadow: none;
	border-radius: 0.375rem;
	border: 1px solid #e4e4e7;
	border-radius: 0.375rem;
	min-height: 30px;
	padding-top: 2px;
	vertical-align: top;
}
.chosen-container-multi .chosen-choices li.search-field {
	width: 100%;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	border-radius: 0.375rem;
	box-sizing: border-box;
	height: 30px;
	line-height: 20px;
	margin: 0;
	padding: 5px;
	width: 100% !important;
	vertical-align: top;
}
.chosen-container .chosen-results li.active-result, .chosen-container-multi .chosen-drop .result-selected {
	padding: 5px 15px;
}
.chosen-container .chosen-results li.highlighted {
	background-image: none;
}
.chosen-container .chosen-results li {
	line-height: 20px;
	padding: 5px 10px;
}
.chosen-container .chosen-results {
	max-height: 180px;
}
.chosen-disabled {
	opacity: 1 !important;
}
select.chosen-select {
	padding: 0 5px;
}
.chosen-container-single .chosen-single {
	min-width: 255px;
}

/********* INTRO VIDEO **********/
.videoWrapper {
	position: relative;
	padding-bottom: 50.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/********* DISPLAY ATTRIBUTES **********/
.file-detail-item .badge {
	margin: 2px 4px 2px 0px;
	white-space: normal;
	line-height: 14px;
	padding: 4px 8px;
}

/******* GLOBAL OVERRIDE STYLES ********/
.hide-it, .btn.hide-it {
	display: none !important;
}
.show-it, .btn.show-it {
	display: inherit !important;
}

/********* RESPONSIVE CSS OVERRIDES **********/

.visible-1024 {
	display:none!important
}

@media (max-width: 1024px) {
	.hidden-1024 {
			display:none!important
	}

	.visible-1024 {
		display:block!important
	}
}

@media (min-width: 1200px) {
}
@media (min-width: 980px) and (max-width: 1199px) {
}
@media only screen and (max-device-width : 1024px) {

}

@media (min-width: 980px) {

   .fixed-fluid {
		margin-left: 0;
	}
	.fluid-fixed {
		margin-left:auto !important;
	}
	.fixed-fixed {
		margin: 0 0 0 0;
	}
	.dash-product .btn {
		float: right;
	}
}

.modal-columns:not(:last-child) {
		margin: 0 auto 1.5rem;
}

@media (min-width: 481px) {
	.modal-columns {
		display: grid;
		gap: 0 1rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.modal-columns:not(:last-child) {
		margin: 0 auto;
	}
}

.all-btns .btn .fa-solid, .selected-btns .btn .fa-solid, .more-results .fa-solid, .folder-display-btns .btn .fa-solid, .file-quick-btns .btn .fa-solid, .file-list-item .btn-xs .fa-solid, .input-group .btn .fa-solid {
	margin-right: 0rem;
}

@media (min-width: 768px) {
	.selected-btns, .all-btns {
		justify-content: flex-start;
	}

	.title-and-actions {
		padding: 0;
	}
	.navbar-inner {
		border: none;
	}
	.content {
		padding: 70px 0 0;
		margin: 0 0 0 50px;
	}
	.content .row:first-of-type {
		padding-right: 60px;
		margin-right: 0px;
	}
	.sidebar-toggle{
		display: none;
	}

	.all-btns .btn .fa-solid, .selected-btns .btn .fa-solid, .more-results .fa-solid {
		margin-right: 0.5rem;
	}
	.content .row:first-of-type {
		padding-right: 60px;
		margin-right: 0px;
	}
}

@media (min-width: 767px) and (max-width: 979px) {
	.modal-content .split-form input[type=text], .modal-content .split-form input[type=password], .modal-content .split-form input[type=date], .modal-content .split-form textarea, .modal-content .split-form select, .modal-content .split-form input[type=number], .modal-content .split-form .uneditable-input.bigger {
		display: block;
		width: 100%;
	}
	.modal-content .split-form{
		width: 48%;
		margin: 0 1% 10px;
	}
	.modal-content .input-select[type=text], .modal-content .split-form .input-select[type=number], .modal-content	 .split-form .input-select[type=date], .modal-content select.input-select, .modal-content .split-form .input-select[type=text], .modal-content .split-form select.input-select {
		display: inline-block;
		*display: inline;
		zoom: 1;
		width: 75px;
	}
	.modal-content .split-form .uneditable-input {
		width: 50%;
	}
}
@media (max-width: 1199px) {
	.plans .plans5 {
		width: 25%;
	}
	.plans .thumbnail {
		margin-bottom: 30px;
		padding-bottom: 10px;
	}
	.plans .current-list .thumbnail {
		margin-bottom: 0px;
		padding-bottom: 00px;
	}
	.plans .last-4 .thumbnail{
		border-right: none;
	}
	.plans .plans5.last{
		width: 100%;
	}
}
@media (max-width: 979px) {
	#wrapper{
	}
	.hero-unit {
		padding: 30px;
	}
	.navbar-fixed-top, .navbar-fixed-bottom {
		position: fixed;
	}
	.plans .plans5 {
		width: 100%;
	}
	.plans .thumbnail {
		border-style: dashed;
		border-width: 0 0 1px 0;
	}
	.dash-product .col-md-8, .dash-product .col-md-4 {
		margin: 0;
		width: 100%;
	}
	.plans .current-list .thumbnail {
		border-bottom: none;
	}
	.file-details {
		width: 55%;
	}
    .navbar>li>a {
        padding: 20px 13px;
    }
}

@media (max-width: 767px) {
	body, .container-fluid{
		padding: 0px;
	}
	.file-quick-btns{
		display: none;
	}
	.modal-content .split-form.small.nospace {
		width: 100%;
	}
	.modal .split-form .date input {
		margin-right: -23px;
		min-width: 99%;
	}
	#loading-container .loading {
		margin: auto;
	}
	.navbar.btn {
		margin-top: 10px;
	}
	.content{
		padding:50px 0 0;
		margin: 0;
	}
	.left {
		float: none;
	}
	.navbar-inner {
		height: 50px;
	}
	.sidebar-nav, .navbar-collapse, .navbar-collapse.collapse {
		top: 50px;
	}
	.navbar-nav {
		margin: 0;
	}
	.navbar-search {
		margin: 0;
		padding: 10px;
	}
	.navbar .brand {
		background-position: center center;
		height: 30px;
		width: 30px;
		margin: 10px;
	}
	.footer-right, .footer-left{
		float: none;
		display: block;
		padding: 0 20px;
	}
	#footer{
		line-height: 20px;
		text-align: center;
	}
	#wrapper{
		/* Negative indent footer by it's height + border + any fixed mobile footer menu */
		margin: 0 auto -131px;
	}
	/* Set the fixed height of the footer here + any fixed mobile footer menu */
	#push, #footer {
		height: 110px;
		padding: 10px 0;
	}
	.panel-group {
		margin-bottom: 60px;
	}
	.sidebar-footer{
		display: none;
	}
	.plans .plans5 {
		width: 100%;
	}
	.selected-btns{
		float: none;
	}
	.folder-breadcrumbs {
		float: none;
		max-width: 100%;
	}
	.folder-actions, .selected-btns, .files-list > ul > li {
		padding: 0 10px;
	}
	.folder-actions {
		display: flex;
    justify-content: space-between;
    align-items: center;
	}
	.selected-btns, .all-btns {
		bottom: 0;
		padding: 5px 0;
		text-align: center;
		margin: 0;
		box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1), 0 -2px 4px -2px rgba(0, 0, 0, 0.1);
	}
	.selected-btns .btn-outline, .all-btns .btn-outline {
		border: none;
	}
	.selected-btns > .btn, .all-btns .btn-group .btn, .all-btns .btn {
		margin: 0;
		padding: 8px 12px;
		font-size: 1.125rem;
	}
	.stacked-icon::after {
    font-size: 10px !important;
}
	.folder-display-btns .btn-group .btn {
		margin: 0;
		padding: 5px 10px;
	}
	.folder-display-btns {
		display: block;
		float: none;
		margin: 0 0 10px;
		position: relative;
		right: 0;
   	top: 0;
	}
	.modal, .modal.container, .modal.modal-overflow {
		height: auto;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
	}
	.modal-body input[type=text], .modal-body textarea{
		display: block;
		margin: 0 auto 10px;
		width: 100%;
	}
	.modal .date input{
		margin-right: -23px;
	}
	.files-list > ul.thumbs {
		text-align: center;
		padding-bottom: 10px;
	}
	.files-list > ul.thumbs > li {
		margin: 5px;
		width: 41%;
	}
	.upload-file-btn{
	}
	.modal-content .split-left-form{
		position: relative;
	}
	.split-left-form .uneditable-input {
		width: 50%;
	}
	.split-left-form .uneditable-input.bigger {
		width: 100%;
	}
	.btn-file-action {
		vertical-align: middle;
		margin-bottom: 5px;
	}
	.sidebar-toggle, a.sidebar-toggle:hover, a.sidebar-toggle:active, a.sidebar-toggle:focus{
		display: block;
	}
	.badge.task-count, .badge.message-count {
		margin: 0;
		top: 5px;
	}
	.modal-content .task-item .inline-title {
		margin-bottom: 15px;
		text-align: right;
		vertical-align: top;
		width: 20%;
	}
	.modal-content .input-select[type=text] {
		width: 50%;
	}
	.modal-content .small-row {
		width: 100%;
	}
	.modal-content .split-form, .modal-content .split-form.small {
		margin-left: 0;
		width: 100%;
	}
	.modal-content .split-form input.modal-input-small[type=text] {
		width: 100%;
	}
	.tooltip{
		display: none !important;
	}
	.dup-icon .icon-circle-arrow-right:before {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	}
	#trial-container .alert, #storage-quota-container .alert, #transfer-quota-container .alert, #site-locked-container .alert, #feature-lock-container .alert{
	    margin-left: -225px;
	}
	.table .file-icon {
    	left: 40px;
	}
	.table .file-detail-item {
		width: 50%;
	}
	.pdf-modal .modal-body {
		padding: 10px 35px 0 5px;
	}
	.pdf-modal iframe, .pdf-modal .modal-content {
		width: 100% !important;
	}
	.analytics-well {
		text-align: center;
	}
	.analytics .label {
    	display: inline-block;
	}
	.analytics select {
		margin: 0;
	}
	.analytics-well {
    	margin-top: 10px;
	}
	.analytics {
		padding: 0 10px;
	}
	.pagination-group, .pagination-group div {
		text-align: center;
	}
	.dragdrop-or {
			display: none;
	}
	#uploader th:first-child {
			width: 90%;
	}
	.browse-folder-btn,
	.auto-create-btn,
	.user-new-btn,
	.group-new-btn,
	.sig-create-btn {
		display: inline-flex;
	}
}

@media (max-width: 480px) {
	body.login {
		background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
		height: 100%;
		padding: 0;
	}
	.login .well {
		background: none !important;
		border: medium none;
		box-shadow: none;
		margin: 0 auto 20px;
		padding-top: 0;
		width: 100%;
	}
	.login .well-header {
		background: none repeat scroll 0 0 #FFFFFF;
		border-bottom: 1px solid #e4e4e7 !important;
		margin: 0 -2.25rem 2.25rem !important;
    padding: 0.75rem !important;
	}
	.visible-xs {
		display: block;
	}
	.connector-modal{
		margin: 0;
	}
	.navbar .dropdown-menu .btn, .navbar .dropdown-menu .btn-group {
		box-sizing: border-box;
	}
	.stat-square > h1 {
		font-size: 35px;
		line-height: 40px;
	}
	.hero-unit h1 {
		font-size: 40px;
	}
	.main-content .dropdown-menu, .file-actions .dropdown-menu, .all-btns .dropdown-menu, .folder-display-btns .dropdown-menu {
		margin-top: 0;
	}
	.progress {
		 width: 100%;
	}
	.dropdown-menu > li > .btn {
		display: inline-block;
		*display: inline;
		zoom: 1;
	}
	.dropdown-search input {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.files-list > ul > li:hover {
		background-color: transparent;
	}
	.active-file {
	}
	.file-icon {
		background-repeat: no-repeat;
		background-position:center center;
		background-color: transparent;
		background-attachment: scroll;
		height: 40px;
		width: 30px;
		padding-bottom: 0;
	}
	.file-icon img {
		max-height: 40px;
		max-width: 30px;
	}
	.file-name {
		font-size: 14px;
		line-height: 16px;
		word-wrap: break-word;
		margin-bottom: 5px;
	}
	.file-details {
		font-size: 11px;
		line-height: 12px;
		width: 60%;
		margin: 10px 0;
	}
	.file-info {
		display: block;
	}
	.file-actions {
		margin: 10px 0;
	}
	.files-list > ul.thumbs > li {
		margin: 5px;
		width: 38%;
		height: auto;
	}
	.files-list > ul.thumbs > li.no-content {
		margin: 10px;
	}
	.modal-content {
		display: inline-block;
		*display: inline;
		zoom: 1;
		text-align: left;
		width: 100%;
	}
	.modal-content input[type=text], .modal-content input[type=email], .modal-content textarea, .modal-content input[type=number], .modal-content input[type=password] {
		width: 100%;
	}
	.modal-content .file-rename-form{
		text-align: center;
		margin: 0 auto;
	}
	.modal-content .file-rename-form input[type=text] {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 30px;
		width: 100%;
	}
	.modal-content select{
		width: 100%;
	}
	.input-group-append {
		width: 100%;
	}
	.modal-content .input-group-append .uneditable-input {
		width: 90%;
	}
	.user-active.badge {
		height: 13px;
		vertical-align: text-bottom;
		width: 13px;
		line-height: 13px;
	}
	.file-name .badge .icon {
		vertical-align: top;
		line-height: 13px;
	}
	#login textarea {
		height: 100px;
	}
	.navbar-nav.dropdown-menu.top-icon-menu {
		padding: 0px;
	}
	.task-item .progress {
		width: 85%;
	}
	.upload-status .task-item .progress{
		width: 100%;
	}
	.task-item .btn.btn-sm {
		width: auto;
	}
	#files .modal-content input.file-rename-input[type=text] {
		width: 70%;
	}
	.datepicker {
		left: 0 !important;
		top: 50px !important;
	}
	.modal-content select.input-small {
		width: 100%;
	}
	.modal-body .well {
		min-width: 0;
	}
	#trial-container .alert, #transfer-quota-container .alert, #storage-quota-container .alert, #site-locked-container .alert, #feature-lock-container .alert {
		left: 0;
		margin-left: 0;
		position: fixed;
		top: 50px;
		width: 100%;
	}
	.uneditable-input {
		min-width: 0;
	}
	.modal-actions .btn {
		display: block;
		width: 100%;
		margin: 0 0 10px;
		padding: 10px 0;
	}
	.modal-content .controls .btn {
    	font-size: 13px;
	}
	.datepicker table {
		margin: 10px auto !important;
	}

	/*HIDE*/
	#footer {
		display: none;
	}
	#push {
		height: 10px;
	}
	.dropdown-menu li, .dropdown-menu > li > a, .navbar-nav.dropdown-menu.top-icon-menu > li > a, .navbar-nav.dropdown-menu.top-icon-menu > li > em, .navbar-nav.dropdown-menu.top-icon-menu > li > span, .navbar-nav.dropdown-menu.top-icon-menu > li > div, .navbar-nav.dropdown-search {
		line-height: 20px;
	}
	.folder-breadcrumbs h2, .folder-breadcrumbs h2 .icon {
		font-size: 14px;
		line-height: 20px;
		margin: 0;
		padding: 0;
	}
	.folder-breadcrumbs {
		 max-width: 80%;
		 margin: 15px 0;
	}
	.dropdown-menu .active .icon {
		font-size: 14px;
		position: absolute;
		right: 12px;
		top: 6px;
	}
	.datepicker {
		background: inherit !important;
		color: inherit !important;
	}
	.table .file-name {
	    line-height: 20px;
	}
	.table .file-icon {
	    padding: 5px 0;
	}
	.modal-content.information, .modal .row.information {
		padding: 10px 0;
	}
	.pagination-group div {
		display: block;
		margin: 10px 0;
		text-align: center;
	}
	#view-modal .modal-title {
		text-align: left;
	}
	.file-list-item.file-list-head {
		text-align: left;
	}
	.file-list-title {
		display: none;
	}
}


/********* AUTOMATION STYLES **********/
.modal-content .auto-split{
	background: #fff;
	color: #777;
	margin-bottom: 1.5rem;
	border: solid 1px #EEE;
	border-radius: 0.375rem;
	padding: 1.5rem;
	box-sizing: border-box;
	width: 100%;
}
.modal-content .form-group.auto-section, .modal-content .rule-options-group {
  border: solid 1px #08c;
	box-sizing: border-box;
  padding: 15px 20px 15px 40px;
  border-radius: 0.375rem;
	padding: 1rem;
  position: relative;
}
input.modal-input.modal-input-nums {
  width: 50px;
  display: inline;
}
.auto-section-title {
	margin: -1.5rem -1.5rem 1.5rem;
}
.modal .auto-split p {
  border-radius: 0.375rem 0.375rem 0 0;
  padding: 10px;
  background: #eee;
}
.r-time .chosen-container.chosen-container-single {
  width: auto !important;
}
.r-time .chosen-container-single .chosen-single {
  min-width: 200px;
}
.a-remove {
  position: absolute;
  right: 2px;
  top: 2px;
}
.modal-content .form-group.auto-name {
	padding: 0 20px 0 40px;
	width: auto;
}
.modal-content .auto-name .modal-input {
	width: 100%;
}
.delay {
	background-color: #EEE;
	margin-top: 1rem;
	padding: 10px 40px;
	border-radius: 0 0 4px 4px;
}
.no-bottom-margin {
	margin-bottom: 0;
}
.file-icon-rule-add {
    background-image: url('/static/ftp/images/sprites/file-types/40/rule-add.png?a53666ef9edd');
}
.file-icon-rule-edit {
    background-image: url('/static/ftp/images/sprites/file-types/40/rule-edit.png?1e7d4101d478');
}
.file-icon-rule-remove {
    background-image: url('/static/ftp/images/sprites/file-types/40/rule-remove.png?bdcaab62717d');
}
.file-icon-auto-path {
    background-image: url('/static/ftp/images/sprites/file-types/40/auto-path.png?a63ddc41e217');
}
.file-icon-auto-user {
    background-image: url('/static/ftp/images/sprites/file-types/40/auto-user.png?38e2d57f4802');
}
.file-icon-auto-group {
    background-image: url('/static/ftp/images/sprites/file-types/40/auto-group.png?76212f9981d0');
}
auto-section.auto-2 .alert {
	margin-top: 30px;
}
.file-icon-lock {
	background-image: url('/static/ftp/images/sprites/file-types/40/lock.png?d04638b10dc4');
}
.btn-group.open .dropdown-toggle {
	box-shadow: none;
}

.stacked-icon {
    position: relative;
}

.stacked-icon::after {
    font-size: 8px;
    font-family: FontAwesome;
    content: "\2b";
    position: relative;
    top: -4px;
}

@media (max-width: 767px){
	.b-left{
		border-width: 0px 0px 1px 0px ;
	}
	.chosen-container-single .chosen-single {
	  min-width: 215px;
	}
}
@media (max-width: 480px){
	.file-icon-auto-path {
		background-image: url('/static/ftp/images/sprites/file-types/30/auto-path.png?7523f3f4bf53');
	}
	.file-icon-auto-user {
		background-image: url('/static/ftp/images/sprites/file-types/30/auto-user.png?d0f51002efab');
	}
	.file-icon-auto-group {
		background-image: url('/static/ftp/images/sprites/file-types/30/auto-group.png?10ecf844de98');
	}
}


/*************IE FIXES*************/
.ie7 .dropdown-progress{
	width: 200px;
}
.ie .container-fluid, .ie .navbar, .ie .all-btns{
	min-width: 800px;
}
.ie7 .folder-actions{
	padding-top: 75px;
	padding-bottom: 15px;
}
.ie7 .folder-display-btns{
	position: absolute;
	right: 10px;
	margin-top: 0;
	top: 75px;
}
.ie7 select[multiple] {
	height: 150px;
}
.ie7 .split-form select[multiple]{
	width: 200px;
}
.ie7 hr{
	display: none;
}
.ie7 .modal-content-notes{
	text-align: center;
	max-width: 100%;
	width: 100%;
}
.ie7 .modal-body .well{
	padding-left: 30px;
}
.ie7 .file-tree .nav-header {
	display: inline-block;
}
.ie7 a.tree-toggle {
	left: -20px;
}
.ie7 .modal-content input[type=text], .ie7 .modal-content input[type=password] {
	height: 20px;
}
.ie7 .modal-body .input-group-append .modal-input.input-select {
    margin-top: -1px;
}
.ie7 .input-group-append .input-group-addon, .ie7 .input-group-prepend .input-group-addon {
    padding: 5px;
}
.ie7 .login input[type=text], .ie7 .login input[type=password], .ie8 .login input[type=text], .ie8 .login input[type=password] {
    line-height: 40px;
}
#path-days {
	width:45px;
	float:left;
	margin-right:10px
}
.delay.r-o-path-spec {
    margin: 10px -20px -25px -40px;
}

.tag-attr {
	margin-left: 30px;
}
#r_tag_value_chosen {
	width: 90% !important;
	margin-top: 5px;
	margin-left: 30px;
}
#r_attr_name_chosen {
	width: 90% !important;
	margin-top: 5px;
	margin-left: 30px;
}
#r_attr_value_chosen {
	width: 90% !important;
	margin-top: 5px;
	margin-left: 30px;
}

.alert.alert-danger.prev-error {
	margin-top: 30px;
}
