/**
 * Beangle, Agile Java/Scala Development Scaffold and Toolkit
 *
 * Copyright (c) 2005-2013, Beangle Software.
 *
 * Beangle is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * Beangle is distributed in the hope that it will be useful.
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with Beangle.  If not, see <http://www.gnu.org/licenses/>.
 */
/*
 * Beangle UI CSS Framework
 * LGPL version 3.
 */

body {font-size: 13px;margin:0;font-family: Verdana, Arial, sans-serif; }

select,input,textarea {font-size: 13px;}

form {
    padding:0px;
    margin:0px 10px 0px 0px;
}

a:link {color: #000080;text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {color: red;}

/* grid */
.grid{border-color:#006CB2;margin: 0px 0px 0px 0px ;font-size: 13px;}

.grid-caption{background-color: #ffffff;color: #777777;margin-bottom: 0px;padding: 7px 7px 7px 0px;font-weight: bold;font-size: 16px;border-bottom: 2px solid #cccccc;}

.gridempty{border:solid;border-width:1px;border-top-width:0px;border-color:#edeeef;text-align:center;}

.gridtable {width:100%;border-collapse: collapse;border:solid;border-width:1px;border-color:#edeeef;vertical-align: middle;table-layout:fixed}

.gridtable td{border-color:#edeeef;border-style:solid;border-width:0 1px 1px 0;overflow:hidden;word-wrap:break-word;padding-left: 10px;}

.gridtable th{border-color:#edeeef;border-style:solid;border-width:0 1px 1px 0;word-wrap: break-word; font-weight: normal; padding-left: 10px;}

.grid-filter-submit {background-image: url(icons/16x16/actions/edit-find.png);background-repeat: no-repeat;background-color:transparent;width:16px;height:16px;border-style:none}

.gridselect{text-align:left;background-color: white;}

.gridselect-top{text-align:left;}

.gridhead{color: #000000; text-decoration: none;text-align:center;letter-spacing:0;background-color: #f3f4f5;}

.gridhead-sortable:hover,.gridhead-asc:hover,.gridhead-desc:hover{
    color: black!important;
    background-color: rgba(0,0,0,0.1)!important;
}

.gridhead th input[type="text"]{
    height:23px;
    margin-left:2px;
    border-radius: 5px;
    border: 1px solid #aaa;
}

.gridhead th select{
    height: 23px;
    margin-left: 2px;
    border-radius: 5px;
    border: 1px solid #aaa;
}
.gridhead-icon{background-image: url(icons/16x16/actions.png);display:inline-block;}

.gridhead-asc{background-color: rgba(0,0,0,0.1);cursor:pointer;}

.gridhead-desc{background-color: rgba(0,0,0,0.1);cursor:pointer;}

.gridhead-sortable{cursor:pointer;}

.gridhead>tr{
    height: 28px;
}

.griddata{text-align:center;}

.griddata-odd{text-align:left;text-decoration: none;letter-spacing:0;background-color: #fafafa;height: 40px;}

.griddata-odd > .gridselect{
    background-color: #fafafa;
}

.griddata-even{text-align:left;text-decoration: none;letter-spacing:0;background-color: white;height: 40px;}

.griddata-selected{background-color: rgba(0,0,0,0.1);}

.griddata-over{background-color: rgba(0,0,0,0.1);}

.gridbar{
    height:40px;
    /*background-color: #c7dbff;
    border:solid;
    border-color:#006CB2;
    border-width:0px;*/
    background-color: #f7f8f9;
}

.gridbar-items{
    float:left;
    margin-top: 5px;
}

.girdbar-pgbar{height:40px;float:right;margin:0px 5px 0px 0px;line-height: 40px;}

.pgbar-label{background-color:#e9f2f8;}

.pgbar-input-label{}

.pgbar-input{text-align:center;width:35px;height:21px;border-collapse: collapse;border:solid;border-width:1px;border-color:#006CB2;padding:0px;margin:0px 2px 0px 0px;}

.pgbar-selbox{vertical-align: middle;width:75px;height:21px;font-size: 0.8em;margin:0px 2px 0px 0px;}

.pgbar-go{width:30px;height:21px;line-height:21px;font-size: 0.8em;text-align:center;margin:0px;padding:0px 0px 2px 0px;border:solid;border-width:1px;border-color:#006CB2;}

/*toolbar*/
.toolbar{height:40px;border-collapse:separate;display:block;font-size: 13px;padding-top: 5px;padding-right: 5px;position: relative;right: 0px}

.toolbar-icon{
    background-image: url(icons/16x16/actions.png);
    display:inline-block;
    /**ie6 hack*/
    vertical-align:bottom !important;
    vertical-align:baseline;
    margin:2px 2px 0px 0px;
    border:0px
}

.toolbar-icon-new{
    padding-right: 5px;
    color: #777777;
    padding-left: 2px;
}

.toolbar-img {vertical-align:bottom;margin-top:2px;margin-right:2px;border:0px}

.toolbar-separator{padding-left:0px;width:1px;float:left;}

.toolbar-title{float:left;position:relative;height:25px;left:10px;font-size:15px;top:5px; color:#777777;}

.toolbar-msg{float:left;height:20px;padding:2px 3px 2px 3px; margin:2px 0px 1px 10px;background-color:#F9EDBE;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}

.toolbar-items{float:right;}

.toolbar-item{float:left;padding:2px 3px 2px 3px;cursor:pointer;}

.toolbar-item-ge0{}

.toolbar-item-e1{}

.toolbar-item-ge1{}

.toolbar-item-ge2{}

.toolbar-item-disabled{display:none;}

.toolbar-item-selected{background-color:#4791C5;float:left;padding:2px 3px 2px 3px;cursor:pointer;}

.toolbar-item-transfer{float:left;padding:1px 2px 1px 2px;background-color:#e9f2f8;cursor:pointer;}

.toolbar-menu{margin-top:8px;margin-left:-10px;background-color:white;visibility:hidden;position:absolute;z-index:100;padding:1px;overflow:visible;border:solid 1px #ccc;white-space:nowrap;}

.toolbar-menuitem{padding:1px 2px 1px 2px;cursor:pointer;text-align: left!important;border: none!important;border-radius: 0px!important;font-size: 12px!important;}

.toolbar-menuitem-transfer{background-color:#FFFFFF;padding:1px 2px 1px 2px;cursor:pointer;text-align: left!important;border: none!important;border-radius: 0px!important;font-size: 12px!important;}

.toolbar-group-separator{float:left;margin:0px 10px 0px 10px;}

.toolbar-line {height:1px;font-size:0pt;clear:both;}

.ajax_container{}

/* message */
div.error, div.message {
    background-color: #ECD83C;
    border: 0px solid #000;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    vertical-align: bottom;
}

/* use a different color for the errors */
div.error {
    border: 0px solid red;
}

img.validationWarning, div.errors img.icon, div.messages img.icon {
    border: 0;
    width: 14px;
    height: 13px;
    vertical-align: top;
}

span.fieldError {
    color: red;
    font-weight: bold;
}
div.message a {
    background: transparent;
    color: #0000FF;
}

div.message a:visited {
    background: transparent;
    color: #0000FF;
}

div.message a:hover {
    background: transparent;
    color: #008000;
}

div.message a:active {
    text-decoration: underline overline;
}

div.message img.icon {
    vertical-align: middle;
}

.search-widget{
    border-collapse: collapse;
    border-width:0px;
    margin:auto;
    margin-top: 10px;
}
.search-widget .search-item{
    text-align:right;
}

.search-widget input[type="submit"],.search-widget input[type="reset"]{
    color: #333;
    background-color: #fff;
    border-collapse: collapse;
    font-size: 13px;
    height: 30px;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid  #ccc;
    padding-left:12px;
    padding-right:12px;

}

.search-widget input[type="submit"]:hover,.search-widget input[type="reset"]:hover
{
    background-color:#e6e6e6;
    border-color: #adadad;
}
.search-item{
    padding-top: 5px;
    padding-bottom: 5px;
}

.search-item input{
    width:150px;
    margin-left:4px;
    border-radius: 5px;
    border: 1px solid #aaa;
}
.search-item select{
    width:150px;
}

.V {height:1px;font-size:0pt;padding:0px;border-top:1px solid #4791C5;}

/* FormTable */
.formTable{
    border-collapse: collapse;
    border:solid;
    border-width:1px;
    border-color:#edeeef;
    text-align: left;
}

.formTable .thead {
    color: #000000;
    text-decoration: none;
    letter-spacing:0;
    background-color: #f7f7f7;
    font-weight:bolder;
    line-height: 33px;
}
.formTable .tfoot{
    color: #000000;
    text-decoration: none;
    text-align:center;
    letter-spacing:0;
    background-color: #f7f7f7;
    font-weight:bolder;
}

.formTable td{
    border:solid;
    border-width:0px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-color:#edeeef;
    color: #000000;
    text-decoration: none;
    letter-spacing:0;
}

.formTable .title{
    text-align: right;
    background-color: #EBEBEB;
}
.formTable .content{
    text-align: left;
    background-color: white
}

.formTable tr{


}

.formTable input[type="text"],.infoTable input[type="text"]{
    height:23px;
    margin-left:2px;
    border-radius: 5px;
    border: 1px solid #aaa;
}
.formTable textarea,.infoTable textarea{

    margin-left:4px;
    border-radius: 5px;
    border: 1px solid #aaa;
}
.formTable select,.infoTable select{
    height:23px;
    margin-left:2px;
    border-radius: 5px;
    border: 1px solid #aaa;
}
/*\u8be6\u7ec6\u4fe1\u606f\u9875\u9762*/
table.infoTable {
    font-size: 13px;
    vertical-align: middle;
    width:100%;
    table-layout:fixed;
    border-collapse: collapse;
    background-color: #FFFFFF;
}

table.infoTable td {
    border: 1px solid #EEEEEE;
    overflow:hidden;
    word-wrap:break-word;
    padding-left:10px;

}

table.infoTable th {
    background-color: #EBEBEB;
    height: 22px;
    word-wrap: break-word;
}

.infoTable .smallTitle{
    height: 37px;
    font-size: 16px;
    padding-left: 20px;
    background-color: #ffffff;
    font-weight:bold;
    color:#777777;
}

.infoTable .darkColumn{
    height: 40px;
    font-size: 16px;
    padding-left: 20px;
    background-color: #ffffff;
    text-align:left;
    color:#777777;
}

.infoTable .title{
    height: 33px;
    background-color:#f7f7f7;
    padding-left: 2px;
    padding-right: 10px;
    text-align:right;
    line-height: 33px;
    color:#333;
}
.infoTable .content{
    padding-left: 10px;
    padding-right: 1px;
}
.infoTitle{

}

/** Index Panel*/
.indexpanel{
    border-collapse: collapse;
    /*border:solid;
    border-width:1px;
    border-color:#006CB2;*/
    border: none;
    margin:0px 0px 0px 0px;
    margin-top: 5px;
    width:100%;
}
.index_view{
    /*border:solid;
    border-width:0px;
    border-right-width:1px;
    border-color:#f7f8f9;*/
    border: none;
    vertical-align: top;
    background-color: #f7f8f9;
    width:250px;
}

.index_content{
    vertical-align: top;
    padding:0;
    padding-left: 5px;
}

.noindex_content{
    vertical-align: top;
    padding:0 10px;

}
.index_title{
    border:solid;
    border-width:1px;
    margin:0px 0px 0px 0px;
    background-color :#EBEBEB;
    border-color:#ddd;
    width:100%;
}

table.settingTable td{
    border:solid;
    border-width:0px;
    border-color:#006CB2;
    height:30px;
}

/** Print */
@media print {
    .notprint {
        display:none;
    }
    .notprint * {
        display:none;
    }
}

/** \u9a8c\u8bc1\u6846\u67b6\u4f7f\u7528\u7684\u4e24\u4e2aclass */
.tfvHighlight {
    font-weight: bold;
    color: red;
    background-color: #EBEBEB;
    /*text-align: right;*/
}
.tfvNormal {
    font-weight: normal;
    color: black;
}

/*
 * \u5bfc\u822a\u83dc\u5355
 */
.navmenu {
    left: 6px;
    background: none repeat scroll 0 0 #cccccc;
    clear: both;
    height: 30px;
    padding: 0 10px;
    font-size: 13px;
}

.navmenu ul {
    padding: 0;
    float: left;
    height: 25px;
    margin: 5px 0 0;
    list-style-type: none;
}

.navmenu li {
    float: left;
    margin: 0 2px 0 0;
    padding: 0;
    white-space: nowrap;
    font-weight: bold;
}

.navmenu li a {
    color: #FFFFFF;
    display: inline-block;
    margin: 0;
    padding: 0px 10px;
    height: 25px;
    line-height: 24px;
    outline: 0 none;
    text-decoration: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.navmenu li a:hover {
    background: none repeat scroll 0 0 rgba(0,0,0,0.1);
    color: #FFFFFF;
}
.navmenu li a.selected, .navmenu li a.selected:hover {
    color: #555555;
    background: none repeat scroll 0 0 #FFFFFF;
}

.ui-disabled{
    color:#999999;
}
/*
 * Pretty List Form Style
 */

form.listform {
    font-size: 12px;

}

form.listform input[type="text"]{
    height:23px;
    margin-left:2px;
    border-radius: 5px;
    border: 1px solid #aaa;
}
form.listform textarea{

    margin-left:4px;
    border-radius: 5px;
    border: 1px solid #aaa;
}

form.listform select{
    height:23px;
    margin-left:2px;
    border-radius: 5px;
    border: 1px solid #aaa;
}

form.listform label.title{
    clear: left;
    float: left;
    display: block;
    margin: 0 0 8px 100px;
    padding-right: 5px;
    text-align: right;
    width: 150px;
    font-weight: bold;
}

label{
    font-weight: normal!important;
    font-size: 13px!important;
}
label.title{
    margin-left: 25px;
}
form.listform label.comment{
    padding-left: 5px;
}
form.listform em{
    color: #FF0000;
    font-style: normal;
    font-weight: bold;
}

form.listform legend {
    /*font-weight: bold;
    padding: 10px 2px 3px 2px;
    height: 40px;
    border-bottom: 2px solid #cccccc;
    color: #777777;
    font-size: 18px;
    margin-bottom: 8px;*/

    font-weight: bold;
    padding: 10px 2px 3px 2px;
    height: 40px;
    color: #777777;
    font-size: 13px;
    margin-bottom: 8px;
    position:absolute;
    background-color: #fff;
    /* padding-left: 10px;*/
    border-bottom: 0;
    width: auto;
    top: -17px;
    left:8px;
    display:none;
}

form.listform fieldset{
    border-style: solid none none;
    margin: 0px 0px 0px 10px;
    position: relative;
}

form.listform fieldset.emptytitle{
/*  border-style: none;
  margin: 0px 0px 0px 0px;
  */
  border-top:1px solid #aaaaaa
}

form.listform fieldset ol {
    margin: 0;
    padding: 5px 0 0 0;
    border-top: 1px solid #ddd;
}

form.listform fieldset  li{
    /*background: url("images/form-divider.gif") repeat-x scroll left bottom transparent;*/
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 10px 10px 10px;
    list-style: none outside none;
    margin: 0px;
}

form.listform fieldset fieldset {
    border: medium none;
    margin: 3px 0 0;
    background: none repeat scroll 0 0 transparent;
}
form.listform fieldset fieldset legend {
    font-weight: normal;
    padding: 0 0 5px;
}

form.listform fieldset fieldset label {
    display: block;
    width: auto;
}
form.listform fieldset fieldset label {
    margin-left: 103px;
}

form.listform li.foot {
    padding-left: 215px;

}
form.listform li.foot input[type="submit"],form.listform li.foot input[type="button"],form.listform li.foot input[type="reset"],.buttonStyle{
    color: #333;
    background-color: #fff;
    border-collapse: collapse;
    font-size: 13px;
    height: 30px;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid  #ccc;
    margin-right: 8px;
    padding-left:15px;
    padding-right:15px;
}

form.listform li.foot input[type="submit"]:hover,form.listform li.foot input[type="button"]:hover,form.listform li.foot input[type="reset"]:hover,.buttonStyle:hover
{
    background-color:#e6e6e6;
    border-color: #adadad;
}

/*
 * Module UI Style
 */
.module{margin:0px 3px 5px;line-height:1.3em;float:left;width:49%;}
.modulebody{display:block;padding:4px 8px;background:#e0ecff;}
.collapsed .modulebody,.collapsed .collapsed{display:none}
.header{background:#94aef3;margin:0;padding:0;font-size:100%;line-height:1.2em}
.expanded .header,.collapsed .header{
    background-image:url("images/arrow_down.gif");
    background-repeat:no-repeat;background-position:4px 45%
}
.collapsed .header{background-image:url("images/arrow_right.gif")}
.header .toggle,.header .toggle:visited{
    display:block;padding:4px;text-decoration:none;color:#000
}
.expanded .header .toggle,.collapsed .header .toggle,.expanded .header .toggle:visited,.collapsed .header .toggle:visited{padding-left:18px}
.header .toggle:hover{color:#25a;text-decoration:none}
.header .toggle em{font-style:normal;font-weight:normal}
.header em strong{color:#c00;font-weight:normal}
.module h3{margin:0;padding:2px 0;font-size:100%}
.module h3 a,.module h3 em{font-weight:normal;font-style:normal}
.subtitle {margin:0;padding:3px 4px 2px;font-size:100%}
.subtitle em{font-style:normal;font-weight:normal} .data .subtitle{padding-left:0}
.header{background-image:none}
.field{margin-top:2px;padding-top:2px}

.icon-action{background-image: url(icons/16x16/actions.png);display:inline-block;vertical-align:bottom;margin-top:2px;margin-right:2px;border:0px}
.action-activate{ background-position: 0 0; width: 16px; height: 16px; }
.action-backward{ background-position: -66px 0; width: 16px; height: 16px; }
.action-close{ background-position: -132px 0; width: 16px; height: 16px; }
.action-config{ background-position: -198px 0; width: 16px; height: 16px; }
.action-default{ background-position: -264px 0; width: 16px; height: 16px; }
.action-downarrow{ background-position: -330px 0; width: 8px; height: 8px; }
.action-download{ background-position: -388px 0; width: 16px; height: 16px; }
.action-edit-copy{ background-position: -454px 0; width: 16px; height: 16px; }
.action-edit-cut{ background-position: -520px 0; width: 16px; height: 16px; }
.action-edit-delete{ background-position: -586px 0; width: 16px; height: 16px; }
.action-edit-find{ background-position: -652px 0; width: 16px; height: 16px; }
.action-excel{ background-position: -718px 0; width: 16px; height: 16px; }
.action-freeze{ background-position: -784px 0; width: 16px; height: 16px; }
.action-go-first{ background-position: -850px 0; width: 16px; height: 16px; }
.action-go-home{ background-position: -916px 0; width: 16px; height: 16px; }
.action-go-jump{ background-position: -982px 0; width: 16px; height: 16px; }
.action-go-last{ background-position: -1048px 0; width: 16px; height: 16px; }
.action-go-next{ background-position: -1114px 0; width: 16px; height: 16px; }
.action-go-previous{ background-position: -1180px 0; width: 16px; height: 16px; }
.action-help-contents{ background-position: -1246px 0; width: 16px; height: 16px; }
.action-inbox{ background-position: -1312px 0; width: 16px; height: 16px; }
.action-info{ background-position: -1378px 0; width: 16px; height: 16px; }
.action-list{ background-position: -1506px 0; width: 16px; height: 16px; }
.action-mail-reply{ background-position: -1572px 0; width: 16px; height: 16px; }
.action-new{ background-position: -1638px 0; width: 16px; height: 16px; }
.action-office-chart-area{ background-position: -1704px 0; width: 16px; height: 16px; }
.action-office-chart-line{ background-position: -1770px 0; width: 16px; height: 16px; }
.action-office-chart-pie{ background-position: -1836px 0; width: 16px; height: 16px; }
.action-paperclip{ background-position: -1902px 0; width: 15px; height: 15px; }
.action-print{ background-position: 0 -66px; width: 16px; height: 16px; }
.action-refresh{ background-position: -66px -66px; width: 16px; height: 16px; }
.action-save{ background-position: -132px -66px; width: 16px; height: 16px; }
.action-sort-asc{ background-position: -198px -66px; width: 10px; height: 5px; }
.action-sort-desc{ background-position: -258px -66px; width: 10px; height: 5px; }
.action-update{ background-position: -318px -66px; width: 16px; height: 16px; }
.action-user-logout{ background-position: -384px -66px; width: 16px; height: 16px; }
.action-user-trash{ background-position: -450px -66px; width: 16px; height: 16px; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color!important;
    outline-offset: -2px;
}

