<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* body */
body.k4y {
    background-color: #edf0f5 !important;
}

body.k4y.container {
    border-left:1px solid #3A5795;
    border-right:1px solid #3A5795;
}
/* header */
.k4y #header {
    background: url("../img/header-net.png") repeat scroll 0 0 #3A5795;
    border-bottom: 2px solid #5A77B5;
    height: 49px;
}
/* left-side panel */
.k4y aside {
    background: linear-gradient(to right, #BDC9E3 93%, #BDC9E3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    overflow: hidden;
    color: black !important;
}
.k4y aside ul.navigation li a, 
.k4y aside ul.navigation li.active a,
.k4y aside ul.navigation li &gt; ul &gt; li &gt; a span.text {
    color: #3A5795;
}  
.k4y aside a:hover {
    font-weight: bold;
}  
.k4y aside ul.navigation li a:hover, 
.k4y ul.navigation &gt; li.active &gt; a &gt; .text, 
.k4y ul.navigation &gt; li &gt; ul &gt; li.active &gt; a &gt; .text {
    color: #3A5795;
    font-weight: bold !important;
}
.k4y aside ul.navigation li.active &gt; a {
    font-weight: bold;
} 

.k4y aside .login-info {
    border-color: #5A77B5;
    background-color: #5A77B5;
    box-shadow: none !important;
    color: #BDC9E3;
 } 
 .k4y aside .login-info span {
    border-bottom: none;
 }   
 .k4y aside .login-info img {
    background: none repeat scroll 0 0 #3A5795;
 }
 .k4y aside ul.navigation li.active &gt; a:before {
    color: #edf0f5 !important;
}

/* minifyme button */
.k4y .minifyme {
	background: none repeat scroll 0 0 #3A5795;
    border:none !important;
    color: #BDC9E3;
}
.k4y .minifyme:hover {
	background: none repeat scroll 0 0 #3A5795;
}
.k4y.minified .minifyme {
    background-color: #5A77B5;
    height: 41px;
}    

/* ribbon */
.k4y #ribbon {
    background: none repeat scroll 0 0 #5A77B5;
  	border-bottom: 1px solid #5A77B5 !important;   
	min-height: 41px !important;
}   
.k4y #ribbon .breadcrumb a, 
.k4y #ribbon .breadcrumb li, 
.k4y #ribbon .breadcrumb .divider, 
.k4y #ribbon .breadcrumb li.active {
    color: #BDC9E3 !important;
    text-decoration: none !important;
}
.k4y .ribbon-toolbar .widget-toolbar {
	display:inline-block !important;
}
.k4y .ribbon-toolbar #module-widgets-trigger {
	display:inline-block !important;
}
/* panel title */
 .k4y .content .workplace .head {
 	border-radius: 0px !important;
    background-color: #5A77B5;
    background-image: none;
    border: 1px solid #3A5795;
}  
.k4y .content .workplace .head h1 {
    color: white;
}

/* block element */
.k4y .block, .k4y .block-fluid {
	border-radius: 0px;	
    background-color: #EDF0F5;
    border-color: #3A5795 !important;
} 

/* inputs */   
.k4y input, 
.k4y select, 
.k4y textarea, 
.k4y button {
	border-radius: 0px !important;
	border-color: #3a5795 !important;
	-webkit-appearance: none;
    -webkit-border-radius: 0px;	
    background-color: white;
}
.k4y label input[type=checkbox] {
	visibility:hidden !important;
}
.k4y li label input[type=checkbox] {
	display:none !important;
}
.k4y .row-form select {
    padding-top:2px !important;
}
.k4y span.readonly {
    border-radius: 0px;
    border:1px solid #BDC9E3;
    box-shadow: none;
    padding: 0px 4px;
}
.k4y ul.multiselect-container li:hover {
    background-color: #BDC9E3;
}
.k4y div.checker {
    margin-right: 0px;
}
.k4y div.checker span input {
    visibility:hidden !important;
}
.k4y div.checker span {
    background-image: none !important;
}   
.k4y div.checker span:before, .k4y li label.checkbox:before {
    content: "\a0";
    font-family: 'FontAwesome';
    font-size: 12px;
    border-radius: 0;
    content: "\a0";
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 1px;
    height: 12px;
    line-height: 12px;
    min-width: 12px;
    margin-right: 0px;
    border: 1px solid #1e2259;
    background-color: #ffffff;
    font-weight: normal;
    margin-top: -1px;    
}
.k4y label input.radiobox[type="radio"] + span:before, .k4y label input.checkbox[type="checkbox"] + span:before {
	border: 1px solid #3a5795;
	color:green;
}	
.k4y div.checker span.checked:before,.k4y li.active label.checkbox:before {
    content: "\f00c";
    color:green;
}

/* buttons */
.k4y button img {
	border-radius: 0px !important;
}
.k4y .workplace .btn {
	border:1px solid #3A5795;
	color: #1e2259 !important;
	border-radius: 0px;
	padding: 2px 5px;
	background:white;
	font-size: 12px;
    margin-bottom: 0px !important;
    text-shadow: none !important;
}
.k4y .workplace .btn-primary {
    padding: 2px 10px !important;
}
.k4y .workplace .btn:hover {
	border:1px solid #3A5795;
}
.k4y .btn-primary {
    text-shadow:none !important;
    color: #3A5795 !important;
}    

