/*******************************************************************************
default.css
--------------------------------------------------------------------------------
Default style properties for visiual objects on Website
--------------------------------------------------------------------------------
StarForce Activation System Project
Copyright (c) Protection Technology, 2003-2004. All rights reserved 
*******************************************************************************/

/*******************************************************************************
Common styles
*******************************************************************************/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

table {
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

table.flat_table {
	width: 100%;
	height: 100%;
}		

td, span {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

caption {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

a {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.nav-link {
	font-size: 14px;
}

a.report_file {
	color: #0033CC;
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
}

a.report {
	color: #2E4CAE;
	text-decoration: underline;
}

a.key {
	color: windowtext;
	text-decoration: none;
	font-size: 10.0pt;
	font-weight: 400;
	font-style: normal;
	white-space:nowrap;	
}

nav a {
	font-weight: bold;
}

img {
	border: 0px;
}

p.error {
	color: #FF0000;
	padding-bottom: 20px;	
}

p.message {
	padding-bottom: 20px;
}

/*******************************************************************************
Styles for news class
*******************************************************************************/

table.news {
}

td.news_icon {
	padding-right: 10px;
}

td.news_caption {
	padding-top: 20px;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10;
}

td.news_item {
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: justify;	
}

span.news_date
{
	font-weight: bold;
}

span.news_text
{
}

/*******************************************************************************
Styles for menu class
*******************************************************************************/

table.menu {
}

td.menu_section_icon {
}

td.menu_section_title {
	font-weight: bold;
	padding-bottom: 10;
	padding-top: 10;
	font-size: 16px;
}

td.menu_item_icon {
	padding: 0px;
	margin: 0px;
}

td.menu_item_title {
	width: 100%;
	padding-left: 10px;	
}

/*******************************************************************************
Styles for \ class
*******************************************************************************/

table.page {
	width: 100%;
	height: 100%;
}

td.page_menu {
	vertical-align: top;
}

td.page_content {
	vertical-align: top;
}

td.page_news {
	vertical-align: top;
	padding-right: 5px;
	padding-left: 15px;
}

td.page_copyright {
	vertical-align: middle;
	height: 86px;
	padding-right: 50px;
	background-color: #2E4CAE;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}

a.page_copyright {
	color: #FFFFFF;
}

span.page_copyright {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/*******************************************************************************
Styles for work page class
*******************************************************************************/

td.work_page {
	background-color: #F7F7F7;
	padding: 20px;
}

td.work_page_icon {
	position: relative; left: -12px;
}

td.work_page_title {
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	vertical-align: middle;
}

/*******************************************************************************
Styles for descendants of form page class
*******************************************************************************/
td.content_space {
	padding-left:15px;
	padding-right:15px;
}

table.form_page tr.AAAtop td
{
	padding-bottom: 0px;
}
table.form_page tr.AAAbottom td
{
	padding-top: 0px;
}

table.form_page td {
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: top;
}



table.form_page th {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
}

table.form_page a {
	font-size: 14px;
}

table.table-sm th {	
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
}

/*******************************************************************************
Other
*******************************************************************************/

span.wrong, label.wrong {
	font-size: 14px;
}

span.right, label.right {
	font-style: normal;
	color: #212529;
	font-size: 14px;
}


span.comment_extra_size {
	font-style: normal;
	color: #212529;
	font-size: 12px;
	width: 600px;
	text-align: justify;		
}

span.comment {
	font-style: normal;
	color: #212529;
	font-size: 11px;
	width: 300px;
	text-align: justify;		
}

div.comment {
	font-style: normal;
	color: #212529;
	font-size: 11px;
	width: 300px;
	text-align: justify;		
}

.short_text_input {
	width: 150px !important;
	flex:0 !important;
	flex-basis: 150px!important;
}

.long_text_input {
	width: 340px !important;
	flex:0 !important;
	flex-basis: 340px!important;
}

.long_comment {
	width: 640px;	
}

.middle_text_input {
	width: 200px !important;
	flex:0 !important;
	flex-basis: 200px!important;
}

.middle_text_input_ro {
	width: 200px;	
	color: Gray;
}

.text_input_ro {
	color: Gray;
}

div.error {
	color: Red;
}

div.actionlog {
	border: 1px solid Gray;
	padding: 10px;
	color: Gray;
}

table.error
{
}

table.error th {
	font-weight:normal;
	color: red;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.error td {
	color: red;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.achtung
{
}

table.achtung th
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
}

table.achtung td
{
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 8px;
}

table.comment {
	font-style: normal;
	color: #212529;
	font-size: 12px;
	text-align: justify;
}

.table .thead-dark a {
	color: #ffffff;
}

.actkey
{
	background-color: #F7F7F7;
	border-style: solid solid solid solid ;
	border-color: Black Black Black Black ;
}

.serkey
{
	background-color: #F7F7F7;
}

table.list
{
	font-size:12px;
}

table.list th
{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding:0;
	padding-right:5px;
}

table.list td
{
	font-size:12px;
	text-align:left;
	padding:0;
	padding-left:5px;
}

div.email
{
	font-size: 12px;
	color: #000000;
}

div.email a
{
	font-size: 12px;
	color: #3333FF;	
}

table.report
{
}

table.report th
{
	padding:5px;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 14px;
}

table.report th a
{
	text-decoration:underline;
	font-size: 14px;
}

table.report a
{
	color: #2E4CAE;	
}

table.report td
{
	margin-left: 5px;
}

.KeyRef
{
	font-size: 14px;
}

div.KeyRef
{
	font-size: 14px;
}

div.KeyRef a
{
	font-size: 14px;
}

table.form_news
{
	padding-top:20px;
}

table.form_news th
{
	padding-top: 20px;
	padding-right: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}
table.form_news td
{
	padding-right: 10px;
}
table.form_news p
{
	text-align: justify;
	padding: 10px;
	font-size: 12px;
}

table.link
{
	
}

table.link td
{
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align : middle;
	text-align: left;
	font-size: 12px;
}

table.link a
{
	font-size: 12px;
	color: #00008B;
}


table.tree
{
	
}

table.tree td
{
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align : middle;
	font-size: 12px;
}

table.tree a
{
	font-size: 12px;
	color: #00008B;
}

.workspaces
{
	font-size: 12px; 
	font-style: normal; 
	color: #212529; 
}

div.workspaces
{
	font-size: 12px;
	font-style: normal;
	font-weight : bold;
	color: #888888;
}

div.workspaces a
{
	font-size: 12px;
	font-style: normal;
	color: #212529;
	font-weight : bold;
}

.nowraptext
{
	white-space: nowrap;
}

/*******************************************************************************
Styles for descendants of form page class
*******************************************************************************/

a.snproperties
{
	color: #0033CC;
	text-decoration: underline;
}

a.generation
{
	font-size: 50%;
	color: Blue;
	font-weight: bold;
}


.selected
{
	font-style: normal;
	color: Blue;
}

.notselected
{
	font-style: normal;
}

.changed
{
	font-style: normal;
	color: Blue;
}

.notchanged
{
	font-style: normal;
}

.StateType2, .StateType3
{
	color: Gray!important;
}
.InfoMessage
{
	font-size:14px;
}
.InfoMessage a
{
	color: Blue!important;
}
ul#ProjForGenerate li
{
    list-style-type: none;
}
ul#ProjForGenerate input, ul#ProjForGenerate label
{
    cursor: pointer;
}
ul#ProjForGenerate label
{
    font-weight: bold;
}

.left40px
{
    display: block;
    margin-left: 40px;
}

.validator
{
    color: #ff0000;
    display: block;
    float: right;
    margin-top: 8px;
}
.colProjectName
{
    min-width: 200px!important;
    width: auto;
    text-align: left!important;
}
.colQuantValue
{
    max-width: 100px!important;
}
.colActValue
{
    max-width: 100px!important;
}
.colArticleValue
{
    max-width: 400px!important;
}

.valid
{
    visibility: hidden;
}
.notvalid
{
    visibility: visible;
}

div.notvalid
{
    /*padding: 1px 4px;*/
    font-size: 12px;
    display: block;
    float: none;
    max-width: 95%;
    padding: 0 10px;
    text-align: left;
}

div.valid
{
    display: none;
}

#tblGenerationSeveral
{
    width: 100%;
    max-width: 100%;
}

#tblGenerationSeveral tr td
{
    border-bottom: solid black 1px!important;
    padding: 3px;
    text-align: center;
    
}


#tblGenerationSeveral tr td input
{
    width: 95%;
    
}

#tblGenerationSeveral tr td input.notvalid, #tblGenerationSeveral tr td textarea.notvalid
{
    border-color: #ff0000;
    border-width: 1px;
}

#tblGenerationSeveral tr td textarea
{
    min-width: 95%!important;
    min-height: 22px;
    max-width: 95%!important;
    max-height: 22px;
    
    
}


/*--- Edit_start page ---*/
#FoundNumbers a
{
    color: #2E4CAE;
}

#FoundNumbers li
{
    list-style-type: none;
}

/*--- ---*/

.TableDescription
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 16px 0px;
	display: block;
}
tr.firstRow_0 td
{
	border-top: none!Important;
}

.dialog-notitlebar .ui-dialog-titlebar
{
	display:none;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 92px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  max-width: 315px;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 132px);
  /* overflow-x: hidden; */
  /*overflow-y: auto;  Scrollable contents if viewport is shorter than content. */
}

@media (max-width: 1250px) {
	.sidebar-sticky {
		height: 110vh;
	  }
  }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.nav .nav-link {
  color: #333;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin-right: 4px;
}

.nav .nav-link.active {
  color: #008290;
}

.nav .nav-link:hover {
  text-decoration: underline; 
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

.nav-item hr{
	padding: 0 0 0.5rem 0;
	margin: 0;
}

input[type="checkbox"]
{
	width:0.875rem;
}

.floatThead-container
{
	overflow-y: hidden;
}

/*
* Cursors
*/
.cursor-default {
    cursor: default;
}

.clickable {
    cursor: pointer;
}

/*
* Breadcrumb
*/
.breadcrumb li:not(:first-child)::before {
	content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPjxwYXRoIGQ9Ik0yLjUgMEwxIDEuNSAzLjUgNCAxIDYuNSAyLjUgOGw0LTQtNC00eiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+);
  }

/*
 .dropdown {
	position: absolute;
 }
 */

.scrollable-y {
	overflow-y: auto;
}

.scrollable-x {
	overflow-x: auto;
}

.disabled-row {
	color: lightgray;
	font-style: italic !important;
}

.disabled-icon {
	opacity: 0.6;
	cursor: not-allowed !important;
}

.table-action-icon {
	color: #008290;
	cursor: pointer;
	font-size: 16px !important;
	margin-right: 0.5rem;
	text-decoration: none;
}

.table-action-icon:hover {
	color: #81bac0;
}

.jsgrid {
	font-size: 12px;
}

.jsgrid-cell {
	overflow-wrap: break-word;
}

.clickignore-cell {
}

.password{
	position: relative;
}

.password-control{
	position: absolute;
	top: 8px;
	left: 178px;
	display: inline-block;
	width: 16px;
	height: 15px;
	background: url(../images/eye-fill.svg) 0 0 no-repeat;
}

.password-control.view{
	background: url(../images/eye-slash-fill.svg) 0 0 no-repeat;
}

#block_cookie_notification{
	display: none;
    position: fixed;
    bottom: 3rem;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	transition: 1s;
	animation: show 1s 1;
	animation-fill-mode: forwards;
	animation-delay: 1s;
	opacity:0;
}

#block_cookie_notification p{
	margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
	font-size: .875rem;;
}

#bdMessage{
	padding: 0px;
}

@media (min-width: 576px){
	#block_cookie_notification.show{
	  display: flex;
	}
	.cookie_accept{
	  margin: 1rem 0 0 25px;
	  height: 31px;
	}
}
  
@media (max-width: 575px){
	#block_cookie_notification.show{
	  display: block;
	  text-align: left;
	}
	.cookie_accept{
	  margin: 10px 0 0 0;
	  height: 31px;
	}
}

