
.panel-gird{
    width: 100%;
    min-height: calc(100vh - 110px);
}
.c-sidebar-nav-link svg{
    margin-right: 5px;
}
.c-main{
    padding-top: 0
}
.container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.action-icon {
    cursor: pointer;
    text-align: center;
    height: 25px;
    line-height: 25px;
    margin-left: 4px;
    margin-right: 4px;
}

.action-icon svg,.action-icon i {
    font-size: 14px;
    line-height: 25px;
    color: #288b3a;
}

.form-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.form-item-80 {
    float: left;
    width: 80%;
    margin-bottom: 10px;
    position: relative;
}

.form-item-70 {
    float: left;
    width: 70%;
    margin-bottom: 10px;
    position: relative;
}

.form-item-60 {
    float: left;
    width: 60%;
    margin-bottom: 10px;
    position: relative;
}

.form-item-50 {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    position: relative;
}

.form-item-40 {
    float: left;
    width: 40%;
    margin-bottom: 10px;
    position: relative;
}

.form-item-30 {
    float: left;
    width: 30%;
    margin-bottom: 10px;
    position: relative;
}

.form-item-25 {
    float: left;
    width: 25%;
    margin-bottom: 10px;
    position: relative;
}

.form-item-20 {
    float: left;
    width: 20%;
    margin-bottom: 10px;
    position: relative;
}

.form-item-33 {
    float: left;
    width: calc(100% / 3);
    margin-bottom: 10px;
    position: relative;
}

.input-images {
    float: left;
    min-height: 92px;
    width: calc(100% - 104px) !important;
    margin-left: 10px;
    border: 1px solid #dddddd;
}

.images-list {
    width: 100%;
    height: 100%;
    padding-top: 4px;
}

.images-item {
    width: 88px;
    height: calc(96px - 8px);
    margin-left: 4px;
    margin-bottom: 4px;
    float: left;
    position: relative;
    outline: 1px solid #dddddd;
}

.images-item .selected {
    outline: 3px solid #ffab2e;
}
.images-item input{
    position: absolute;
    z-index: 2;
    bottom: -9px;
    width: 96%;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;

    visibility: hidden;
    opacity: 0;
    transition: all 350ms;
}
.images-item:hover input{
    visibility:visible;
    opacity: 1;
}
.images-item img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.images-item .delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    text-align: center;
    height: 15px;
    line-height: 15px;
    background-color: red;
    color: white;
}

.images-item .progress {
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    left: 0;
}

.cke {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.combobox-item {
    cursor: pointer;
}

.datagrid-filter-c .textbox-text {
    text-align: center;
}
.window-mask {
    background-color: #000 !important;
}

.window-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: auto !important;
}
.textbox textarea.textbox-text{
    border: 1px solid #ccc;
    border-bottom: none;
     -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
}
.easyui-dialog{
    max-width: 95%;
}
.ck-balloon-panel,#ckf-modal{
    z-index: 999999 !important;
}
a .count{
    color: #0f90eb;
    margin: 0 2px;
}
/*.c-sidebar.c-sidebar-fixed,.c-header.c-header-fixed{*/
/*    z-index: 1 !important;*/
/*}*/
/*.window-mask{*/
/*    z-index: 2 !important;*/
/*}*/
/*.panel{*/
/*    z-index: 3 !important;*/
/*}*/