/* form panel footer */  
.k4y .block .footer, 
.k4y .block-fluid .footer {
    background-color: #BDC9E3 !important;
    border-top: 1px solid #3A5795;
 }
 .k4y .row-form {
    border: none;
 }
 .k4y form {
    padding-top: 0px;
 }
 .k4y div.line-separator p {
    background-color: #edf0f5;
 } 
 /* tabs */
 .k4y .ui-tabs .ui-tabs-nav {
    background: #edf0f5 !important;
    border-bottom: 1px solid #3A5795;
    overflow:visible;
    border-radius: 0px;
    border-left: 0px !important;
 }        
 .k4y .ui-tabs .ui-widget-content {
    background: none repeat scroll 0 0 #edf0f5;
}
.k4y .ui-tabs .ui-tabs-nav li {
    top: 1px;
    border-color: #3A5795 !important;
    border-radius: 0px !important;
    background-color: #BDC9E3;
}
.k4y .ui-tabs .ui-tabs-nav li a{
    color: #3A5795;
} 
.k4y .ui-tabs .ui-tabs-nav li.ui-state-active {
    top: 1px;
    background-color: #edf0f5 !important;
    border-bottom: 1px solid #edf0f5 !important;
}  
.k4y .ui-tabs .ui-tabs-nav .ui-state-default:first-child {
    border-left: 1px solid #3A5795 !important;
    margin-left:10px !important;
} 

/* drop-down */
.k4y .dropdown-menu {
    border-radius: 0px;
    border:1px solid #3A5795;
}

/* logical condition */
.k4y .view-mode-condition div {
    background-color:white;
    border-radius: 0px !important;
}

.k4y form .view-mode-condition div {
    border: 1px solid #3A5795 !important;
}
.k4y form .edit-mode-condition button.btn {
    padding: 2px 6px !important;
}


/* tables */
.k4y .table-sorting {
    padding-top: 0px;
    background-color: #BDC9E3;
}
.k4y .table-sorting .dataTables_paginate {
    margin-top:2px !important;
}
.k4y .table-sorting .dataTables_paginate a{
    background-color: white !important;
    border:1px solid #3A5795 !important;
}
.k4y .table-sorting .dataTables_paginate a.paginate_active {
    background: #3A5795 !important;
}
.k4y .table-sorting .dataTables_info {
    background:transparent !important;
    margin-top: 7px !important;
} 
.k4y .table-sorting  table.dataTable {
    border-top: 1px solid #3A5795;
    border-bottom: 1px solid #3A5795;
}
.k4y .table-sorting .dataTables_filter {
   margin-top: 0px !important; 
} 
.k4y .content .workplace .headInfo {
    background-color: #BDC9E3;
    border-radius:0px;
    border:1px solid #3A5795 !important;
}
/* popover */ 
.k4y .popover {
    border-radius: 0px;
} 

/* file browser elements */
.k4y .workplace #FileBrowser #titleBar {
    background-color: #BDC9E3 !important;
    border-bottom: 1px solid #3A5795 !important;
}
.k4y .workplace #FileBrowser #locationBar {
    background-color: #BDC9E3 !important;
    border-top: 1px solid #3A5795 !important;    
}
.k4y .workplace #FileBrowser #titleBar a img {
    border-radius: 0px;
}
.k4y .workplace #FileBrowser #titleBar a.listTypeOn img {
    background-color: #3A5795;
}
/* smart-widget */
.k4y .layout-widget {
    top: 5px !important;
}
.k4y .layout-widget &gt; span {
    height: 25px !important;
}
.k4y #layout-widget-setting .fa {
    margin-top:5px !important;
}

/* labels */
.k4y .label {
    border-radius: 0px;
    padding: 3px 6px;
    line-height:18px;
}

/* accordion */
.k4y .ui-accordion .ui-accordion-header {
    background-color: #BDC9E3;
    border-radius: 0px;
    padding: 8px 10px 6px 30px;
    border-bottom: none;
}

/* widgets */
.k4y .app-widget {
	background-color: #bdc9e3 !important;
	border-left: 1px solid #5a77b5;
}
.k4y .app-widget .notes-container {
	background-color:#adb9d3 !important;
}
.k4y .app-widget .note-header .note-search .label {
	background-color: #adb9d3 !important;
}	
.k4y .m-widget .head {
	border-radius: 0px !important;
    background-color: #5A77B5 !important;
}

.k4y .box {
	border: 1px solid #3a5795;
}

/* message-box */
/* .k4y #message-box {
	position: fixed ;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
} */

.k4y #message-box .alert {
	border-radius: 0px !important;
}


/* dialogs */
.k4y .bootstrap-dialog {
	transition: none !important;
}
.k4y .bootstrap-dialog .modal-content {
	border-radius: 0px !important;
}
.k4y .bootstrap-dialog .modal-header {
	background: #3a5795 !important;
	background-image: none !important;	
}
.k4y .bootstrap-dialog button.close {
	background-color: transparent !important;
	color: #bdc9e3 !important;
	opacity: 1 !important;
}	
.k4y .bootstrap-dialog button.close:hover {
	color: white !important;
}
.k4y .bootstrap-dialog .modal-footer {
	background: #bdc9e3 !important;
	border-radius: 0px !important;
	border-top: 1px solid #3a5795 !important;
	box-shadow: none !important;
}
.k4y .bootstrap-dialog .modal-footer button {
	background: white !important;
	text-shadow: none !important;
	color: black !important;
	border: 1px solid #3a5795 !important;
}

/* modules */
.k4y .module .note-header {
	background-color: #bdc9e3 !important;
}
.k4y .note-search .bootstrap-tagsinput .label {
	background-color: #5a77b5 !important;
}</pre></body></html>