@CHARSET "UTF-8";

/* Fonts Description 

Web Open Font Format (.woff): For all modern browsers
Embedded Open Type: For older versions of Internet Explorer (IE< =8)
SVG fonts: For older versions of iOS Safari (3.2-4.1)
Truetype fonts: For older versions of the default android browser

*/

/* Fonts Type */

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham/Book/Gotham.eot'); /* IE9 Compat Modes */
	src: /*url('../fonts/Gotham/Book/Gotham.eot?#iefix') format('embedded-opentype'),*/ /* IE6-IE8 */
		 url('../fonts/Gotham/Book/Gotham.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/Gotham/Book/Gotham.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/Gotham/Book/Gotham.svg#Gotham') format('svg'); /* Legacy iOS */
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham/BookItalic/Gotham.eot'); /* IE9 Compat Modes */
	src: /*url('../fonts/Gotham/BookItalic/Gotham.eot?#iefix') format('embedded-opentype'),*/ /* IE6-IE8 */
		 url('../fonts/Gotham/BookItalic/Gotham.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/Gotham/BookItalic/Gotham.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/Gotham/BookItalic/Gotham.svg#Gotham') format('svg'); /* Legacy iOS */
	font-style: italic;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham/Medium/Gotham.eot'); /* IE9 Compat Modes */
	src: /*url('../fonts/Gotham/Medium/Gotham.eot?#iefix') format('embedded-opentype'),*/ /* IE6-IE8 */
		 url('../fonts/Gotham/Medium/Gotham.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/Gotham/Medium/Gotham.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/Gotham/Medium/Gotham.svg#Gotham') format('svg'); /* Legacy iOS */
	font-style: normal;
	font-weight: bold;
	text-rendering: optimizeLegibility;
}
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham/MediumItalic/Gotham.eot'); /* IE9 Compat Modes */
	src: /*url('../fonts/Gotham/MediumItalic/Gotham.eot?#iefix') format('embedded-opentype'),*/ /* IE6-IE8 */
		 url('../fonts/Gotham/MediumItalic/Gotham.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/Gotham/MediumItalic/Gotham.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/Gotham/MediumItalic/Gotham.svg#Gotham') format('svg'); /* Legacy iOS */
	font-style: italic;
	font-weight: bold;
	text-rendering: optimizeLegibility;
}


/* Main */
body,
html,
#webcontent {
	height: 100%;
}
#webcontent {
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #fff;
	min-width: 300px;
	z-index: 1;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
a.extended-share:hover,
div.ui-button > a:hover,
div.make-user > a:hover,
.multiplatform-download-footer > a:hover,
.current-dir > a:hover,
a.current-dir:hover,
.no-underline:hover {
	text-decoration: none;
}
a {
	width: auto;
}

/*##################################################### COLOR SETTINGS #####################################################*/
/* Background && color setting */
.contentData,
.browser,
.browser-item,
.no-link, 
#footer,
label,
p,
ul.list li,
ol.list li,
.success,
div.user-panel,
div.edit-page,
.rTableRow > .title,
.current-dir,
.menu-option-page,
.pagination,
body {
	color: #7F808C;
}
.contentData,
.browser,
.browser-item,
.no-link, 
#footer,
label,
.success,
div.user-panel,
.rTableRow > .title {
	text-decoration: none;
}
b.radio-option,
div.info > .dir-active {
	color: #000;
}
.menu-option-page.team-option-page:hover {
	color: #fff !important;
}
.lock {
	background-color: #FFD7D7 !important;
}

/* Lists */
.list li {
	display: list-item;
	text-align: initial;
	line-height: 24px;
	margin-bottom: 13px;
}
ul.list {
	margin: 1em;
	padding: 0px;
}
ul.list li {
	padding-left: 12px;
	margin-bottom: 8px;
	list-style: none;
	display: list-item;
	text-align: left;
}
hr {
	border: 0;
	height: 1px;
	width: 100%;
	background-color: #ddd;
}
a {
	text-decoration: none;
}
div.make-user > a,
div.header-username,
.show-account-menu > *,
.help-navigator-option,
.ui-button,
div.item-info > div.help-navigator-option > strong,
div.item-info > div.help-navigator-option > label,
div.account-menu > div > *,
a.current-team-page:hover,
a.team-option-page:hover,
a.current-team-page,
div.make-user,
#contentNav > div.user-panel > .title,
div.team-option-page:hover {
	color: #fff;
}
h1.downloading {
	color: #3e405d;
	padding: 0px 0px 0px 45px;
}
html[dir=rtl] h1.downloading {
	padding: 0px 45px 0px 0px;
}
div.not-selectable-csv,
div.user-panel.check-admin,
div#extra-data.user-panel {
	background-color: #fcfcfc;
}
div.upload-csv-button {
	position: relative;
}
.thumbnail-preview {
	max-width: 200px;
	max-height: 200px;
	padding: 5px;
	margin-bottom: 10px;
	border: 2px solid #aaa;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 7px 7px 4px #888;
	-webkit-box-shadow: 7px 7px 4px #888;
	box-shadow: 7px 7px 4px #888;
}
.thumbnail-preview.file {
	max-width: 130px;
	margin: 20px auto;
	padding: 15px 0px;
}
.not-found:hover,
.no-groups,
.group-browser > #browser-content > .browser-item:hover  {
	background-color: inherit;
}
div.not-selectable-csv {
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
	border: 1px solid;
	color: inherit !important;
}
div.not-selectable-csv:ho,r, .current-dir:hover {
	cursor: default;
}
.item-actions > .browser-icon > .click:hover,
.multiplatform-download-footer > a:hover,
.remove {
	color: rgb(255,0,0);
}
select {
	cursor: pointer;
}

