

.main-body{
    margin: 0;
	padding: 0;
    background-color:#fff;
    overflow: hidden;
}

#container-block {  
	margin: 10px;
	display: flex;
	flex-direction: column;
	height: 100vh;
}

#work-block {
    flex:1;
    overflow: hidden;
    height: 100%;
}
 
.footer {
  z-index: 120;
  width: 100%;
  height:44px;
  background-color: inherit;
}

.footer-table {
  margin-top:5px;
  background-color: #555;
}

.footer-text {
	font-family:Arial;
	font-style:italic;
	font-size:9pt;
	color:#ffffff;
}

#box_t {  
    top: 5px;
    left:0px;
    width: 100%;
    height: 40px;
    border-top: solid gray 1px;
    border-bottom: solid black 1px;
    z-index: 9;
    background-color: #555555;
}

.box-title {
    font-family:Arial;
    font-size:11pt;
    color:white;
    position:absolute;
    top:2px;
    left:5px;
    visibility:hidden;
}

.box-ctl {
    position:absolute;
    top:0px;
    right:0px;
    z-index:90;
    visibility: hidden;
}



 
.error-msg-body {
    display:none;
    color:#ffffff;
}   
   
.error-msg-title {
    color:#cfcfcf;
    font-size:12pt;
    text-shadow: 0.05em 0.05em 0.1em black;
}

.error-message-text {
    height: 80px;
    color:#efefef;
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 5px;
    background-color: #333333;
    border:inset gray 1px;
    overflow-y: auto;
}

.user-cn {
    font-family:Arial;
    font-size:12pt;
    color:#45a1ff     /* #45a1ff */
}

.banner-blue {
    font-family:Arial;
    font-size:10pt;
    color:#055182    /* #45a1ff */
}

.ws_item {
    border:solid gray 1px;
    background-color: #444;
}

.ws_default {
    margin-left:0px;
    margin-right:00px;
    margin-bottom:20px;
}


.ws_title {
    background-color: #666666;
    height: 24px;
}

.mod-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: white;
    margin: 0 auto;
    overflow-y: hidden;
}


.mod-banner {
    height: 41px;
    flex: none;
}

.mod-stuff {
    flex: auto;
    overflow-y: auto;
   
    /*  background-color: #1e1f22; */
    /*  background: #ffffff url('/mda/images/bg_topshade.png') repeat-x left top;*/
}
   
.mod-banner-table{
    font-family:Arial,serif;
    font-size:10pt;
    background-color:#999;
    height:40px;
}

 
.mod-stuff thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color:#353535;
}
  

.mod-banner-table td img {
    vertical-align: middle;
}


.label3d {
    font-family:Arial;
    font-style:italic;
    font-size:12pt;
    color:white;
    /* text-shadow: 0.05em 0.05em 0.1em white;*/
    margin-left:4px
}


.label3d-big{
    font-family:Arial;
    font-style:italic;
    font-size:16pt;
    color:#777;
    text-shadow: 0.05em 0.05em 0.1em gray;
    margin-left:4px
}


.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* -- Defaults --*/
.def_label-text {
	font-family:Arial;
	font-size:10pt;
	color:#ffffff;
}


.blink {
    text-align:left;
	color:yellow;
	height: 26px;
    font-size:11pt;
    animation-name: animation_blink;
    animation-timing-function: ease-in;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes animation_blink {
    0% { opacity: 1; }
    50% { opacity: 0.1; }
    100% { opacity: 1; }
}

.input-changed {
    color: yellow !important;
}


/* -- buttons -------------- */
.cr-btn {
    border:outset black 1px; 
    background-color: #9b9b9b;
    color: #333333;
    font-family:Arial;
    font-size:10pt;
    text-shadow: 0.05em 0.05em 0.1em #333333;
    padding:3px;
    cursor: pointer;
}
.cr-btn:hover {
    border:inset black 1px; 
    background-color: #6a6a6a;
}

.cr-btn-icon {
    cursor: pointer;
}
   
.sa-btn {
    width: 25px;
    height: 25px;
    border-radius:5px;
    border: outset #ccc 1px; 
    background: #777;
    text-align:center;
    cursor: pointer;
}

.sa-btn-d {
    width: 26px;
    height: 26px;
    border-radius:5px;
    background: #666;
    text-align:center;
}

.sa-btn:hover {
    border:inset #dedede 1px; 
    background-color: #999;
}

.sa-btn img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sa-btn-d img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    opacity: 0.4;
}     
     
