<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Administration area **/

#crud {
	margin: 0 ;
	padding: 0;
	font-family: 'Helvetica', 'Arial', 'Sans';
	font-size: 90%;
	color: #111;
    border: 1px solid #ddd;
    border-radius: 10px 10px 10px 10px;
    margin: 5px;
    min-width:960px;
    overflow-x: auto;
    padding: 0 5px 10px;
    cursor: default;

}

/** Header **/

#crud #crudHeader {
	padding: 10px 20px;
}

#crud #crudHeader h1 {
	margin: 0;
	font-weight: normal;
	text-indent: 150px;
	background: transparent url(../images/nefli.png) no-repeat ;
	line-height: 48px;
	display: block;
}

#header{
	margin: 0;
	font-weight: normal;
	text-indent: 150px;
	background: transparent url(../images/nefli.png) no-repeat ;
	line-height: 48px;
    	width: 88px;
	display: block;
}

#crud #crudHeader h2 {
	margin: 0;
	font-weight: normal;
	text-indent: 150px;
}

#crud #crudHeader h2 a{
	color: #333;
	text-decoration: none;	
}

#crud #crudHeader h3 {
	margin: 0;
	font-weight: normal;
	text-indent: 150px;
}

#crud #crudHeader h3 a{
	color: #333;
	text-decoration: none;	
}

/** Breadcrumb **/

#crudBreadcrumb {
	font: 13px "Lucida Grande",Lucida,Verdana,sans-serif;

}

#crudBreadcrumb ul {
 	border: 1px solid #DEDEDE;
    border-radius: 10px 10px 10px 10px;
    font: 13px "Lucida Grande",Lucida,Verdana,sans-serif;
    height: 25px;
	list-style-type: none;
    padding: 0;
	margin:5px 20px;
}
#crudContent #crudBreadcrumb ul {
	margin:5px 0;
}

#crudBreadcrumb li {
    list-style-type: none;
    margin: 0;
    padding: 0;
	line-height: 25px;
	float:left;
}

#crudBreadcrumb a {
    background: url("../images/crumbs.gif") no-repeat scroll right center transparent;
    color: #333333;
    display: block;
    padding: 0 19px;
    text-decoration: none;

}
#crudBreadcrumb a:hover{
	color:#6c6c6c;
}

/** Flash message **/

.crudFlash {
	background-color: #C6DD82;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    font-weight: normal;
 	margin: 0 20px 5px;
	line-height: 25px;
    padding: 0px 0;
    text-indent: 15px;
}

.flashError {
	background: #c00;
}

.flashSuccess {
	background: #54BD06;
}

/** Content **/
#crud .main-container{


}

#crud #crudContent {
	margin: 0 20px 10px 20px;
	
}

#crud #crudContent h2 {
	color: #045900;
	font-weight: normal;
	font-size: 17px;
	margin: 0 0 16px 0 ;
	border-radius: 10px 10px 10px 10px;
	background-color:#C6DD82;
	padding:0px;
	line-height: 25px;
	text-indent: 15px;
}

#crud #crudContent a {
	color: #444;
}

/** Tables **/
#crudListTable{
	min-width: 920px;
	width:100%;
	overflow:hidden;
}
#crud #crudContent table {
	width: 100%;
	max-width:100%;
	border-collapse: collapse;
	border:1px solid #ddd;
	border-spacing:0;
}


#crud #crudContent table th a {
	color:#444;
	font-weight: bold;
	cursor: default;
}

#crud #crudContent table th, #crud #crudContent table thead td {
	text-align: left;
	padding: 6px 5px;
	border-bottom: 1px dotted #ddd;
	font-size:14px;
	font-weight: bold;
	background: #BBDDFF;
	color:#444;
	cursor: default;
}
#crud #crudContent .objectForm table th {
	background: #fff;
	
}
#crud #crudContent .objectForm table th h1{
	margin:10px 0px
}

#crud #crudContent table td {
	text-align: left;
	padding: 4px 5px;
	overflow:hidden;
	border-bottom: 1px dotted #ddd;
	font-size:13px;
	cursor: default;
}


#crud #crudContent table tr.even {
	background: #f9f9f9;
}

#crud #crudContent table tr:last-child td {
	border-bottom: 1px solid #DDD;
	
}

.crudSortedAsc:after {
	content: '▼';
}

.crudSortedDesc:after {
	content: '▲';
}

/** Forms **/

form {
	margin: 0;
}
input{
	cursor:pointer;
}
input, textarea{
	width: 273px;
}
select {
	width: 278px;
	margin-top: 2px;
	margin-bottom: 2px;	
}

textarea {
	padding: 2px;
}

.objectForm {
	border: 1px solid #ddd;
    border-radius: 10px 10px 10px 10px;
    cursor:default;
}

.objectForm form{
	margin: 10px;
	cursor:default;
}

.objectForm input{
	margin:4px 2px;
	cursor:default;
}
.objectForm input[type="submit"]{
	margin:10px 2px;
	cursor:default;
}

.objectForm h1{
	color:#666;
	padding: 0px;
	margin: 0px;
}
label {
	display: block;
	font-weight: bold;
	width: 20%;
	float: left;
	color: #666;
	cursor: pointer;
}