/*################################################################################################################*/
.custom-line-height {
	line-height: 24px;
}

/* Basic headers tag */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1, h2, h3, h4, h5, h6 {
	color: #1d2127;
	font-weight: 200;
	letter-spacing: -1px;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #1d2127;
	font-weight: 200;
	letter-spacing: -1px;
	margin: 0;
}
h2 {
	font-size: 2em;
	font-weight: 300;
	line-height: 42px;
	margin: 0 0 20px 0;
}
h1 {
	font-size: 2.5em;
	line-height: 44px;
	margin: 0 0 20px 0;
}
h4 {
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 27px;
	margin: 0 0 14px 0;
}
h3 {
	font-weight: 600;
	margin: 0 0 10px;
}
.custom-p-format p {
	font-size: 0.9rem;
	line-height: 25px;
	padding: 0;
	margin: 0 0 20px;
}
.custom-p-format {
	overflow: hidden !important;
}
/* ==================================== */
.alert p {
	line-height: 15px;
}
.path .current-dir div,
.path .dir-active div,
.path .parent div {
	display: inline-block;
	vertical-align: middle;
}
#send_link .path .dir-active {
	cursor: default;
}
.path > * {
	display: inline-block;
	vertical-align: middle;
}
.send_link .parent + .current-dir {
	display: inline-block;
}
/* Input predefined (text,password,radio)*/
input,
textarea,
button,
select,
h1,
h2,
h3,
span,
label {
	font-family: inherit;
	box-sizing: border-box;
}
input,
select,
textarea {
	background-color: #fff;
}
textarea {
	resize: vertical;
}
textarea {
	width: 100%;
	border: 1px solid;
}
input[type='password'],
input[type='text'],
input[type='number'] {
	outline: none;
	border: 0;
	border-bottom: 1px solid;
	padding: 0px 5px;
	font-size: 1em;
}
.field-container input[type='password'],
.field-container input[type='text'],
.field-container input[type='number'],
.field-container.inherit-padding {
	margin-top: 20px;
}
.field-container.inherit-padding select {
	line-height: 23px;
}
.field-container input[type='password'],
.field-container input[type='text'],
.field-container input[type='number'] {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
input[type='password'] {
	letter-spacing: 1em;
	box-sizing: border-box;
}
input[type='password']:disabled,
input[type='text']:disabled {
	padding-left: 0px;
}

/* PlaceHolders */
*::-webkit-input-placeholder {
	letter-spacing: 0em !important;
}
*:-moz-placeholder {
	/* FF 4-18 */
	letter-spacing: 0em !important;
}
*::-moz-placeholder {
	/* FF 19+ */
	letter-spacing: 0em !important;
}
*:-ms-input-placeholder {
	/* IE 10+ */
	letter-spacing: 0em !important;
}
input,
select,
.multiplatform-download-footer > a + a:before,
.search,
.cancel-button,
.default-button,
.group-button,
div.no-selectable-csv,
.overlay .alert, div.not-selectable-csv,
.ui-grup {
	border-bottom: 1px solid #aaa;
	color: #aaa;
}
.div-separator {
	border-bottom: 1px solid #ddd
}
input:-webkit-autofill,
select:-webkit-autofill {
	color: #aaa;
}
input[type=text]:disabled,
input[type=password]:disabled,
div.remove-border:hover {
	background-color: transparent;
}

div.select-container {
	display: inline-block
}
/* Select predefined */
select {
	max-height: 30px;
	line-height: 18px;
	padding: 3px 25px 3px 5px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	width: 130px;
	border-top: none;
	border-left: none;
	border-right: none;
	box-shadow: none;
	background-color: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}
select:focus, 
textarea:focus {
	outline: none;
}
textarea {
	color: #aaa;
}

/* Form config */
div.scroll-view {
	margin-top: 20px;
}
div.form-margins > * {
	display: block;
}
div.form-margins > *:not(h3){
	font-size: 1.1em;
}
div.form-margins + div.form-margins {
	margin-top: 30px;
}
div.label-size-fix {
	display: inline-block;
}
div.form-border-margins {
	padding-bottom: 40px;
	margin-top: 40px; 
	min-height: 285px;
}
div.item-radio {
	display: block;
	text-align: left;
}
div.item-radio > * {
	display: inline;
	text-align: left;
}
div.item-radio label:hover {
	cursor: pointer;
}
.item-radio > input,
.item-radio > select {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
}
.alert .item-radio > input,
.alert .item-radio > select {
	margin-left: 24px;
	margin-top: 5px;
}
/* Custom input/select item-radio only */
.item-radio > select:disabled {
	background-size: auto 60%;
	background-position: 95% 15px;
}
.item-radio > select {
	background-size: auto 150%;
	background-position: 95% -5px;
}
.item-radio + .item-radio {
	margin-top: 10px;
}
html[dir=ltr] .form-margins > .item-radio + * {
	margin-left: 30px;
}
html[dir=ltr] .form-margins > .item-radio + * {
	margin-right: 30px;
}
.form-margins > input + input {
	margin-left: 20px;
}
div.item-radio > div > label:nth-child(1),
.menu-option-page.current-menu-page,
a.menu-option-page:hover {
	text-shadow: 0.5px 0px 0px;
}

.menu-container ul.menu-page {
	padding: 0px;
}

/* Content Header */
.header,
.download-section {
	width: 100%;
	min-height:32px !important;
}
.custom-text-to-heading-h1,
.custom-text-to-heading-h3 {
	font-weight: normal;
	font-size: 2.5em;
	line-height: 1.4;
}
.small {
	font-size: 2em;
}
.custom-text-to-heading-h3 {
	font-size: 1.7em;
	line-height: inherit;
}
.download-section {
	min-height:100px !important;
} 
.multiplatform-download-footer {
	margin-top: 5px;
}
.multiplatform-download-footer > a {
	font-weight: bold;
	text-decoration: none;
}
.multiplatform-download-footer > a + a:before {
	padding-left: 5px;
	padding-right: 5px;
	content: "| ";
	border: 0px;
}
.page-content,
.overlay .alert.form {
	max-width: 960px;
}
.page-content {
	margin-left: auto;
	margin-right: auto;
}
.center-content {
	margin-left: auto;
	margin-right: auto;
}
.header-alerts {
	border-left: 1px solid rgba(255,255,255,0.6);
	border-right: 1px solid rgba(255,255,255,0.6);
}
.circle-alert {
	background-color: rgb(255,0,0);
	color: rgb(255,255,255);
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	min-width: 17px;
	height: 17px;
	padding: 1px 3px 3px 1px;
	font-size: 1em;
	box-sizing: content-box;
	position: absolute;
	right: 13px;
	top: 1px;
	text-align: center;
}
#user-headers {
	display: inline-table;
}
#user-headers > div {
	display: inline-block;
	vertical-align: middle;
}
.username {
	max-width: 400px;
}
#usermail {
	overflow: auto;
}
.header-alerts {
	position: relative;
}
.header-alerts + .header-username {
	margin-left: 10px;
}
.header-username:hover,
.logo:hover,
.action-click {
	cursor: pointer;
	text-decoration: none;
}
div.dropmenu {
	margin-top: 10px;
}
div#currentuser {
	max-width: 200px;
	line-height: 32px;
}
div#currentuser:hover,
a.parent div.item:hover {
	text-decoration: underline;
}
div.user-account {
	max-width: 300px;
	float: left;
	font-size: 1.08em;
	background-size: auto 70%;
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 30px;
	padding-right: 10px;
	line-height: 2.2em;
}
.download:hover,
.menu-option-page.current-menu-page,
.user-menu-action > *:hover,
#addFriend:hover,
#remove-list:hover,
div.user-account:hover {
	text-decoration: underline;
}

