body
{
	font-family: sans-serif, verdana;
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

.debug
{
}

.opacity-half
{
	opacity: 0.5;
}

.main-background
{
	height: 100vh;
}
.stack-background
{
	min-height: 100%; height: 100%;
	min-width: 100%; width: 100%;
}

button
{
	border: solid 1px #555;
	background: #eee;
	color: #000;
	width: 200px;
	height: 26px;
}

button:hover
{
	background: #ddd;
	color: #000;
}

textarea
{
	background: #FFF;
	color: #222;
	border: solid 1px #555;
}

/* input[type=text]:not(.spinbox):not(.spinbox-mobile) */
/* { */
/* 	background: #FFF; */
/* 	color: #222; */
/* 	border: solid 1px #555; */
/* 	width: 200px; */
/* 	height: 26px; */
/* } */

/* input[type=text]:disabled */
/* { */
/* 	background: #BBB; */
/* 	color: #EEE; */
/* } */

/* input[type=password] */
/* { */
/* 	background: #FFF; */
/* 	color: #222; */
/* 	border: solid 1px #555; */
/* 	width: 200px; */
/* 	height: 26px; */
/* } */

input[type=file]
{
	color: #222;
}

.title
{
	color: #d41010;
	font-size: 38px;
}

.error
{
	color: #dc0800;
	font-size: 16px;
}

.text
{
	color: #F0F0F0;
}

.text-dark
{
	color: #222;
	font-size: 13px;
}

.input-text-dark
{
	color: #222;
	font-size: 13px;
	text-align: right;
}

.required
{
}

.required:after
{
	color: #e32;
	content: ' *';
	display:inline;
}

.spinbox
{
	color: #222;
	border: solid 1px #555;
	width: 200px;
	height: 26px;
	max-height: 26px;
}

/****    generic widget    ****/

.widget-panel-header
{
	background-color: #156984;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	transition: background-color 0.4s;
}

.widget-panel-header-expand
{
	border-bottom-left-radius: 0px;
}

.widget-panel-body
{
	border: 0px solid #156984;
}

.widget-panel-body-expand
{
	border-bottom-left-radius: 15px;
	border-left: solid 2px #156984;
	border-bottom: solid 2px #156984;
}

.widget-button-del
{
	padding-left: 8px;
	text-align: left;
	line-height: 30px;
	border-radius: 15px;
	transition: background-color 0.4s;
}

.widget-button-del-D
{
	line-height: 30px;
	border-radius: 15px;
	background-image: url("../img/small_remove.png");
	background-repeat: no-repeat;
	background-position: center center;
	transition: background-color 0.5s;
}

.widget-button-del-D:hover
{
	background-color: #456;
}

.container-background
{
	background: #fff;
	height: 100%;
	width: 100%;
	background: #c3c0c0 url("../img/bg.png") no-repeat fixed left top;
}

.Wt-suggest {
	background-color: #333;
	color: #ddd;
	border: 0px solid #666666;
	cursor: default;
	font-size: smaller;
	overflow-y: auto;
	padding: 2px;
	list-style: none;
	margin: 0;
}
.Wt-suggest a {
	background-color: #333;
	color: #ddd;
	border: 0px solid #666666;
}
.Wt-suggest .active {
    background-color: #333;
}

.Wt-msgbox-text
{
	overflow: auto;
	color: #333;
}

.fa-question::before
{
	content: "\f128";
	color: #dc0800;
}

.fa-info::before
{
	content: "\f129";
	color: #dc0800;
}

.Wt-dialog .closeicon
{
	width: 16px;
	height: 16px;
	position: absolute;
	background-position: right 0px;
	right: 2px;
	top: 2px;
	cursor: default;
	background: transparent url("../img/close.png") no-repeat right top;
}

.Wt-dialog .closeicon:hover
{
	background-position: right 0px;
}

.Wt-panel
{
	border: 0px solid #888;
	background: transparent;
}

.Wt-panel .titlebar
{
	color: #FFFFFF;
	padding: 8px 6px 8px;
	font-size: 14px;
	font-weight: bold;
	background: #156984;
	text-align: center;
	height: 17px;
	max-height: 17px;
	border-radius: 16px;
}

.Wt-panel .body {
	background: transparent;
	padding: 0px 6px 8px;
	-webkit-backface-visibility: hidden;
	clear: left;
	margin-top: 5px;
	border-bottom-left-radius: 8px;
	border-left: solid 2px #156984;
	border-bottom: solid 2px #156984;
}

.Wt-dialog .titlebar {
	background: #333;
	color: #FFFFFF;
	padding: 2px 6px 3px;
}

.Wt-progressbar .Wt-pgb-label
{
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 10px;
	top: 0;
}

.Wt-progressbar .Wt-pgb-bar
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}