.crudField {
	padding: 10px;
	border-bottom: 1px solid #eee;
	position: relative;
}
td .crudField {
	border-bottom: none;
}

.crud_hidden {
    display: none;
}

.crudButtons {
	/*background: #efefef;*/
	text-align: right;
	margin: 0;
	padding: 10px;
	border-radius: 0 0 10px 10px;
}

.crudField .error {
	color: #c00;
	padding-left: 10px;
	position: absolute;
	top: 15px;
	font-size: 90%;
}

.message-alert span{
	display: block;
    margin-left: 2%;
    width: 96%;
    cursor: default;
}

.crudField .hasError {
	color: #c00;
}

.crudField select[multiple] {
	max-height: 100px;
}

.crudField .crudHelp {
	font-size: 70%;
	color: #888;
	display: block;
	margin-left: 20%;
	margin-top: 5px;
}

form .currentAttachment {
	display: block;
	font-size: 80%;
	margin-left: 20%;
	padding-top: 4px;
}

form .removeAttachment {
    display: block;
    font-size: 80%;
    margin-left: 20%;
}

/** Footer **/

#crud #crudFooter {
	font-size: 80%;
	color: #aaa;
	padding: 10px 20px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	margin-top: 20px;
}

#crud #crudFooter a {
	color: #333;
}

/** Home **/

.crudNew {
	text-align: right !important;
}

.crudNew a {
  	background: url("../images/add.png") no-repeat scroll 5px 0 transparent;
    border-radius: 8px 8px 8px 8px;
    color: #444 !important;
    font-size: 90%;
    line-height: 25px;
    margin: 0;
    padding: 0 10px 0 25px;
    text-decoration: none;	
}

.crudNew a:hover {
	opacity: .8;
}

/** List **/

#crudList {
	position: relative;
}

#crudListAdd a {
	
    background:  url("../images/add.png")  no-repeat 5px 3px transparent;
    border-radius: 8px;
    color: #444 !important;
    font-size: 90%;
    line-height: 21px;
    margin: 0;
    padding: 0 10px 0 25px;
    position: absolute;
    right: 3px;
    text-decoration: none;
    top: 2px;

}

#crudListAdd a:hover {
	color:#697645!important;
}

#crudLogout a {
 	background: url("../images/button-end.png") no-repeat scroll right top transparent;
    color: #444;
    display: block;
    float: right;
    font: bolder 12px arial,sans-serif;
    height: 35px;	
    padding-right: 24px;
    text-decoration: none;

}
#crudLogout  span {
    background: url("../images/button-bg.png") no-repeat scroll 0 0 transparent;
    display: block;
    line-height: 35px;
    padding: 0 10px 0 35px;
    text-align: center;
    cursor: default;
}

#crudLogout a:hover {
	color:#00a3ec!important;
	cursor: default;
}

#crudReports a {
 	background: url("../images/button-end.png") no-repeat scroll right top transparent;
    color: #444;
    display: block;
    float: right;
    font: bolder 12px arial,sans-serif;
    height: 35px;	
    padding-right: 24px;
    text-decoration: none;
    cursor: default;

}

#crudReports span {
    background: url("../images/button-bg.png") no-repeat scroll 0 0 transparent;
    display: block;
    line-height: 35px;
    padding: 0 10px 0 35px;
    text-align: center;
    cursor: default;
}

#crudReports a:hover {
	color:#00a3ec!important;
}

#crudPassword a {
 	background: url("../images/button-end.png") no-repeat scroll right top transparent;
    color: #444;
    display: block;
    float: right;
    font: bolder 12px arial,sans-serif;
    height: 35px;	
    padding-right: 24px;
    text-decoration: none;
    cursor: default;

}

#crudPassword span {
    background: url("../images/button-bg.png") no-repeat scroll 0 0 transparent;
    display: block;
    line-height: 35px;
    padding: 0 10px 0 35px;
    text-align: center;
    cursor: default;
}

#crudPassword a:hover {
	color:#00a3ec!important;
}

#crudListSearch {
    padding: 4px 5px;
    text-align: left;

}
label.searchFields{
	width:auto;
	line-height: 21px;
	margin-right: 10px;	
}

#crudListSearch input[type=text] {
	width: 200px;


}

#crudListSearch a {
	color: #111 !important;
	font-size: 90%;
}

#crudListPagination {
	padding: 4px 5px;
	border: 1px solid #ddd;
	background: #efefef;
	border-top: 0;
	font-size: 90%;
	position: relative;
}

#crudListPagination .crudCount {
	margin: 0;
}

#crudListPagination .crudPages {
	margin: 0;
	position: absolute;
	right: 5px;
	top: 4px;
}

/** Show **/

#crudShow {
	position: relative;
}

.crudDelete input {
	background:  url("../images/add.png")  no-repeat 5px 3px transparent;
	color: #444 !important;
	font-size: 90%;
	line-height: 21px;
	margin: 0;
	padding: 0 10px 0 25px;
	position: absolute;
	right: 3px;
	text-decoration: none;
	top: 2px;
	border:none;
	width: auto;
}

.crudDelete input:hover {
	opacity: .95;
}
span.comment {
    color: #ABB4C5;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 10px;
}

input+span.comment,
select+span.comment,
textarea+span.comment{
	padding-left: 5px;
}
</pre></body></html>