.cookie_accept{
	background-color: #fa7647;
	border-radius: .2rem;
	border-color: #fa7647;
	color: #FFFFFF;
	font-size: .875rem;
	padding: .25rem .5rem;
	line-height: 1.5;
}

@keyframes show{
	0%{
	opacity:0;
	}
	100% {
	opacity:1;
	}
}

#login_input{
	background: white;
}

.was-validated .form-control:valid, .form-control.is-valid{
	background-image: none!important;
}

.was-validated .form-control:invalid, .form-control.is-invalid{
	background-image: none!important;
}

.add-folder{
	padding-left: 0px!important;
}

.jsgrid-button+.jsgrid-button{
	margin-left: 11px!important;
}

.closes{
	font-size: 24px;
}

.alignment{
	display: inherit;
}

#HBL{
	margin: 0 auto;
}

.FeaturesTitle{
	background: #f9f9f9;
}

.create-col{
	margin-left: 20px!important;
}

.bi-question-diamond::before{
	color: #fa7647;
}

#ActTitle{
	margin-left: 20px;
}

#SKLTTitle{
	margin-left: 20px;
}

#SKDLTitle{
	margin-left: 20px;
}

#HBLTitle{
	margin-left: 20px;
}

.createfar{
	padding-left: 0px!important;
}

