/*整站公共部分*/
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select {
    margin: 0;
    padding: 0;
    font-weight: normal;
    outline: none;
}

body {
    background: #f8f8f8;
    -webkit-text-size-adjust: 100%;
    font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none;
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/** 表单禁用、只读默认样式调整 **/
html input[disabled] {
    /*background-color:#eee;*/
    opacity:0.6;
}
html input[readonly] {
    background-color:#eee;
    opacity:0.9;
}

textarea[readonly],textarea[disabled]{
    background-color: rgb(235, 235, 228);
}
/*html input[required][disabled] {
  background-color:#eee;
  opacity:0.7;
}*/

/**重写kendo样式，使之在hover时候显示对应的样式**/
input[disabled].k-textbox:hover{
    background-color:#eee;
    opacity:0.6;
}
/*input[required].k-textbox:hover{
  background-color:#ffffee;
}*/
input[readonly].k-textbox:hover{
    background-color:#eee;
    opacity:0.9;
}

/*p {
    word-wrap: break-word
}*/

/* 必输标识*/
.required-span{color: red;}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.fix:after {
    height: 0;
    content: '';
    clear: both;
    visibility: hidden;
    display: block;
}

.hide {
    display: none !important;
}

.clear {
    clear: both !important;
}


/**  表格内样式调整  **/
.k-grid .grid-a {
    margin: 0 5px;
    display: inline-block;
}
.k-grid .color-link {
    color: #23a3c8;
    text-decoration: underline;
}

/** 表单样式 **/
.form-wrap {
    margin: 5px 0 5px 0;
    font-size: 14px;
}

/*.form-wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;;
    box-sizing: border-box;
}*/

.form-item {
    overflow: hidden;
    clear: both;
    margin-bottom: 8px;
    width: 100%;
    /*min-width: 620px;*/
}

.form-label {
    display: inline-block;
    margin-right: 10px;
    color: #666;
    text-align: right;
    width: 93px;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    float: left;
}

.form-text {
    display: inline-block;
    margin-right: 10px;
    color: #666;
    text-align: right;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    float: left;
    margin-top: 2px;
}

.color-red {
    vertical-align: sub;
    color: red;
}

.ibox-marr2 {
    width: 100%;
    display: inline-block;
}

.ibox-marr-1 {
    width: 100%;
    display: inline-block;
}

.ibox-marr-2 {
    width: 50%;
    display: inline-block;
}

.ibox-marr, .ibox-marr-3 {
    width: 33%;
    display: inline-block;
}

.ibox-marr-4 {
    width: 25%;
    display: inline-block;
}

.ibox-marr-2 {
    width: 50%;
    display: inline-block;
}

/* .form-item input{
    border: 1px solid #ccc;
    width: 184px;
    outline: none;
    padding-left: 4px;
    height: 26px;
    line-height: 26px;
    border-radius: 4px;
    margin: 0;
    float: left;
} */
.form-input {
    border: 1px solid #c7c7cc;
    width: 143px;
    outline: none;
    padding-left: 4px;
    height: 26px;
    line-height: 26px;
    border-radius: 2px;
    margin: 0;
    float: left;
    color: #333333;
}

.form-textarea {
    border: 1px solid #ccc;
    width: 143px;
    outline: none;
    padding-left: 4px;
    height: 83px;
    line-height: 26px;
    border-radius: 4px;
    margin: 0;
}

.textarea-input {
    width: 484px;
    height: 56px;
    resize: none;
    outline: none;
}

.web-input {
    width: 484px;
}

/** 定义表单中元素的标准宽度 弹出框宽度标准：一列：二列：800px**/
.form-wrap .col1-w{
    width: 550px;
}
.form-wrap .col2-w{
    width: 220px;
}
.form-wrap .col3-w{
    width: 180px;
}
/**一行1个label，3个input**/
.form-wrap .col13-w{
    width: 180px;
}

.form-op {
    font-size: 14px;
    width: 96%;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
    text-align: center;
}

/** 非弹出框表达下方工具条**/
.form-op2 {
    font-size: 14px;
    border-top: 1px solid #DADADA;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}


/*gird表格 操作区，样式重写*/
.grid-operate .grid-operate-a {
    color: #333;
    text-decoration: underline;
    margin: 0 5px;
}

.grid-operate .grid-operate-triangle {
    background: url(../../images/com/triangle.png);
    position: absolute;
    left: -11px;
    height: 39px;
    width: 11px;
    z-index: 4;
    /* background: red; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.grid-operate .grid-operate-triangleT {
    top: 4px;
}

.grid-operate .grid-operate-triangleB {
    bottom: -1px;
}

.grid-operate .grid-a-more:hover {
    color: #24a5c7;
    text-decoration: none;
    cursor: pointer;
}

.grid-operate .grid-operate-hide {
    display: none;
    position: absolute;
    /* background: url(../images/com/rectangle.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 94% 104%; */
    left: 114px;
    top: -5px;
    margin-left: 4px;
    width: 84px;
    /*margin-top: 312px;*/
    margin-bottom: 1px;
    /* background-position: 8px 0px; */
    z-index: 9;
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

.grid-operate .grid-operate-hide a {
    display: inline-block;
    text-decoration: none;
    margin: 0px;
    width: 84px;
    line-height: 34px;
}

.grid-operate .grid-operate-hide a:hover {
    cursor: pointer;
    background: #6bb6ce;
    color: #fff;
}

.grid-operatetwo .grid-operate-atwo {
    color: #333;
    text-decoration: underline;
    margin: 0 5px;
}

.grid-operatetwo .grid-operate-triangletwo {
    background: url(../../images/com/triangle.png);
    position: absolute;
    left: -11px;
    height: 39px;
    width: 11px;
    z-index: 5;
    /* background: red; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.grid-operatetwo .grid-operate-triangleTtwo {
    top: 4px;
}

.grid-operatetwo .grid-operate-triangleBtwo {
    bottom: -1px;
}

.grid-operatetwo .grid-a-moretwo:hover {
    color: #24a5c7;
    text-decoration: none;
    cursor: pointer;
}

.grid-operatetwo .grid-operate-hidetwo {
    display: none;
    position: absolute;
    /* background: url(../images/com/rectangle.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 94% 104%; */
    left: 114px;
    top: -5px;
    margin-left: 4px;
    width: 84px;
    /*margin-top: 312px;*/
    margin-bottom: 1px;
    /* background-position: 8px 0px; */
    z-index: 21;
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

.grid-operatetwo .grid-operate-hidetwo a {
    display: inline-block;
    text-decoration: none;
    margin: 0px;
    width: 84px;
    line-height: 34px;
}

.grid-operatetwo .grid-operate-hidetwo a:hover {
    cursor: pointer;
    background: #6bb6ce;
    color: #fff;
}


/** 以下是对adminLTE样式的重写 **/
/**主页包装样式**/
.content-wrapper{
    background-color:#f8f8f8;
    margin-left:180px;
}
.content-wrapper, .main-footer{
    margin-left:180px;
}
/**所有内页包装样式**/
.content{
    background-color:#f8f8f8;
    padding: 0 10px;
}

.main-sidebar{
    width: 180px;
}

.box-header .box-title{
    font-size:16px;
}

.main-header .navbar{
    margin-left:180px;
}

.main-header .logo{
    width: 180px;
}

/** 重写blue皮肤样式**/
.skin-yellow-light .sidebar-menu .treeview-menu > li > a:hover{
    color: #f39c12;
}


/** 重写yellow皮肤样式**/
.skin-yellow-light .sidebar-menu .treeview-menu > li > a:hover{
    color: #f39c12;
}
.skin-yellow-light .main-header .logo{
    background-color: #e49312;
}
.skin-yellow-light .main-header .logo:hover {
    background-color: #dd8e10;
}

/** 重写green皮肤样式**/
.skin-green-light .main-header .navbar{
    background-color: #28afa2;
}
.skin-green-light .sidebar-menu .treeview-menu > li > a:hover{
    color: #28afa2;
}
.skin-green-light .main-header .navbar .sidebar-toggle:hover {
    background-color: #299a8f;
}
.skin-green-light .main-header .logo{
    background-color: #299a8f;
}
.skin-green-light .main-header .logo:hover {
    background-color: #249187;
}

/** 重写ui.progress样式，使之在模态window的上面**/
.k-loading-mask{
    z-index: 99999;
    position:fixed;
}

/** 重写adminLTE sidebar 样式**/
/** 高级查询使用位置**/
.control-sidebar.right-top-query{
    padding-top: 0;top:41px;width: 300px;
}
/**去掉底部的margin－bottom**/
.control-sidebar .box{
    margin-bottom:0;
}

/*************** Green-Light Styles ******************/
/** 弹出框取消按钮 **/
.skin-green-light .btn-cancel {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
    border-radius: 34px;
}
.skin-green-light .btn-cancel:hover,
.skin-green-light .btn-cancel:active,
.skin-green-light .btn-cancel.hover {
    background-color: #e7e7e7;
}

/** 弹出框提交按钮 **/
.skin-green-light .btn-submit {
    background-color: #28afa1;
    color: #fff;
    border-radius: 34px;
}
.skin-green-light .btn-submit:hover,
.skin-green-light .btn-submit:active,
.skin-green-light .btn-submit.hover {
    color: #fff;
    border-color: #008d4c;
    background-color: #28afa1;
}

/** Green-Light Styles Kendo 插件重写 **/
.skin-green-light .k-lookup-dropdown .k-select{
    background-color: #28afa1;
}

.skin-green-light .k-window .k-window-titlebar.k-header{
    background-color: #28afa1;
}

.skin-green-light .skin-custom .btn-xs{
    padding-left: 6px;
    padding-right: 6px;
}

.skin-green-light .dropdown-menu{
    border-color: #28afa1;
}

.skin-green-light .k-grid .k-grid-header th.k-header{
    color: #666666;
}

.skin-green-light .k-grid .userlist-item{
    font-size: 14px;
}

.skin-green-light .k-grid .k-state-selected{
    background-color:#28afa1 !important;
}
