@CHARSET "UTF-8";
body {
    background: #fff repeat-x top;
}

.formCtlHidden {
    display: none !important;
}
.ctlAdd{
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.coreHelp {

}
.coreHelpFrm {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.selectedDom {
    border: 1px solid red;
    border-radius: 4px;
}





.corePli {
}

.coreTree {
    padding-left: -0.55em;
}

.coreTree ol {
    list-style: none;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 0.55em;
    padding-left: 0.55em;
}

.coreTree ol li {
    color: #555555;
    list-style: none;
    cursor: pointer;
}

.coreTree .active {
    color: #f00;
    background-color: #efefef;
}

.coreTree table tr:hover {
    background-color: #efefef;
    color: #342dee;
}

.coreTree table a:hover {
    color: #ff0000;
}

.coreTable tr {
    cursor: pointer;
}

.coreTable .active {
    color: #f00;
}

.coreTable tbody tr:hover {
    background-color: #efefef;
    color: #e11;
}

.coreTable tbody a:hover {
    color: #ff0000;
}

.coreDataDic ul, li {
    margin: 0px;
    padding: 0px;
}

.coreDataDic .coreDropDownPanel {
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
    margin: 0px 2px 0px -2px;
    padding: 3px;
}

.coreDataDic .glyphicon-arrow-down :hover {
    color: #ff2c44;
    cursor: pointer;
}

.coreDataDic .panel-heading {
    cursor: pointer;
}

.coreDataDic .coreDataDicSelEd {
    padding-top: 4px;
    border-top-left-radius: .4em;
    border-bottom-left-radius: .4em;
    min-height: 45px;
    border-bottom: 1px #c0c1c0 solid;
    border-top: 1px #c0c1c0 solid;
    border-left: 1px #c0c1c0 solid
}

.coreDataDic .canSel {
    cursor: pointer;
}

.coreDataDic .cannotSel {
    cursor: not-allowed;
}

.coreDataDic .coreDataDicRemove {
    cursor: pointer;
}

.coreDataDic .coreDataDicRemove :hover {
    color: black;
    cursor: pointer;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}