.createfarmarg{
	padding-left: 0px!important;
	margin-bottom: 0px!important;
}

.views{
	width: 500px;
}

.jsgrid-button.jsgrid-search-button{
	background:url("../images/search.svg") no-repeat;
	width: 20px !important;
	height: 20px !important;
}

.jsgrid-button.jsgrid-clear-filter-button{
	background:url("../images/filter-remove.svg") no-repeat;
	width: 20px !important;
	height: 20px !important;
}

table.form_set{
	margin-top: 10%;
}

.form-group{
	margin-bottom: 0px!important;
}

.add-bottom{
	margin-bottom: 16px!important;
}

.checkout-button{
	background: #f8f9fa!important;
	cursor: not-allowed!important;
}

.edit_password{
	padding-top: 20px;
	padding-left: 20px;
}

.error_pass{
	font-size: .875rem;
	color: #FF0000;
	padding-top: 5px;
}

.sb{
	justify-content: space-between!important;
}

.jsgrid-grid-header {
	overflow-x: hidden !important;
    overflow-y: hidden !important;
}
.jsgrid-grid-body {
	overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.dialog-btn {
	width: 5.5rem;
}

.tooltip-inner {
    color: black;
    background-color: white;
	border: 1px solid black;
}

.license-err {
	color: #d00000;
	position:absolute; 
	font-size:1rem;
	top: -0.4em;
	font-weight: bold;
}

.popover {
	border: 1px solid rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); 
  }

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
	border-top-color: rgba(0, 0, 0, 0.5);
}