/*  Menu stuff */     
.ui-menu { 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    width:220px;
    position:absolute;
    margin-top:10px;
    background-color: #6e6e6e;
    z-index: 1000;
    display: none;
    box-shadow:2px 2px 10px black;
}

.ui-menu.ui-widget-content {
    border: outset #bcbcbc 1px;
}

#menu li a { color: #efefef}
#menu li a:hover { color: #efefef}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.menu-a {
    text-decoration: none;
    color: #efefef
}

.ui-menu-submenu-caret {
    color: #efefef;
}

/*EOF Menu */ 

.menu-btn {
    height: 24px;
    background-color: #666666;
    border-radius:4px;
    color:white;
	border:solid gray 1px;
	cursor: pointer;
	/*  box-shadow:2px 2px 5px gray, -2px -2px 5px gray;*/
}

.caret {
     display: inline-block;
     width: 0;
     height: 0;
     margin-left: 2px;
     vertical-align: middle;
     border-top: 4px solid;
     border-right: 4px solid transparent;
     border-left: 4px solid transparent;
}

.arrow-right {
    display: inline-block;
    width: 0; 
    height: 0; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid white;
}

/*-- Dictionary ----------*/
.dict-banner-table{
    font-family:Arial,serif;
    font-size:10pt;
    background-color:#646464;
    height:40px
}

.dict_item {
    float:left;
    margin:2px;
    border:solid gray 1px;
    width:480px;
    background:#555;
}

.dict_scope {
    position:absolute;
    top:-10px;
    left:10px;
    border-radius:20px;
    padding-left:8px;
    padding-right:8px;
    font-size:12pt;
    color:#45a1ff;
    text-align:right;
    background-color:#555;
}

.dict_inp-text {
	font-family:Arial;
	font-size:9pt;
	color:#dedede;
	background-color:black;
	border:inset #555555 1px;
}


.dict_label-text {
	font-family:Arial;
	font-size:10pt;
	color:#ffffff;
}

.dict_warn-text {
	font-family:Arial;
	font-size:9pt;
	color:yellow;
	font-weight: bold;
}

.dict_active-text {
	font-family:Arial;
	font-size:9pt;
	color:#45a1ff;
}

.config_group {
    font-family:Arial,serif;
    font-size:10pt;
    border:outset gray 1px;
    overflow:auto;
    background:#696969;
}

.config_group_title {
    font-family:Arial,serif;
    font-size:12pt;
    font-style:italic
}


/*-- HTML Editor -------*/
.html-editor-header {
    font-family:Arial,serif;
    font-size:12pt;
    
    padding:5px;
    vertical-align: middle;
    color: #45a1ff;
    width: 200px;
   
}
	
.html-editor-body {
    background-color: #444444;
    color: white;
    height: 500px;
}

/* -- dialogs ------------ */

.cr-dialog.ui-dialog {
    position:absolute;
    display:none;
    font-family: Arial, sans-serif;
    font-size:10pt;
    color:#cecece;
    padding:0px;
    background-color: #6a6a6a;
    border: outset gray 1px;
    box-shadow:2px 2px 10px black;
}

.cr-dialog-body {
    display:none;
    color:#dfdfdf;
}

.cr-dialog-label {
    color:#dedede;
}

.cr-dialog-success {
    color:#ffffff;
}

.cr-dialog-table-title {
    background-color:#333;
    color:white;
    font-style:italic;
    font-size:10pt;
}

.cr-dialog-table-row {
    background-color: #555;
    font-size:9pt;
    color:#dedede
}

.sieve-table-row {
    background-color: #333;
    font-size:9pt;
    color:#dedede
}

.detail-table-row {
    background-color: #777;
    font-size:9pt;
    color:#dedede
}


