/************ 
 /packages/cybersquadit/core/src/views/components/generic_modules/generic_modules.css 
*************/
ol.breadcrumb:empty {
	display: none !important;
}

/************ 
 /packages/cybersquadit/core/src/views/components/ui/iu.css 
*************/
/* Tooltips */
/* Tooltip container */
.pop-info {
    font-size: 18px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

/* pop-info text */
.pop-info .pop-infotext {
    font-family: sans-serif !important;
    font-weight: 200;
    font-size: 14px;
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 0.4em;
    border-radius: 6px;

    /* Position the pop-info text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;

    /* Fade in pop-info */
    opacity: 0;
    transition: opacity 0.3s;
}

/* pop-info arrow */
.pop-info .pop-infotext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the pop-info text when you mouse over the pop-info container */
.pop-info:hover .pop-infotext {
    visibility: visible;
    opacity: 1;
}


/************ 
 /packages/cybersquadit/core/src/views/components/ui/ui.css 
*************/
.square-badge{
	width:1em;
	height:1em;
	border:1px #333 solid;
	display : inline-block;
}

.round-badge{
	width:1em;
	height:1em;
	border:1px #333 solid;
	border-radius : 1em;
	display : inline-block;
}

.fc-today-button {
	text-transform: capitalize !important;
}

.table-selected{
	background: rgb(30,87,153);
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
	color:#fff;		
}

/* Tooltips */
/* Tooltip container */
.pop-info {
    font-size: 18px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

/* pop-info text */
.pop-info .pop-infotext {
    font-family: sans-serif !important;
    font-weight: 200;
    font-size: 14px;
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 0.4em;
    border-radius: 6px;

    /* Position the pop-info text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;

    /* Fade in pop-info */
    opacity: 0;
    transition: opacity 0.3s;
}

/* pop-info arrow */
.pop-info .pop-infotext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the pop-info text when you mouse over the pop-info container */
.pop-info:hover .pop-infotext {
    visibility: visible;
    opacity: 1;
}


/************ 
 /packages/cybersquadit/core/src/views/components/ui/quick_launch/quick_launch.css 
*************/
/* .quick_launch_toolbar:hover .grouped_quick_links button.btn_quick_links  {
	display: inline;
}

.quick_launch_toolbar .grouped_quick_links button.btn_quick_links  {
	display: none;
} */

.unusedLinksContainer, .module_group_links_container  {
	box-sizing: content-box;
	min-height: 28.9px;
	padding: .5rem;
}

.unusedLinksContainer {
	border: 1px solid #dee2e6;
}

.quick_link_placeholder {
	background-color: #c2c2c2;
	width: 29px;
	height: 31px;
	border-radius: 5px;
	margin-right: 0.5rem;
}

.quick_link_placeholder::before {
	content: ' ';
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	border-radius: 5px;
	border: 2px dashed #439af2;
}

.module_group_links_container {
	position: relative;
} 

.module_group_element:hover .bg-light {
	background: #e0e1e1 !important;
}

.module_group_element {
	cursor: grab;
}

/************ 
 /packages/cybersquadit/core/src/views/components/ui/popup_menu/popup_menu.css 
*************/
.popup_menu_container{
	position: absolute;
	z-index : 10000;
	box-shadow: 0.2em 0.2em 0.3em rgba(0,0,0,0.3) !important;
	background: rgb(237,237,237);
	background: -moz-linear-gradient(-45deg,  rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
	background: linear-gradient(135deg,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 );
	border-radius: 0.25em;
	border:1px #9E9E9E solid;
}

.popup_menu_separator{
	NOheight:1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	height:1px;
	border-top: 1px rgba(0,0,0,0.1) solid;
}

.popup_menu_label{
	
}

div.sub_menu.pop_left{
	top:0;
	right:100%;
}

div.sub_menu.pop_right{
	top:0; 
	left:100%; 
}

.sub_menu{
	display:none;
}

.popup_sub_menu_item{
	padding-right:1.5em !important;
}

.item_disabled{
	color: rgba(0,0,0,0.25) !important;
}

.popup_sub_menu_item:not(.item_disabled):hover > .sub_menu{
	display: block;
} 

.popup_menu_item{
	color:#000;
	text-shadow:none;
	padding: 0.3em 1em;
	cursor: pointer;
	white-space: nowrap;
}

.popup_menu_item > i{
	min-width:1em;
}

.popup_menu_item:not(.item_disabled):hover{
	background: -moz-linear-gradient(top,  rgba(0,70,150,0.9) 0%, rgba(0,117,212,0.9) 50%, rgba(0,102,192,0.9) 51%, rgba(39,161,255,0.9) 100%) !important;
	background: -webkit-linear-gradient(top,  rgba(0,70,150,0.9) 0%,rgba(0,117,212,0.9) 50%,rgba(0,102,192,0.9) 51%,rgba(39,161,255,0.9) 100%) !important;
	background: linear-gradient(to bottom,  rgba(0,70,150,0.9) 0%,rgba(0,117,212,0.9) 50%,rgba(0,102,192,0.9) 51%,rgba(39,161,255,0.9) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6004696', endColorstr='#e627a1ff',GradientType=0 ) !important;
	color:#fff !important;
	text-shadow: 1px 1px rgba(0,0,0,0.5) !important;
}

.popup_menu_backdrop{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index : 9999;
}

.popup_menu_active_trigger{
	background: -moz-linear-gradient(top,  rgba(0,183,234,0.8) 0%, rgba(0,158,195,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,183,234,0.8) 0%,rgba(0,158,195,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,183,234,0.8) 0%,rgba(0,158,195,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc00b7ea', endColorstr='#cc009ec3',GradientType=0 );
	color:#fff;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
}

/************ 
 /packages/cybersquadit/core/src/views/components/ui/headers/application_header/application_header.css 
*************/
.logo {
	max-width: 215px;
}

.navbar {
	display: block;
}

.navbar-toggler {
	position: absolute;
	right: 1em;
	top: 1em;
}

@media screen and (min-width: 992px) 
{
	.navbar_fw
	{
		position: absolute;
		right: 1em;
		margin-right: 0 !important;
		top: 1em;
	}
}


/************ 
 /packages/cybersquadit/core/src/views/components/ui/headers/application_header2/application_header2.css 
*************/
.header2 nav.navbar {
	display: flex;
}

.header2 nav.navbar .nav_right {
	flex-flow: wrap;
	justify-content: flex-end;
}

.header2 nav.navbar .navbar-toggler {
	position: unset;
	padding: 0 0.5em;
	font-size: medium;
}

.header2 nav.navbar .navbar-collapse {
	z-index: 200;
}

.header2 nav.navbar .dropdown-menu {
	font-size: inherit;
}

@media only screen and (min-width: 992px) {
	.navbar-expand-lg {
		justify-content: space-between;
	}
}

@media only screen and (max-width: 992px) {
	.header2 nav.navbar .navbar-collapse {
		border: 1px solid rgba(0,0,0,.15);
    	border-radius: 0.25rem;
    	position: absolute;
		top: 100%;
		background-color: white;
	}
}



/************ 
 /packages/cybersquadit/core/src/views/components/ui/nav/module_cards/module_cards.css 
*************/
.module_card_wrapper
{
	justify-content: space-between;
	flex: 0 0 0%;
}

.module_card
{
	flex-basis: 31%;
	border: 1px solid #dfdfdf;
}





/************ 
 /packages/cybersquadit/core/src/views/components/dataware/dataware.css 
*************/
.hidden {
    display: none!important;
}

.filters
{
    /*position: relative;
    min-width: 250px;*/
}

.filters button
{
    width: 100%;
}

.dropdown-filters
{
    position: absolute;
    min-width: 250px;
    background: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 0 0 .3em .3em;
    padding: .5em;
    max-height: 600px;
    overflow-y: auto;
}

.dropdown-filter
{
    margin: 5px 0;
}

button.btn-toggle-filters
{
    padding: 0.1em 0;
}

.field_container .minicolors .minicolors-swatch {
    top: 7px!important;
}

.field_container .minicolors-theme-default .minicolors-input {
    height: 30px!important;
}

div.dropdown.button_filter .dropdown-menu {
    padding: 0;
}

div.dropdown.button_filter .dropdown-menu button {
    border-radius: 0!important;
}

div.dropdown.button_filter .dropdown-menu .filter > button {
    width: 100%;
}

div.dropdown.button_filter .dropdown-menu .dropdown-filter {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

/************ 
 /packages/cybersquadit/core/src/views/components/dataware/fields/fields.css 
*************/
.field_validate
{
	display:inline-block;
	padding:0.35em 0.5em;
}
.field_validate:empty
{
	display:none;
}

.field_container .minicolors-theme-default .minicolors-input {
	height: calc(2.25rem + 2px);
}

.field_container .minicolors .minicolors-swatch {
	top: 10px;
}

.CodeMirror {
	border: 1px solid #eee;
	height: 100% !important;
	width: 100%;
}

/************ 
 /packages/cybersquadit/core/src/views/components/js_core/datagrid/datagrid.css 
*************/
table.datagrid-table td input, table.datagrid-table td select, table.datagrid-table td textarea {
    border: 0px !important;
    background-color: rgba(255, 255, 255, 0.096) !important;
} 

.datagrid_container {
	position: relative;
	overflow: auto;
}

table.datagrid-table tbody > tr[data-record_position]:not(.table-active):hover {
	background: #f4f4f4;
}

.connected_sortable {
	list-style: none;
	padding: 5px;
	margin: 0;
}

.connected_sortable li {
	margin: 7px;
	padding: .20em .80em;
	background: #fafafa;
	border: 1px solid #e1e1e1;
	cursor: move;
}

.connected_sortable li.force_display {
	background: #e1e1e1;
}

div.ui-resizable-handle.ui-resizable-se.ui-icon.ui-icon-gripsmall-diagonal-se {
	cursor: auto;
    background-image: url("");
}
div.ui-resizable-handle.ui-resizable-s {
	cursor: auto;
}

.datagrid_container thead:hover button.btn_dialog_trigger {
	display: block;
}

button.btn_dialog_trigger {
	display: none;
	top: 3px;
	right: 3px;
}

.sortable-cell {
	display: flex;
	gap: 0 2rem;
	justify-content: space-between;
	align-items: center;
}

/************ 
 /packages/cybersquadit/core/src/views/components/js_core/fields/field.css 
*************/
.datafield_invalid {
  border-color: red !important;
}
.datafield_invalid:focus {
  box-shadow: 0 0 1px 1px red;
}


/************ 
 /packages/cybersquadit/core/src/views/components/js_core/fields/types/fieldtypes.css 
*************/
.todo_element {
	padding: 5px 10px;
	border-radius: .25rem;
}

.todo_element:hover:not(.todo_highlight) {
	background: #e2e2e2;
}

.todo_highlight {
	background: #629bf0
}

.todo_sortable_placeholder {
	background-color: #c2c2c2;
	width: 100%;
	height: 31px;
	border-radius: .25rem;
}

.todo_sortable_placeholder::before {
	content: ' ';
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	border-radius: 5px;
	border: 2px dashed #439af2;
}

.no_select {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.filebrowser_container {
	position: relative;
	background: #f0f7ff;
	height: 2.5rem;
	color: #50616e;
	border: dashed #0569ff 2px
}

.filebrowser_container.filebrowser_active {
	background: #d8eaff;
	border: dashed #0066ff 3px
}

/************ 
 /packages/cybersquadit/core_basics/src/views/components/notificator/notificator.css 
*************/
/**********************************************************************************************/
/*NOTIFICATIONS*/
.notification_content{margin-bottom: 0;}
.notification_content p:empty { display: none !important; }
.notification_content p.MsoNormal { margin-bottom: 0 !important; }

.notification_container{
	border-bottom:1px #000 dotted;
	background-color: #fff;
	position: relative;
}

div.notifications_zone:empty{
	opacity:0;
}

.notification_container:last-child{
	border-bottom:none;
}

.notification_container:hover{
	background-color: #EAF2F8;
}

.outline_white {
  text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}

.email_containement p:empty{ 
	display: none;
}

.notification_header{
	margin-top:1em;
}

.notification_header h6{
	line-height: 1.1;
}

.notification_timestamp{
	position:absolute; top:0em; right:0.5em;
}

div.notification_container{
	cursor: pointer;
}

.nav-item .badge-pill { position: relative; top: -1px; }

