@charset "utf-8";
/* Messages ----------------------------------------------------------------------------------- */
.error_p {
	padding:0 10px 0 35px;
	line-height:23px;
	border:1px solid #db4325;
	background-color:#ffefeb;
	color:#e20000;
	font-size:12px;
	background:url(../images/icons/mt_error.gif) 10px 4px no-repeat;
	margin: 3px 0;}
.warning_p {
	padding:0 10px 0 35px;
	line-height:23px;
	border:1px solid #e1c400;
	background-color:#fffece;
	color:#000;
	font-size:12px;
	background:url(../images/icons/mt_warning.gif) 10px 4px no-repeat;
	margin: 3px 0;}
.notice_p {
	padding:0 10px 0 35px;
	line-height:23px;
	border:1px solid #1da955;
	background-color:#f6fff0;
	color:#000;
	font-size:12px;
	background:url(../images/icons/mt_notice.gif) 10px 4px no-repeat;
	margin: 3px 0;}
.empty_p {
	height:25px;
	margin: 3px;}
/* Itemlist ----------------------------------------------------------------------------------- */
table.itemslist {

	margin: 0;
	margin-top: 5px;
	padding: 0;
	border: 1px solid #A0A0A0;
	border-spacing: 0;
	border-collapse: collapse;
}
table.itemslist th {
	border: 1px solid #A0A0A0;
	height: 25px;
	margin: 0px;
	padding: 2px 6px;
	background: #D8E4FF;
	font-size: 11px;
	font-weight: bold;
	text-align: left;}
table.itemslist th a, table.itemslist th a:hover{
	color:#000;
	text-decoration:none}
table.itemslist th.sel {
	background: #D8E4F0;}

table.itemslist tr.stepper {
	height: 25px;
	margin: 0px;
	padding: 6px 4px 2px 4px;
	background-color: #D8E4FF;
	border: 1px solid #A0A0A0;
	font-size: 12px;
	text-align: left;}
table.itemslist tr.stepper td{
	border-top:1px solid #A0A0A0}
table.itemslist tr.stepper a{
	color: #007795;
	font-size: 11px;
	margin:0 3px;
	font-weight: bold;}

table.itemslist tr.stepper .pages a, table.itemslist tr.stepper .pages a:hover{
	border:1px solid #007795;
	padding-left:3px;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	background:#fff}
table.itemslist tr.stepper .pages a:hover{
	background-color:#d3f6ff}

table.itemslist tr.stepper span{
	color: #000;
	margin:0 3px;
	font-size: 11px;
	font-weight: bold;}
table.itemslist tr.stepper span.list{
	color:#a4a4a4;
	text-transform:lowercase;
	font-weight:normal}
table.itemslist tr.stepper a.list, table.itemslist tr.stepper a:hover.list{
	color:#007795;
	border:0;
	background:transparent;
	text-transform:lowercase;
	font-weight:normal}

table.itemslist td {
	border-bottom: 1px solid #A0A0A0;
	padding: 3px;}
table.itemslist td a{
	color:#000;}
table.itemslist td a:hover{
  text-decoration:none;}
	
/*table line like stepper but not bold !*/
table.itemslist tr.info_subtotal {
        height: 25px;
        margin: 0px;
        padding: 6px 4px 2px 4px;
        background-color: #D8E4FF;
        border: 1px solid gray;
        font-size: 12px;
        text-align: left;
}
table.itemslist tr.info_subtotal td{
    font-size: 8pt;
}

/*table colorize*/
table.itemslist	tr.none {
	background-color:#fff;
}

table.itemslist tr.even {
	background-color:#F7F8F9;
}

table.itemslist tr.highlight{
	background:#FED9D8;
}

table.itemslist tr.selected{
	background:#92AFCF;
	color:#fff;
}
/* end of table colorize*/

table.thumb{
	width: 115px;
	margin: 10px;
	border-collapse: collapse;
	float: left;
	table-layout: fixed;
	background: #F5F5F5;
}
tr.thumb{
	vertical-align:top;
	overflow: hidden;
}
td.thumb{
	padding-left: 4px;
	padding-right: 4px;
}
img.thumb{
	margin-top:4px;
	margin-left:1px;
	border: 0px solid;
}
/*--------------------------------------------------------------------------------------------- */
table.add_form {
	width: 650px;
	border: 1px solid #A0A0A0;
	margin:5px 0;}
table.add_form th {
	padding: 3px 10px;
	border-top:0;
	background: #D8E4FF;
	text-align:left;
	font-size: 12px;
	font-weight: bold;}

table.add_form input, table.add_form select, table.add_form textarea {
  width: 450px;
}
table.add_form table tr td:nth-child(1) {
  max-width: 30%;
}
table.add_form table {
  width: 100%;
}

/*--[--act-group--*/
.act-group {
    display: inline-block;
    width: 24px;
    height: 18px;
    line-height: 18px;
    /*border: 1px solid #a1a1a1;*/
    position: relative;
    background: #ffffff;
    cursor: pointer;
    vertical-align: middle;
    padding: 0 0 0 0;
}

.act-group img {
    vertical-align: middle;
    border: 0;
}

.act-group .sub {
    position: absolute;
    left: -1px;
    top: 18px;
    border: 1px solid #a1a1a1;
    background-color: #ffffff;
    border-radius: 3px;
    display: none;
    z-index: 10;
}

.act-group:hover .sub {
    display: block;
}

.act-group .sub:before {
    content: '';
    position: absolute;
    width: 100%;
    top: -4px;
    right: 0;
    height: 5px;
}

.act-group .sub a {
    display: block;
    padding: 2px 5px;
    text-decoration: none;
    border-radius: 3px;
    white-space: nowrap;
}

.act-group .sub a:hover {
    background-color: #ffffbe;
}
/*--]--act-group--*/

a.submenu {
  margin-left: 1px;
}

.dropdown-action::after{display:none;}
.space{max-height:1px;min-height:1px;overflow:hidden;margin:12px 0}
.space-2,[class*=vspace-2]{max-height:1px;min-height:1px;overflow:hidden;margin:2px 0 1px}

div.typeahead.dropdown-menu {
	max-height: 320px;
	overflow: auto;
}
