/* Add here all your CSS customizations */

.bodybg-admin {
/*   font-family: Calibri; */
  background: url("/img/background/admin-mgmt.svg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}

.bodybg-station {
/*   font-family: Calibri; */
  background: url("/img/background/file-station.svg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}

span.user-tag {
	font-size: 18px;
	color : #FA4616;
}

span.global-tag {
	font-size: 18px;
	color : #0088CC;
}

.text-dark.file-profile {
	font-size: 14px;
}

.value.file-profile {
	font-size: 14px;
}

.notification-menu .file {
	color: #0088CC;
	display: block;
	font-size: 11.2px;
	font-size: 0.7rem;
	line-height: 17.6px;
	line-height: 1.1rem;
	padding: 0;
}

a.actions {
	font-size: 18px;
	color : #0088CC;
}

.notice-action1 {
	font-size: 18px;
	color : #0088CC;
}

.notice-action2 {
	font-size: 18px;
	color : gray;
}

.fa-tooltips {
	left: 2px;
	position: absolute;
	top: 5px;
}


.dialog-content {
	text-align: center
}

.info-icon {
	color: #17A2B8;
}

.disabled-icon {
	color: #ccc;
}

.status-completed {
	color: #47a447;
}

.status-inprocess {
	color: #ed9c28;
}

.status-attention {
	color: #d2322d;
}

.progress .status-bar-zero {
	background-color: #f6f7f8;
	background-image: linear-gradient(#F6F7F8, #F6F7F8 10%, #f5f5f5 11%);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	color: #000;
	text-align: left;
}


.progress .status-bar-completed {
	background-color: #47a447;
}

.progress .status-bar-inprocess {
	background-color: #ed9c28;
}

.progress .status-bar-attention {
	background-color: #d2322d;
}

.checkico {
	width: 24px;
	height: auto;
	vertical-align: middle;
	margin-right: 5px;
}

.checkico1 {
	width: 28px;
	height: auto;
	vertical-align: middle;
	margin-right: 5px;
}

.checkico2 {
	width: 20px;
	height: auto;
	vertical-align: middle;
	margin: 0px;
}

.checkico3 {
	width: 28px;
	height: auto;
	vertical-align: middle;
	margin: 0px;
}

.btnico {
	width: 24px;
	height: auto;
	vertical-align: middle;
	margin: 0px;
}

/* .prompt_ico { */
/* 	width: 24px; */
/* 	height: auto; */
/* 	vertical-align: middle; */
/* 	margin-right: 5px; */
/* } */

.header {
	height: 60px;
}

.header-right {
	display: flex;
	align-items: center;
	height: 56px;
}

.body-sign {
	display: table;
/* 	height: 100vh; */
	height: calc(100vh - 120px);
	margin: 0 auto;
	max-width: 500px;
	padding: 0 15px;
	width: 100%;
}


.dropdown-menu {
	padding: 70px 10px 0;
	box-shadow: none;
	box-shadow: 10px 30px 52px -28px rgba(0, 0, 0, 0.2);
}

.dropdown-menu a {
	color: #999;
	background: transparent !important;
	padding: 4px 5px;
	transition: ease color 300ms, ease background 300ms;
}

.dropdown-menu a i.bx {
	font-size: 22.4px;
	font-size: 1.4rem;
	color: #000;
	transition: ease color 300ms;
}


.dropdown-language {
	color: #999;
	padding-left: 0;
	padding-right: 0;
}

.dropdown-language .flag {
	margin-right: 4px;
}

.dropdown-language > i {
	margin-left: 4px;
	font-size: 9.6px;
	font-size: 0.6rem;
}

.dropdown-language:hover {
	color: #292929;
}

.dropdown-language + .dropdown-menu {
	padding: 10px;
	border: 0;
	box-shadow: 10px 30px 52px -28px rgba(0, 0, 0, 0.2);
}

.dropdown-language + .dropdown-menu .dropdown-item {
	display: flex;
	align-items: center;
	padding: 4px 5px;
	color: #999;
	font-size: 12.8px;
	font-size: 0.8rem;
	background: transparent !important;
}

.dropdown-language + .dropdown-menu .dropdown-item .flag {
	margin-right: 4px;
}

.dropdown-language + .dropdown-menu .dropdown-item:hover,
.dropdown-language + .dropdown-menu .dropdown-item:focus {
	color: #Fa4616;
}

.dropdown-language + .dropdown-menu .dropdown-item:hover:active,
.dropdown-language + .dropdown-menu .dropdown-item:focus:active,
.dropdown-language + .dropdown-menu .dropdown-item:hover.active,
.dropdown-language + .dropdown-menu .dropdown-item:focus.active {
	background: #Fa4616 !important;
}

.dropdown-menu a:hover,
.dropdown-menu a:hover i {
	color: #Fa4616;
}

.dropdown-menu a:hover:active {
	background: #Fa4616 !important;
	color: #FFF;
	border-radius: 3px;
}

.dropdown-menu a:hover:active i {
	color: #FFF;
}

.dropdown-language + .dropdown-menu .dropdown-item:hover:active, .dropdown-language + .dropdown-menu .dropdown-item:hover.active, .dropdown-language + .dropdown-menu .dropdown-item:focus:active, .dropdown-language + .dropdown-menu .dropdown-item:focus.active {
	background: #Fa4616 !important;
	color: #FFF;
	border-radius: 3px;
}

.profile-picture.profile-picture-as-text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #Fa4616;
	color: #FFF;
	font-weight: 600;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 17.6px;
	font-size: 1.1rem;
	padding-right: 1px;
}


.fileCryptoDrag
{
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}

optgroup {
    background-color: gray;
    color: red;
}