#showDisabled{
	height: 13px;
	margin-top: 9px;
}

#showDisabledText{
	padding-left: 2px;
}

#includeSubWs, #man_includeSubWs {
	height: 13px;
	margin-top: 9px !important;
}

#includeSubWsText, #man_includeSubWsText {
	padding-left: 2px !important;
}

#showFullPath, #man_showFullPath {
	height: 13px;
	margin-top: 9px !important;
}

#showFullPathText, #man_showFullPathText {
	padding-left: 2px !important;
}

#showHiddenWs{
	height: 13px;
	margin-top: 9px!important;
}

#showHiddenWsText{
	padding-left: 2px!important;
}

.sidebar{
	position: relative!important;
	min-width: 150px;
}

#permitionToProtect{
	height: 13px;
    margin-top: 9px!important;
}

#HideWatermark{
	height: 13px;
    margin-top: 9px!important;
}

#RedefineConsent{
	height: 13px;
    margin-top: 9px!important;
}

.EditCheckbox{
	margin-top: 3px!important;
	width: 13px!important;
    display: table;
    margin: 0 auto;
}

#GenerateSN{
	height: 13px;
    margin-top: 9px!important;
}

#RoleAdmin{
	height: 13px;
	margin-top: 9px!important;
}

#RoleWebsite{
	height: 13px;
	margin-top: 9px!important;
}

#RoleProtector{
	height: 13px;
	margin-top: 9px!important;
}

#RoleReader{
	height: 13px;
	margin-top: 9px!important;
}

#LicenseBirthDateCB{
	height: 13px;
	margin-top: 6px!important;
}

#SKDLCB{
	height: 13px;
	margin-top: 6px!important;
}

.nav-item{
	padding-top: 2px;
	padding-left: 3px;
}

.btn-newDark:hover{
	background-color: #fa7647!important;
	color: white;
}

.editRow{
	flex-wrap:nowrap;
}

.editText{
	font-size: 12px!important;
	text-decoration: none;
}

.editText:active,
.editText:hover{
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}

.table-selected, .table-selected > td, .table-selected > th {
	color: #008290 !important;
}

.settings-input-file {
	position: relative;
	display: inline-block;
}
.settings-input-file span {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	color: rgb(255 255 255);
	text-align: center;
	border-radius: 4px;
	background-color: #fa7647;
	padding: 5px;
	border: none;
}
.settings-input-file input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
.settings-input-file input:focus + span {
	box-shadow: 0 0 0 0.2rem rgb(255, 120, 41);
}
 
/* Hover/active */
.settings-input-file:hover span {
	background-color: #ff8a60;
}
.settings-input-file:active span {
	background-color: #ff8a60;
}
 
/* Disabled */
.settings-input-file input:disabled + span {
	background-color: #eee;
}