.Wt-progressbar
{
	background: #555;
	position: relative;
	border: solid 0px #555;
	overflow: hidden;
	color: #FFF;
	font-weight: bold;
}

@keyframes widget-save-icon-animation
{
	0%   { opacity: 0; }
	50%  { opacity: 1; }
	100%	{ opacity: 0; }
}
.widget-save-icon
{
	position: absolute;
	right: 30px;
	top: 120px;
	width: 62px;
	height: 62px;
	border-radius: 16px;
	background-color: #54A42B;
	background-image: url("../img/save.png");
	animation-name: widget-save-icon-animation;
	animation-duration: 2s;
	animation-iteration-count: 1;
}

.widget-save-icon-hidden
{
	opacity: 0;
	position: absolute;
	right: 30px;
	top: 140px;
	width: 62px;
	height: 62px;
	z-index: -1;
}

/****		Calendar    ****/

.Wt-cal {
	padding: 0px;
}

.Wt-cal table {
	border-left: 1px solid #555;
	font: normal 14px/22px sans-serif, verdana, Arial, Helvetica;
	text-align: center;
	background-color: #ddd;
	border-collapse: separate;
}

.Wt-cal table td {
	text-align: center;
	color: #333;
}

.Wt-cal table.d1 {
	width: 155px;
}

.Wt-cal table.d1 td {
	width: 20px;
}

.Wt-cal table.d3 {
	width: 200px;
}

.Wt-cal table.d3 td {
	width: 30px;
}

.Wt-cal table.dlong {
	width: 490px;
}

.Wt-cal table.dlong td {
	width: 70px;
}

.Wt-cal th.caption {
	margin: 0;
	padding: 0;
	border: 0;
	background: #555;
	color: #fff;
	font: bold 13px sans-serif, verdana, Arial, Helvetica;
	text-align: center;
}

.Wt-cal-navbutton {
	background: transparent;
	cursor: pointer; cursor: hand;
	font: bold 20px sans-serif, verdana, Arial, Helvetica;
	vertical-align: middle;
	display: block;
}

.Wt-cal caption select {
	cursor: pointer; cursor: hand;
	font: 12px sans-serif, verdana, Arial, Helvetica;
	margin: 2px 0px;
	vertical-align: middle;
}

.Wt-cal-year {
	vertical-align: middle;
}

.Wt-cal-year span {
	padding: 1px 2px;
}

.Wt-cal-year span:hover {
	color: #6880A0;
	background-color: #F0F0F0;
}

.Wt-cal th {
	font: bold 12px/22px sans-serif, verdana, Arial, Helvetica;
	color: #515B66;
	background: #D9E2E1;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	border-top: 1px solid #555;
	cursor: default;
}

.Wt-cal td {
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	text-align: center;
	cursor: hand;
}

.Wt-cal-oom {
	color: #CCCCCC;
}

.Wt-cal-oor {
	color: #CCCCCC;
}

.Wt-cal-sel {
	background-color: #D13737;
	color: #FFF;
	font-weight: bold;
}
.Wt-cal-now {
	color: #E9E9E9;
	font-weight: bold;
	background: #B9B9B9;
}

/****    widget_dataview    ****/

.filter-dataview
{
	background: #808080;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	text-align: left;
	position: sticky;
}

.filter-dataview input[type=text]
{
	background: #707070;
	color: #fff;
	border: solid 0px;
	height: 26px;
	width: 100%;
	font-size: 16px;
	padding-left: 6px;
}

.dataview
{
	font-size: 16px;
	font-weight: bold;
}