.login-form-title {
    color: #dfdfdf;
    font-size:16pt;
    text-shadow: 0.05em 0.05em 0.1em #333333;
    text-align:center;
}

.link-form-title {
    color: #dfdfdf;
    font-size:16pt;
    text-shadow: 0.05em 0.05em 0.1em #777;
    text-align:left;
}

/*-- fancytree settings ------------ */
ul.fancytree-container {
	background-color: transparent;
	font-size: 10pt;
}
span.fancytree-title {
	color: #dfdfdf;
}
ul.fancytree-container {
	background-color: transparent;
	font-size: 10pt;
}
span.fancytree-title {
	color: #dfdfdf;
}
span.fancytree-expander {
	color: white;
}
.fa-folder-open-o {
	color: #dfdfdf;
	font-size: 10pt;
}
.fa-folder-o {
	color: #dfdfdf;
	font-size: 10pt;
}
.fa-file-o {
	color: #dfdfdf;
}

.tree-mod {
    overflow: auto;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:40px;
}
	
span.fancytree-active span.fancytree-title {
	background-color: gray;
}	

/* Progress bar styles */
.progress-loader {
	border: 3px solid white;
	border-top: 3px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 18px;
	height: 18px;
	animation: spin 2s linear infinite;
}

.progress-loader_big {
	border: 4px solid white;
	border-top: 4px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 24px;
	height: 24px;
	animation: spin 2s linear infinite;
}


.disabled-inp{
    background:#555;
    color:#dedede;
}

/* --- Registry -------------------- */
.register_form-label {
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
    color:#aaaaaa;
}

.register_form-title {
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
    font-style:italic;
    color:#cecece;
}

.register_inp-text {
	font-family:Arial;
	font-size:10pt !important;
	color:white;
	background-color:black;
	border:inset #555555 1px;
}

.register_inp-text-psw {
	font-family:Arial;
	width:260px;
	font-size:10pt !important;
	color:white;
	background-color:black;
	border:inset #555555 1px;
}

.register_inp-text-cc {
	font-family:Arial;
	font-size:10pt;
	color:#45a1ff;
	background-color:black;
	border:inset #555555 1px;
}

.text-cc {
	font-family:Arial;
	font-size:10pt;
	color:#45a1ff;
}

.register_inp-invalid {
	font-family:Arial;
	font-size:10pt;
	color:white;
	width:160px;
	background-color:#7c011e;
	border:inset #555555 1px;
}

.register_help-text {
	font-family:Arial;
	font-size:9pt;
	color:white;
	padding:3px;
	vertical-align:top;
	border:groove white 1px;
}

.register-text {
	font-family:Arial;
	font-size:10pt;
	color:white;
}

.register_confirm-text {
	font-family:Arial;
	font-weight:bold;
	font-style:italic;
	color:yellow;
}

.register_disabled-text {
	font-family:Arial;
	background:transparent;
	color:white;
	border:inset gray 1px;
}

.trustmax-text {
	font-family:Arial;
	font-weight:bold;
	font-style:italic;
	color:#66FF99;
}
.optional-mark {
    color: red;
    text-align:right;
}

/*---- ldap list ---------------------  */
tr.select-row td {
    background-color: #70869c
}

tr.item-row td {
    background-color: #232323
}


.list-t {
	font-family:Arial;font-size:9pt;margin-top:0px;background-color:#595959;
}

.ldap_disabled-text {
	font-family:Arial;
	background-color: #666;
	color:white;
	border:inset gray 1px;
}

 /* 
.list-t tr:nth-child(odd){background-color: #353535}
.list-t tr:nth-child(even) {background-color: #353535}
*/
.list-t { 
	top:0px;
	background-color: #595959;
	cursor:default
}


.ldap-list {
	width: 100%;
	overflow-y: auto;
}

.ldap-list thead th{
	background:#555;
	position: sticky; 
	top: 0; 
}
	
.def_cell-link-text {
	font-family:Arial;
	font-size:10pt;
	cursor:pointer;
	color:#45a1ff
}	
	
.member-list {
	width: 100%;
	overflow-y: auto;
	max-height: 160px;
}
	
.member-list thead th{
	background:#555;
	position: sticky; 
	top: 0; 
}

