/*
Theme Name: Groupware KM
Author: KMSTUDIO
Description: Tema base
Version: 1.0
*/

body, html {
	height: 100%;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
body.page-template-authentication-two-factor-qrcode,
body.page-template-authentication-two-factor {
    background-color: #333;
    color: #fff;
}

a {
	color: #1559e5;
	text-decoration: none;
	transition: color 400ms,
				background-color 400ms;
}
a:hover {
	color: #1044af;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	outline: 0;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 { margin-top: 0; }

p { margin: 0 0 20px 0; }

hr { border: 0; border-bottom: 1px solid #eee; margin: 6% 0; }

/*--- HEADER ----------------------------------------------------------------*/

/*--- FINE > HEADER ---------------------------------------------------------*/

/*--- NAVIGAZIONE -----------------------------------------------------------*/
.navigation-top {
	/*margin-bottom: 1.5rem;*/
}
/*--- FINE > NAVIGAZIONE ----------------------------------------------------*/

/*--- STILI GENERALI --------------------------------------------------------*/
.navbar .nav-item .btn {
    font-size: 0.8rem;
}

.navbar.navbar-custom-list {
    
}
.navbar.navbar-custom-list .navbar-nav .nav-link {
    font-size: 1.1rem;
}

.btn-groupware {
	color: #fff;
	background-color: #607D8B;
	border-color: #607D8B;
}
.btn-groupware:hover {
	opacity: .8;
}
.btn-groupware:focus {
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.6);
}

.select2-container .select2-selection--single {
    height: 37px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 1.6rem;
}

.alert-danger {
    color: #fff;
    background-color: #b00020;
    border-color: #b00020;
}
.alert-success {
    color: #fff;
    background-color: #66BB6A;
    border-color: #66BB6A;
}

.remove-margin-top {
    margin-top: -50px;
}

.fake-readonly {
    background-color: #fff !important;
}

.table td,
.table th {
    vertical-align: middle;
}
table tfoot tr:first-child {
    background-color: #1e88e5;
    color: #fff;
}

table tbody tr[data-expired-alert="true"] td {
    background-color: #dc3545 !important;
    color: #fff;
}
table tbody tr[data-expired-alert="true"] td a {
    color: #ff0;
}

table tbody tr[data-expiring-alert="true"] td {
    background-color: #E9ED50 !important;
}

table tbody tr[data-required-archived="true"] td {
    background-color: #fff3cd !important;
    color: #000;
}
table tbody tr[data-required-archived="true"] td a {
    color: #7f7f00;
}

table tbody tr td span[class^="icon-"] {
    font-size: 1.2rem;
}

table tbody tr td form {
    display: inline-block;
}
table tbody tr td form button.btn {
    /*vertical-align: baseline;*/
}
table tbody tr td .link-icon {
    color: #6c6c6c;
    vertical-align: baseline;
    padding: 0;
}
table tbody tr td .link-icon:hover {
    color: #000;
}
table tbody tr td .link-icon:focus {
    box-shadow: none;
}

#toast-container {
    position: sticky;
    z-index: 1055;
    top: 0;
}
#toast-container .toast-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px
}
#toast-container > .toast-wrapper > .toast {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
#toast-container > .toast-wrapper > .toast > .toast-header strong {
    padding-right:20px
}
#toast-container > .toast-wrapper > .toast > .toast-body ul {
    margin: 0 0 0 15px;
    padding: 0;
}

.jumbotron-heading a.external-link {
    color: #fff;
    text-decoration: none;
}
.jumbotron-heading a.external-link:hover {
    color: #8ccfff;
    text-decoration: none;
}

.datasheet-status {
    border-radius: 1em;
    padding: 5px 15px;
    font-size: 1rem;
    text-transform: uppercase;
    vertical-align: top;
    margin-top: 5px;
    display: inline-block;
    color: #fff;
}
.datasheet-status-open {
    background-color: #00af00;
}
.datasheet-status-closed {
    background-color: #af0000;
}

.datasheet-mini-status {
    border-radius: 1em;
    padding: 5px 8px;
    font-size: 0.6rem;
    text-transform: uppercase;
    margin-top: 5px;
    display: inline-block;
    color: #fff;
    margin-left: 5px;
}
.datasheet-mini-status-open {
    background-color: #00af00;
}
.datasheet-mini-status-closed {
    background-color: #af0000;
}

.zoomed {
    animation: zoomed 1s infinite ease-in-out;
    display: inline-block;
}