.dataview-header
{
	background: #484848;
	color: #ff8259;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}
.dataview-footer
{
	background: #484848;
	color: #e0a20e;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	transition: background 0.3;
}
.dataview-footer-button
{
	cursor: pointer;
}
.dataview-footer-button:hover
{
	color: #d15e40;
}

.dataview-footer-cancel-valid
{
	line-height: 30px;
	text-align: center;
}

.dataview-panel
{
	background: #484848;
	overflow: hidden;
	transition: height 0.3s;
	z-index: 10;
}

.dataview-panel input[type=text], .dataview-panel input[type=password]
{
	color: #fff;
	background: #707070;
	border: solid 1px #c0c0c0;
	height: 26px;
	padding-left: 6px;
}

.dataview-panel input[type=file]
{
	color: #fff;
	background: #707070;
	border: solid 1px #c0c0c0;
	height: 26px;
}

.dataview-panel select
{
	color: #fff;
	background: #707070;
	border: solid 1px #c0c0c0;
	height: 26px;
	padding-left: 2px;
}

.dataview-panel textarea
{
	color: #fff;
	background: #707070;
	border: solid 1px #c0c0c0;
	font-size: 15px;
	padding-left: 6px;
}

.dataview-panel a
{
	color: #ddd;
	text-decoration: none;
}
.dataview-panel a:hover
{
	color: #bbb;
}

.data-table
{
	font-weight: normal;
	background: #fff;
	border: solid 1px #484848;
	border-top: 0px;
	color: #ddd;
}

.data-line-selected
{
	background: #db6646 !important;
	color: #fff !important;
}
.data-line
{
	color: #333;
	font-size: 18px;
	cursor: pointer;
	height: 30px;
}

.data-line:hover
{
	background: #f3d1c7;
}
.data-line-0
{
	background: #fff;
}
.data-line-1
{
	background: #e8e8e8;
}

.data-line-content
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.data-line-content-border
{
	border-right: solid 1px #808080;
}

/****    widget_menu    ****/

.menu-top
{
	font-size: 16px;
	color: #fff;
	background: #bc2b2b;
	min-height: 24px;
	height: 24px;
	line-height: 24px;
}

.menu-icon
{
	background: #c3c0c0;
	min-height: 80px;
}

.menu-icon-text
{
	font-size: 12px;
	color: #333;
	min-width: 70px;
	text-align: center;
	font-weight: bold;
}

.menu-icon-background
{
	transition: background-color 0.4s;
}
.menu-icon-background:hover
{
	background: #b4b4b4;
}

.menu-login-info
{
}
.menu-change-password
{
	font-size: 13px;
	font-style: italic;
	cursor: pointer;
}

.menu-infos
{
	text-align: center;
}

/****    widget_login    ****/

.login-box
{
	border-left: 4px solid #bc2b2b;
	border-top: 4px solid #bc2b2b;
	border-bottom: 2px solid #aaa;
	border-right: 2px solid #aaa;
	background: #ddd;
	color: #222;
	font-size: 13px;
	border-top-left-radius:16px;
	border-bottom-right-radius:16px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.login-title
{
	font-size: 40px;
	font-weight: bold;
	color: #333;
}

.login-footer
{
	border-top: solid 2px #333;
	padding-top: 18px;
	font-size: 16px;
	text-align: center;
	color: #333;
}

.login-field
{
	background: #FFF;
	color: #222;
	border: solid 1px #555;
	border-bottom: solid 0px;
	padding-left: 4px;
	width: 200px;
	height: 26px;
}

.login-button
{
	font-size: 16px;
}

/****    widget_front    ****/

.widget_front
{
	color: #333;
	font-size: 18px;
}
.widget_front_button
{
	background: #707070;
	color: #d0d0d0;
	font-size: 18px;
	padding-left: 16px;
	padding-right: 16px;
	line-height: 34px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.4s;
}
.widget_front_button:hover
{
	background: #606060;
}

.widget_front input[type=text]
{
	background: #fff;
	color: #333;
	border: solid 1px #333;
	height: 34px;
	font-size: 18px;
	padding-left: 6px;
	margin-bottom: 10px;
	margin-right: 10px;
}