/* user menu */
.show-account-menu {
	float: right;
	font-size: 1.25em;
}
.username:hover .fa-caret-down:before {
	content:"\f0d8";
}
.header-username .show-account-menu {
	border: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: 5px;
	margin-left: 3px;
}
.header-username .account-menu {
	display: none;
	position: absolute;
	right: -30px;
	top: 25px;
	z-index: 99;
	min-width: 165px;
	font-size: 0.85em;
	border-top: 22px solid transparent;
}
.username:hover .account-menu {
	display:block;
}
.username {
	position: relative;
}
.user-menu-action {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 45px;
	padding-left: 10px;
	height: 15px;
}
.user-menu-action:hover a {
	text-decoration: underline;
}
.user-menu-action > * {
	float: right;
	width: 115px;
	line-height: 15px;
}
.user-menu-action.active,
.user-menu-action.active * {
	cursor: default !important;
	text-decoration: underline;
}
.user-menu-action.active,
.user-menu-action:hover .option {
	text-decoration: underline !important;
}
.user-menu-arrow {
	margin-right: 13px;
	margin-top: -6px;
	position: absolute;
	z-index: -1;
	right: 12px;
	background-color: transparent;
	font-size: 35px;
	top: -17px;
}

.fixTextShowOverflow,
.ui-grup,
.input-reg {
	white-space: nowrap !important;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fixTextShowOverflow {
	max-width: inherit;
	display: block;
}

/* Logo Header */
.logo {
	float: left;
	width: 168px;
	height: 53px;
	background-repeat: no-repeat;
	background-position: center;
}
input.search,
.make-user {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	height: 25px;
	width: 100%;
	border: 1px solid;
	padding: 0px 25px 0px 20px;
	outline: none;
	background-size: auto 50%; /* Not Works in IE */
	background-position: 90% center;
	background-repeat:no-repeat;
	font-size: 0.9em;
	box-sizing: border-box;
}
.search {
	background-position: left 7px center;
	padding: 0px 25px 0px 25px;
}
.customSearch {
	position: relative;
	display: inline-block;
}
#files-search,
.make-user {
	max-width: 135px;
	box-sizing: border-box;
}
.itemSearch,
.respSearch {
	position: relative;
}
.itemSearch .reset,
.respSearch .reset {
	position: absolute;
	top: 50%;
	left: 5px;
	font-size: 1.3em;
	color: #aaaaaa;
	display: none;
	cursor: pointer;
	z-index: 5;
	line-height: 0;
}
#pendingRequests {
	margin: 0px 15px 0px 0px;
}
.make-user:hover {
	cursor: pointer;
}
.itemSearch {
	margin: 0 0 0 20px;
}
.menu-container {
	display: table;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.menu-header {
	display: table-row;
}
.menu-header > * {
	display: table-cell;
	vertical-align: middle;
}
.menu-header .menu-page {
	font-size: 0.9em;
}
.menu-header .menu-page .danger {
	margin: 0px;
	display: inline-block;
}
.menu-option-page {
	padding-right: 2px;
	box-sizing: border-box;
	padding-left: 5px;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
li,
a.menu-option-page {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
#helpAboutShare ol {
	margin: 0px!important;
}
#helpAboutShare li {
	display: list-item;
	text-align: left;
}
a.menu-option-page::after {
	display: block;
	content: attr(title);
	font-weight: bold;
	height: 1px;
	color: transparent;
	overflow: hidden;
	visibility: hidden;
	margin-bottom: -1px;
}
.current-menu-page,
.current-menu-page:hover {
	cursor: default !important;
}

/* File directory header */
.navigator-header { /* Background settings */
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
}
.vCenter-box.navigator-header {
	min-height: 28px;
	position: relative;
}
.vCenter-box > .page-content,
.ui-item i,
.ui-button i,
.itemSearch .reset,
.respSearch .reset,
input[type="checkbox"] + label:before,
.open-item,
.faq-active,
.notification.text-center i,
.vCenter {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
input.search::-ms-clear {
	display: none;
}
.vCenter-box > .page-content {
	left: 0;
	right: 0;
}
.navigator-header .page-content {
	min-height: 28px;
}
.headers .container {
	display: table;
	width: 100%;
}
.no-actions {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}
.path { /* Floating items to left border */
	padding-left: 10px;
	padding-right: 10px;
	display: table-cell;
	vertical-align: middle;
}
.path.extraFont {
	font-size: 1.3em;
}
.shorter-font .path {
	font-size: 1.4em;
}
.shorter-font .path,
#my_shared_links .path,
#deleted_files .path,
#user .path {
	display: table-cell;
	width: auto;
	vertical-align: middle;
	float: none;
	padding: 0px 10px;
	margin: 0px;
	max-width: 600px;
	box-sizing: border-box;
}
#files .path,
#my_shared_links .path,
#deleted_files .path,
#user .path {
	white-space: normal;
	word-break: break-word;
}
#files.versions .path {
	width: 100%;
}
.path > a {
	white-space: nowrap;
}
.path > a .item {
	white-space: normal;
}
.path > a .item > span {
	max-width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.path > .dir-active:hover > .item {
	text-decoration: underline;
}
.path > a + a:hover:before {
	text-decoration: none;
}
.no-link,
.path.no-link,
.path.no-link > * {
	cursor: default;
}
.actions-dir {
	min-height: 28px;
	max-width: 320px;
	padding: 0px 5px;
	display: table-cell;
	vertical-align: middle;
	min-width: 60px;
}
.actions-dir > div:hover {
	cursor: pointer;
}
.actions-dir > * {
	display: inline-block;
	vertical-align: middle;
}
.one-item-option {
	display: none;
}
.group-item-option {
	display: none;
}
.navigator-option {
	position: relative;
}
.actions-dir .navigator-option {
	margin: 5px;
}
.especial-item-option {
	display: none;
}
.navigator-option:hover .help-navigator-option {
	display: block;
	cursor: auto;
}
.help-navigator-option {
	display: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-top: -30px;
	position: absolute;
	right: -33px;
	white-space: nowrap;
	font-size: 0.8em;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	min-width: 60px;
	text-align: center;
	z-index: 1;
}
.clipboardsaved {
	max-width: 80px;
	top: -10px;
	right: 2px !important;;
}
.clipboardsaved .help-navigator-arrow {
	float: none;
	left: 0px;
	right: 0px;
	width: 10px;
	margin: auto;
}
.center-absolute-h {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.help-navigator-arrow {
	font-size: 20px;
	position: absolute;
	right: 35px;
	bottom: -12px;
}
/* Buttons */
button,
button:focus,
button:active{
	outline:none;
}
button span{
	position: relative;
}
input[type=submit].ui-button:focus {
	color: #fff;
	outline: none;
}
.ui-button,
.ui-grup {
	padding: 8px 10px;
	font-size: 0.9em;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	min-width: 75px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: initial;
	white-space: normal;
	display:inline-block;
	border:1px solid;
	position: relative;
	margin: 2px;
}
.ui-button .notification {
	left: inherit;
	right: -13px;
	top: -3px;
}
.ui-button:hover {
	cursor: pointer;
	text-decoration: none;
}
div.adduser_multiple_p {
	display: inline-block;
	cursor: pointer;
}
.adduser_multiple_p .upload-csv-button {
	background-position: 90% center;
	padding-right: 90px;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
	background-size: auto 60%;
}
.adduser_multiple_p input {
	position: absolute;
	left: 0;
	border: 0px;
	background: transparent;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	-moz-opacity: 0.00;
	height: 100%;
	cursor: pointer;
	top: 0;
	bottom: 0;
}
div.upload-csv-button.not-selectable.csv:hover,
div.upload-csv-button.not-selectable.csv:hover input,
div.adduser_multiple_p:hover {
	cursor: pointer;
}
div.upload-csv-button.not-selectable.csv,
div.upload-csv-button.not-selectable.csv input {
	cursor: default;
}
.remove-button {
	background-color: #ED9199!important;
	border-color: #ED9199!important;
}
.group-button:hover {
	cursor: default;
}
.download-button {
	display: block; 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	width: 130px;
	margin: 1.2rem 0;
}
.ui-button:not(.upload-csv-button):(.panel-r3):hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

/* Page background with alpha */
.full-window {
	margin: 0px !important;
	max-width: 100%;
}
.overlay, .full-window {
	background: rgba(0,0,0,0.7);
}
.overlay {
	position: absolute; /* Fixing */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	display: none;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	min-width: 960px;
}
.show-alert {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow: auto;
}
/* Custom button icon size for general team page */
div.edit.menu-header-icon {
	height: 32px;
}
div.edit.menu-header-icon.edit-icon {
	height: 32px;
	background-size: auto 60%;
}

/* Global popup box*/
.overlay .alert,
.overlay .alert .content input:disabled,
.overlay .alert .content option
.overlay .alert .content option:disabled,
.cancel-button,
.default-button,
.group-button {
	background-color: #fff;
}
.overlay .alert {
	position: fixed;
	margin: 0 auto;
	width: 400px;
	overflow: auto;
	text-align: center;
	z-index: 1;
	padding: 30px;
}

/* Global tags Alert */
.overlay .alert a {
	text-decoration: underline;
	font-weight: normal;
}
.overlay .alert .info {
	text-align: center;
	margin-bottom: 15px;
}
.overlay .alert .title {
	font-size: 1.1em;
	margin: 0;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 22px;
}
.overlay .alert .content {
	margin-bottom: 25px;
}

/* Content Alert */
.overlay .alert .content {
	display: block;
	overflow: hidden;
}
.overlay .alert .content h2 {
	font-size: 1em;
	line-height: 20px;
	border: none !important;
}
.overlay .alert .content h2.popup-icon {
	padding-left: 25px;
	padding-right: 25px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
	-webkit-text-fill-color: #aaa !important;
	border-color: #aaa;
	transition: background-color 5000s ease-in-out 0s;
}
/* RadioButton */
.item-radio input[type="radio"] + label {
	color: #292321;
}
.item-radio input[type="radio"] + label span {
	display:inline-block;
	width:19px;
	height:19px;
	vertical-align:middle;
	cursor:pointer;
	-moz-border-radius:  50%;
	border-radius:  50%;
}

.item-radio input[type="radio"] + label span {
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.item-radio {
	display: inline-block;
	width: 100%;
}
.item-radio input[type="radio"] {
	display: none;
}

.overlay .alert .content .select-group-section,
.overlay .alert .content .select-permision-section {
	position: relative;
}
.select-user,
.select-permision {
	width: 70%;
	margin-top: 10px;
	border-bottom: 2px solid;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
}
.select-arrow {
	position: absolute;
	top: 13px;
	right: 70px;
	width: 12px;
	height: 12px;
	font-size: 1.2em;
}
.select-user {
	margin-bottom: 30px;
}
.option-tab {
	margin-left: 31px;
}
.open {
	content:"\f0d8";
}
.overlay .alert .content input.place-link {
	float: left;
	width: 100%;
	padding: 0;
	padding-left: 10px;
}
.password-content {
	font-size: 1.2em;
}
.overlay .alert .content .password-content {
	width: 100%;
}
.overlay .alert .content .folder-name,
.file-name {
	float: left;
	width: 100%;
	padding-left: 10px;
}
.overlay .alert .content-folder .field-container {
	width: 275px;
}
.overlay .alert .content input.long {
	width: 100%;
}
::-webkit-input-placeholder { /* WebKit, Blink,Edge */
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
:-ms-input-placeholder {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
.overlay .alert .content .links {
	width: 100%;
	display: inline-block;
	font-size: 0.85em;
	margin-top: 5px;
}
.overlay .alert .content .links label {
	float: left;
}
.overlay .alert .content .links .conf-link {
	float: right;
	padding-left: 20px;
	line-height: 20px;
	margin: 5px 0px;
}
.overlay .alert .content .links .conf-link:hover {
	cursor:pointer
}
.overlay-arrow:hover {
	cursor: pointer;
}
.overlay .alert .content option{
	outline: none;
}
.overlay .alert .content h3 {
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

/* Buttons Alert*/
.overlay .alert .buttons {
	display: inline-block;
	margin: auto;
	width: 100%;
}
.ui-item i,
.ui-button i {
	display: none;
	font-family: "FontAwesome";
	font-size: 1.3em;
	color: inherit;
	position: absolute;
	margin: 0px 5px;
	left: 0;
}
.no-value {
	-webkit-box-shadow: 0 0 16px 2px #FF9999 !important;
	-moz-box-shadow: 0 0 16px 2px #FF9999 !important;
	box-shadow: 0 0 16px 2px #FF9999 !important;
}
.ui-item.icon i {
	left: 5px;
}
.ui-button.icon .actionName {
	padding-left: 20px;
}
.ui-item.icon i,
.ui-button.icon i {
	display: block;
}
.ui-item.icon {
	position: relative;
}
.ui-item.icon input,
.ui-item.icon div {
	background: none;
}
.ui-item input {
	text-overflow: initial;
}
.ui-item.icon input,
.ui-item.icon button,
.ui-item.icon div {
	padding: 5px 5px 5px 30px;
}
html[dir=rtl] .ui-item.icon input {
	padding: 5px 30px 5px 5px;
}
.ui-item.icon .ui-button {
	font-size: 0.8rem;
	text-align: initial;
}
.overlay .alert .buttons .remove-button i:before {
	content: "\f1f8";
}
.overlay .alert .buttons .ui-button {
	width: 40%;
	margin: 0px 5px;
}

/* Content types */
.content-folder,
.content-file,
.content-loginAdmin,
.content-share,
.content-share-config,
.content-invitation,
.domain-users-table,
.domain-users-create {
	display: none;
}

/* Floating labels */
input:required {
	box-shadow:none;
}
.field-container {
	position: relative;
	overflow: visible;
	display: flex;
	width: 100%;
	margin-top: 5px;
}
.field-container > input {
	padding: 5px 10px 5px 10px;	
	margin: 25px 0px 5px 0px;
	width: 100%;
}
.field {
	border: none;
	font-size: 1em;
}
.field:focus {
	outline: 0;
}
.floating-label,
.floating-label-submit {
	position: absolute;
	pointer-events:none;
	top: 5px;
	left: 0px;
	font-size: 1em;
	opacity:0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	background-color: transparent;
	padding: 0 2px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.floating-label-submit {
	left: 0px;
}

.show-label {
	opacity:1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	top: -2px;
	white-space: nowrap;
}

/* Custom dropdown for select input */
.custom-arrow-select {
	padding-right: 10px;
	position: relative;
	right: 15px;
	bottom: 2px;
}
.custom-arrow-select:hover {
	cursor: pointer;
}

.bold,
.bold > * {
	font-weight: bold;
}
#remove-list > *:hover {
	cursor: pointer;
}
div.input-vertical-container {
	position: relative;
	display: inline-block;
	width: 100%;
}
div.input-vertical-container > * {
	overflow: hidden;
	float: left;
}
div.input-vertical-container > div + div,
div.input-vertical-container > input + input {
	font-size: 1em;
}
div.input-vertical-container > .field-container + .field-container {
	margin-top: 15px;
}
div.input-vertical-container > .field-container > * {
	float: left;
}

/* HIDE */
div.buttons.hidden {
	display: none;
}

/* Bootstrap select custom */
select:disabled, 
.dropdown-toggle.disabled {
	background-image: none;
	cursor: default;
}
button.dropdown-toggle.disabled {
	border: 0;
	background: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
button.dropdown-toggle.disabled .caret {
	display: none;
}
button.dropdown-toggle {
	padding-left: 0px;
}
select:disabled,
.disabled,
.browser-item.unable {
	opacity: .45;
	filter: alpha(opacity=45);
}
.disabled {
	pointer-events: none;
}
.browser-item.unable:hover,
.browser-item.unable:hover * {
	cursor: default !important;
}

/* Align items */
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.left {
	float: left;
}
.right {
	float: right;
}
.default-line-align {
	line-height: inherit;
}
.center {
	margin: auto;
	width: 100%;
}
/* display: inline/inline-block align */
.align_horizontal {
	position: absolute;
	position: absolute;
	left: 25%;
	transform: translateX(-15%);
}
.disable {
	filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	cursor: default;
}
.navigator-option.action-disabled {
	filter: Alpha(Opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.navigator-option.action-disabled:hover,
.disable:hover {
	cursor: default !important;
}
.click:hover,
.click:hover > *,
.click-with-link:hover,
.click-with-link:hover > * {
	cursor: pointer !important;
}
.click-with-link:hover {
	text-decoration: underline;
}

/* No items to show */
#no-deleted-files,
#no-files,
#no-users,
.not-found {
	padding-top: 10px;
	text-align: center;
}
.tag_hidden {
	border: none!important;
	background: transparent!important;
	width: 0!important;
	height: 0!important;
	display: none;
	overflow: hidden;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-danger > .fa-times:hover {
	color: #bbb;
}
.confirm {
	color: rgb(0,138,154);
}
.danger,
.success,
.warning,
.admin {
	padding: 5px;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.warning {
	background: #FDFDD0;
	border: 1px solid #DFDFDF !important;
}
.admin {
	background-color: #f0ff00;
}
.admin .header-icon:hover {
	cursor: default ! important;
}
.alert-danger,
.warning span,
.warning label,
.warning div,
.warning i,
.admin span {
	color: #a94442 !important;
}
.warning .alt,
.admin span {
	font-weight: bold;	
}
.answeralert {
	border: 1px solid;
}
.answeralert label {
	max-height: 80px;
	width: 100%;
	box-sizing: border-box;
	overflow-y: auto;
	color: inherit;
	font-size: 1.1em;
	padding: 0px 35px;
}

.answeralert .menu-header-icon {
	margin: 0px 0px 0px 5px !important;
}

/* Displays mode */
.inline-block {
	display: inline-block;
	vertical-align: middle;
}

.rounded {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
div.user-panel {
	padding: 20px 30px 30px 30px;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #DFDFDF;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.04);
	background-color: #fff;
}

.box-top {
	border-top-width: 4px!important;
}
.box-left {
	border-left-width: 4px!important;
}
.box-right {
	border-right-width: 4px;
}
.box-bottom {
	border-bottom-width: 4px!important;
}
.border-left {
	border-left: 1px solid;
}
.border-right {
	border-right: 1px solid;
}
.border-top {
	border-top: 1px solid;
}
.border-bottom {
	border-bottom: 1px solid;
}
.margin-left {
	margin-left: 20px;
}
.margin-bottom {
	margin-bottom: 20px;
}
.margin-top {
	margin-top: 20px;
}
.margin-top-title {
	margin-top: 20px;
}
.alignCenterLeft {
	left: 20px;
}
.alignCenterRight {
	right: 10px;
}
.alignCenterLeft,
.alignCenterRight {
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.border-left,
.border-right,
.border-top,
.border-bottom {
	border-color: #DFDFDF !important;
}
/* Custom header */
div.headers.fixed {
	position: fixed;
	width: 100%;
	z-index: 9999;
	position: fixed;
	z-index: 1001;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	filter: none;
	height: auto;
	min-height: 85px;
	padding: 0;
}
.list-item {
	display: list-item;
}

/* Custom table format */
.rTable {
	display: table;
	width: 100%;
}
.rTableRow {
	display: table-row;
	height: 40px;
}
.rTableHeading {
	display: table-header-group;
	background-color: #ddd;
}
.cell-top {
	vertical-align: top;
	padding-top: 5px;
}
.rTableCell, 
.rTableHead {
	display: table-cell;
	padding: 3px 10px;
	border-bottom: 1px solid #DDDDDD;
	line-height: 25px;
	vertical-align: middle;
}
.rTableLastCell {
	border: none;
}
.rTableCell > .group-tag {
	position: absolute;
	margin-top: 1px;
}
.rTableCell > .group-tag > .admin {
	position: relative;
	right: -15%;
}
.rTableHeading {
	display: table-header-group;
	background-color: #ddd;
	font-weight: bold;
}
.rTableFoot {
	display: table-footer-group;
	font-weight: bold;
	background-color: #ddd;
}
.rTableBody {
	display: table-row-group;
}
.rTable + div.actions-dir,
.browser + div.actions-dirs {
	margin: 5px 0 0 0;
	height: 32px;
}
.rTableCell.title {
	width: 40%
}
.rTableCell.last {
	width: 60%;
}
.rTableCell.title {
	font-weight: bold;
}
.data-info {
	margin: 2px;
}
input.default-input {
	padding: 0;
}
.newFile-icon input {
	filter: Alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	cursor:pointer;
	position:absolute;
	top:0px;
	opacity:0;
}
#upload-alert {
	overflow: hidden;
}
#upload-alert:hover,
.newFile-icon input:hover {
	cursor: pointer;
}
.text-ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
}
body > #webcontent .menu-container,
body > #webcontent #user-headers,
body > #webcontent .navigator-header > .page-content,
body > #webcontent > .page-content,
body > #webcontent > #edit-billing-groups-form,
body > #webcontent > .header.download-section > .page-content,
body #new-user-form,
body #header-top .page-content {
	overflow: visible;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

.underline {
	text-decoration: underline;
}

/* Responsible block table */
.block-container {
	display: inline-block;
	width: 100%;
}
.block * {
	font-family: inherit;
}
.block {
	display: inline-block;
	vertical-align: middle;
	min-height: 50px;
	margin-top: 10px;
	padding-right: 15px;
	box-sizing: border-box;
}
.fix-top {
	vertical-align: top;
}
.block input#cuota {
	width: 100px;
}
.block-container .title-info {
	margin-bottom: 10px;
}
.block-container input[type=text],
.block-container input[type=password] {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
}

.block.extra-height {
	height: 75px;
}

.fullWidth {
	width: 100%;
}
.block-title-row {
	font-weight: bold;
}
.block-title-row,
.block-item-row {
	display: block;
}
.block-item-row {
	margin-top: 10px;
}

.block-title-row > div + div,
.block-item-row > div + div {
	padding-left: 5px;
}

/* Table Pagination */
.pagination {
	text-align: center;
	font-size: 1.1em;
	padding: 0px;
	margin: 0;
}
.footer-pagination {
	padding-top: 10px;
}
.pagination .rectangle {
	background-color: #ddd;
	min-width: 70px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 5px 10px;
	border: 2px solid #aaa;
}
.pagination > .item-page + .item-page {
	margin-left: 20px;
}
ul.pagination li {
	display: inline-block;
}
ul.pagination li a {
	font-size: 0.9em;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	text-decoration: none;
}
ul.pagination li a.active-page,
li.active {
	font-weight: bold;
}
.previous-page:after {
	content: '<';
}
.next-page:after {
	content: '>';
}
.pagination * {
	vertical-align: middle;
}
.pagination .previous-page,
.pagination .next-page {
	padding: 0px;
	margin: 0px 5px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	height: 12px;
	width: 12px;
}
.pagination .previous-page.available,
.pagination .next-page.available,
.pagination .user-panel.previous-page {
	margin-right: 5px;
}
.previous-page, .next-page {
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}
.isAdmin:hover,
.isAdmin .item-check input + label:hover {
	cursor: default !important;	
}
.isAdmin .item-check input + label {
	opacity: 0.45;
	filter: alpha(opacity=45); /* For IE8 and earlier */
}
.alert-result.error, 
#errors,
#errors.information {
	background: #E57676;
	color: #FFF;
	padding: 1em;
	margin: 1em 0px 1em 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 1.05em;
}
.required {
	color: #E57676;
}
.main {
	position: relative;
}
#image-loading,
.loading {
	display: none;
	background: url(/img/backgrounds/loading.png) repeat;
	position: absolute;
	top: 33px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 15;
	text-align: center;
}
#image-loading img {
	margin-top:50px;
	width: 40px;
}
.vertical-scroll {
	max-height: 150px;
	overflow-x: hidden;
	overflow-y: auto;
}
.user-panel .browser .browser-item.item-last {
	padding-bottom: 0px;
	border-bottom: 0px;
}

#team .browser + .buttons,
#team form + .buttons,
#team form + .buttons + .buttons {
	padding: 10px 0px 0px 0px;
	width: 100%;
}
.new-input-forms,
.new-input-forms input[type="text"] {
	border: 1px solid #aaa;
	box-sizing: border-box;
}
.new-input-forms input[type="text"] {
	padding: 5px;
}
.new-input-forms > .browser-title {
	border-top: 0px !important;
}
#team .user-confirm.buttons i {
	vertical-align: middle;
}
#team.domain_users div.group-tag .lock .icon {
	background-image: url("/new/images/utils/common/blocked.png");
}
h3.border-bottom,
h2.border-bottom,
h1.border-bottom {
	border-bottom: 2px solid;
}
.current-dir:hover {
	cursor: default;
}
.footer {
	width: 100%;
	font-size: 0.85em;
}
.footer .page {
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer .group.first {
	margin: 0;
	padding: 0;
}
.footer .group a, .footer .group span {
	line-height: 1.7em;
}
.footer .group-title {
	margin: 0px;
	padding: 0;
	text-align: center;
}
.footer .fa {
	font-size: 1.3em;
}
.footer .group a, .footer .group span,
.footer .fa {
	margin: 0px 5px;
}
.footer .register {
	padding: 5px;
	color: #fff;
	text-align: center;
}
.resetMargin {
	margin: 0px !important;
}
.resetPadding {
	padding: 0px !important;
}
.home-banner {
	width: 100%;
}
/* Place link */
.btnclip input {
	width: 100%;
	padding: 0px 52px 5px 5px;
	box-sizing: border-box;
}
.btnclip label {
	top: 20%;
}
ul.list li {
	background-position: left 10px !important;
}
.ui-menu.ui-widget.ui-widget-content {
	max-width: 400px;
}
.action-done {
	opacity: 0.35;
	filter: alpha(opacity=45);	
}
.optional.menu-header-icon {
	margin: 0px 0px 0px 5px;
}

/* Accept cookies */
.cookies-info {
	background:rgba(0,0,0,0.9);
	padding:10px;
	text-align:center;
	color:#eee;
	position:fixed;
	bottom:0;
	z-index:20000;
	left:0px;
	right:0px;
}
.cookies-info .close {
	color:#eee !important;
	cursor:pointer;
	float:right;
	margin:0px 5px;
	opacity:1 !important;
}
.cookies-info .close:hover {
	opacity:0.8 !important;
}
.page-content.privacy ul {
	list-style-type:square !important;
	margin:0em 0 1em 2em;
}
.page-content.privacy li {
	padding:5px 0px;
	text-align:justify;
	display:block;
}