@-webkit-keyframes zoomed {
  0%   { transform: scale(1); }
  100% { transform: scale(1.5); }
}
@-moz-keyframes zoomed {
  0%   { transform: scale(1); }
  100% { transform: scale(1.5); }
}
@-o-keyframes zoomed {
  0%   { transform: scale(1); }
  100% { transform: scale(1.5); }
}
@keyframes zoomed {
  0%   { transform: scale(1); }
  100% { transform: scale(1.5); }
}

.online-flicker {
    animation: online-flicker 700ms infinite ease-in-out;
    font-size: 1.6rem;
    cursor: default;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.form-control {
	border-color: #eee;
}
.input-group-text {
	border: none;
}
/*--- FINE > STILI GENERALI -------------------------------------------------*/

/*--- ACCOUNT FTP (ARCHIVE) -------------------------------------------------*/
.page-template-account-ftp .table .cell-actions .actions {
    padding-left: 10px;
	vertical-align: -2px;
	visibility: hidden;
	opacity: 0;
	transition: opacity .25s;
}
.page-template-account-ftp .table .cell-actions:hover .actions {
	visibility: visible;
	opacity: 1;
}
/*--- FINE > ACCOUNT FTP (ARCHIVE) ------------------------------------------*/

/*--- ACCOUNT FTP (SINGLE) --------------------------------------------------*/
.single-account-ftp .form-control:disabled,
.single-account-ftp .form-control[readonly] {
    background-color: #fafafa;
}
.single-account-ftp .text-area {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #eee;
    border-radius: .25rem;
    background-color: #fafafa;
}
.single-account-ftp .text-area p:last-child {
    margin: 0;
}
/*--- FINE > ACCOUNT FTP (SINGLE) -------------------------------------------*/

/*--- MAIN ------------------------------------------------------------------*/
main {
	padding-top: 50px;
    margin-bottom: 50px;
}


/*--- FINE > MAIN -----------------------------------------------------------*/

/*--- HOMEPAGE --------------------------------------------------------------*/

/*--- FINE > HOMEPAGE -------------------------------------------------------*/

/*--- AUTENTICAZIONE 2 FATTORI ----------------------------------------------*/
.authentication-two-factor hr.line {
    border-color: #444;
}
.authentication-two-factor kbd {
    font-size: 1.4rem;
}
.authentication-two-factor .warning {
    color: #fff;
    background-color: #b00020;
    padding: 20px;
    font-size: 1.1rem;
    margin-bottom: 2em;
}
.authentication-two-factor .mini-cover {
    max-width: 50em;
    margin: 0 auto;
}
.authentication-two-factor .store-icon img {
    margin: 0 60px;
}
/*--- FINE > AUTENTICAZIONE 2 FATTORI ---------------------------------------*/

/*--- TASSONOMIA DATASHEET --------------------------------------------------*/

/*--- FINE > TASSONOMIA DATASHEET -------------------------------------------*/

/*--- FOOTER ----------------------------------------------------------------*/

/*--- FINE > FOOTER ---------------------------------------------------------*/

/*--- PAGE LOADER ---*/
#paging-loading {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.9);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    z-index: 9999;
}
#paging-loading.show {
	display: block;
}
#paging-loading .spinnerBox {
	-moz-user-select: none;
    bottom: 0;
    height: 80px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
	z-index: 10000;
	border-radius: 9%;
}

#paging-loading .spinnerBox .loader {
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
#paging-loading .spinnerBox .loader,
#paging-loading .spinnerBox .loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*--------------------------------------*/

@-webkit-keyframes ld {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}
@-moz-keyframes ld {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}
@-o-keyframes ld {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}
@keyframes ld {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}

.m-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
    cursor: wait;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.m-progress:before {
    content: '';
    
    display: inline-block;
    
    position: absolute;
    background: transparent;
    border: 1px solid #333;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    
    box-sizing: border-box;
    
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    
    width: 24px;
    height: 24px;
    
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation:    ld 1s ease-in-out infinite;
    -o-animation:      ld 1s ease-in-out infinite;
    animation:         ld 1s ease-in-out infinite;
}

.btn-default.m-progress:before {
    border-left-color: #333333;
    border-right-color: #333333;
}

.btn-lg.m-progress:before {
    margin-top: -16px;
    margin-left: -16px;
    
    width: 32px;
    height: 32px;
}

.btn-sm.m-progress:before {
    margin-top: -9px;
    margin-left: -9px;
    
    width: 18px;
    height: 18px;
}

.btn-xs.m-progress:before {
    margin-top: -7px;
    margin-left: -7px;
    
    width: 14px;
    height: 14px;
}

@keyframes online-flicker {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}