﻿.Mainmask {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 99999999999;
    display: none
}

html, body, form {
    height: 100%;
    margin: 0;
}

.Seldiv {
    height: 500px;
    width: 800px;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none
}

#header {
    z-index: 1003;
}
/*公司标题头*/
.companyTitle {
    height: 4em;
    width: 34em;
    position: absolute;
    top: 13em;
    left: 50%;
    margin-left: -17em;
}
/*主页蜂巢样式*/
.systembox {
    position: absolute;
    font-size: 12px;
    margin-top: 150px;
    display: inline-block;
}

.positionCss1 {
    top: 4%;
    left: 1em;
}

.positionCss2 {
    top: 4%;
    right: 1em;
}

.positionCss3 {
    top: 15%;
    left: 20%;
}

.positionCss4 {
    top: 15%;
    right: 20%;
}

.positionCss5 {
    top: 40%;
    left: 1em;
}

.positionCss6 {
    top: 40%;
    right: 1em;
}

.big2 {
    margin-top: -3.5em;
    margin-left: 4.8em;
}

.big3 {
    margin-top: -3.5em;
}

.hex {
    height: 6em;
    width: 6em;
    overflow: hidden;
    display: inline-block;
    margin-right: 3.3em;
    position: relative;
    line-height: 6em;
    text-align: center;
}

.hex > div {
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bgimg {
    height: 100%;
    width: 100%;
    background-image: url('../../images/publicimg/bodyimg/six.png');
    background-size: 60% 60%;
    background-position: center;
    -webkit-transform: rotate(45deg) scale(2,2);
    -ms-transform: rotate(45deg) scale(2,2);
    transform: rotate(45deg) scale(2,2);
}

.bgimg:hover {
    background-image: url('../../images/publicimg/bodyimg/sixover.png');
    background-size: 60% 60%;
    background-position: center;
    -webkit-transform: rotate(45deg) scale(2,2);
    -ms-transform: rotate(45deg) scale(2,2);
    transform: rotate(45deg) scale(2,2);
    cursor: pointer;
}

.text {
    position: absolute;
    height: 6em;
    top: 0;
    left: 0;
    width: 5.5em;
    margin-left: 0.21em;
    color: white;
    /*word-wrap:break-word;*/
    -webkit-transform: scale(0.5,0.5);
    -ms-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
}
/********************************************************************************************/
/*主页组件样式*/
/*组件库*/

.rbHovered {
    background-color: #25A0DA;
}
/*****Echarts******/
.ControlTitle {
    border-bottom: 1px solid #ebedf2;
    width: 100%;
    margin-bottom: 10px;
    padding: 1px 10px;
    line-height: 20px;
}

.ConMainTitle {
    font-weight: 600;
    /*font-size: 1.1rem;*/
    font-size: .7rem;
    /*border-right: 1px solid #e2e5ec;*/
    border-right: 0 !important;
    border-right: 0px;
    width: 9em;
    line-height: 27px !important;
    display: inline-block;
    margin-right: 10px;
    /*margin-bottom: 10px;*/
    margin-bottom: 0 !important;
}

.ConSubTitle {
    display: inline-block;
    font-size: 0.9rem;
}
/****************************************表格样式***************************************************/
.close {
    margin-top: -13px !important;
    margin-right: -9px !important;
}

/********************************************************************************************/

/******************************************************************************************************************************/
/*左侧*/
.RadMenu .rmRootGroup {
    background: none !important;
}

.RadMenu .rmRootLink {
    border: 0 !important
}

#leftResizeBar2 {
    height: 38px;
    width: 50px;
    background-color: white;
    position: absolute;
    text-align: center;
    z-index: 1003;
}

#MenuRadPanelBar_Narrow {
    height: 100%;
    width: 50px;
    margin-top: 38px;
    background: white;
    box-shadow: 1px -250px 20px 0 #e0e0e0;
}

#MenuRadPanelBar_Narrow ul, #MenuRadPanelBar_Narrow ul li a {
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 38px;
}

#MenuRadPanelBar_Narrow ul li {
    height: 38px;
    width: 100%;
}

#MenuRadPanelBar_Narrow ul li:hover, #leftResizeBar2:hover {
    background-color: #F0F0F0;
}

.RadMenu a.rmImageOnly .rmLeftImage, #leftResizeBar2 img {
    float: none;
    display: inline-block;
    margin-top: 10px !important;
}

#MenuRadPanelBar_Narrow .rmSlide li {
    background-color: #ccc;
    color: black;
}

#MenuRadPanelBar_Narrow .rmSlide a {
    text-decoration: none;
}

#MenuRadPanelBar_Narrow .rmSlide .rmText {
    height: 41px;
    width: 115px;
    padding: 0 0 0 25px;
    background: linear-gradient(to right, #F0F0F0 80%,rgba(255,255,255,0.1));
    color: #6B6B6B;
    /*margin-top: -2px;
    margin-left: -1px;*/
    margin: 0 0 0 -1px;
    text-align: left;
    font-size: 14px;
}

#MenuRadPanelBar_Narrow .rmSlide .rmText:hover {
    color: white;
    /*background: linear-gradient(to right, #0090ff 5%, #025ba2 15%, #025ba2 85%,rgba(255,255,255,0.1));*/
    background: linear-gradient(to right, #29a7e1 65%,rgba(255,255,255,0.1));
}

.widthDiv {
    width: 100%;
}
/******************************************************************************************************************************/
/*选择流程*/
#BigConten {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    -webkit-transform: translate(-50%,-50%) !important;
    display: inline-block;
    margin: 0 !important;
}
#BigConten div a {
    text-align: center;
}
.imgDiv {
    height: 65px;
    width: 65px;
    line-height: 75px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.boxText a:link, .boxText a，#BigConten a, #BigConten a:link, #BigConten a:visited, .boxText {
    /*color: black !important;*/
    font-size: 12px !important;
    font-weight: 400 !important;
    text-decoration: none;
}

.boxText a:link, .boxText a，#BigConten2 a, #BigConten2 a:link, #BigConten2 a:visited, .boxText {
    /*color: black !important;*/
    font-size: 12px !important;
    font-weight: 400 !important;
    text-decoration: none;
}

.boxText {
    /*height: 40px;*/
    text-align: center;
    margin-top: 0px;
}

.Box, .BoxShort, .BoxW3, .BoxH2 {
    /*height: 95px;*/
    width: 65px;
    display: inline-block;
    display: inline\9;
    vertical-align: top;
}

.BoxShort {
    height: 65px;
}

.BoxH2 {
    height: 230px;
}

.BoxW2, .BoxW2 .imgDiv {
    width: 135px;
}

.BoxW3, .BoxW3 .imgDiv {
    width: 192px;
}

    .BoxW3 img {
        width: 100%;
    }

    .BoxW3 .imgDiv {
        width: 100%;
    }

.leftTop {
    margin-top: 25px;
}

.leftbot {
    margin-bottom: 25px;
}
/*@media screen\0 {
    .Box, .BoxShort, .BoxW3, .BoxH2 {
        display: inline;
    }
}*/
/*body*/
body {
    margin: 0;
}
/*公司LOGO*/
#tohiLog {
    height: 50px;
    width: 290px;
    /*float: left;
    margin-right: 25px;*/
    position: absolute;
    left: 50%;
    margin-left: -195px;
}
/*左侧缩小*/
.RadSplitter input.rspCollapseBarCollapse {
	width:5px;
}
/*左右列表缩小控制*/
#leftResizeBar, #rightResizeBar {
    display: none
}
#leftResizeBar div, #rightResizeBar div {
    background-repeat:no-repeat;
}
.clickLeft {
    background-image: url('../../Skins/Safety/ToHiMetroTouch/LeftRightShort/shortLeft.png');
}
.clickLeft:hover {
    background-image: url('../../Skins/Safety/ToHiMetroTouch/LeftRightShort/shortLeftBlue.png');
}
.clickRight {
    background-image: url('../../Skins/Safety/ToHiMetroTouch/LeftRightShort/shortRight.png');
}
.clickRight:hover {
    background-image: url('../../Skins/Safety/ToHiMetroTouch/LeftRightShort/shortRightBlue.png');
}

#leftResizeBar .clickLeftOpen {
    background-image: url('../../Skins/Safety/ToHiMetroTouch/LeftRightShort/shortLeftOpen.png');
}

#leftResizeBar .clickLeftOpen:hover {
    background-image: url('../../Skins/Safety/ToHiMetroTouch/LeftRightShort/shortLeftOpenBlue.png');
}

#rightResizeBar .clickRightOpen {
    background-image: url('../../Skins/Safety/ToHiMetroTouch/LeftRightShort/shortRightOpen.png');
}

#rightResizeBar .clickRightOpen:hover {
    background-image: url('../../Skins/Safety/ToHiMetroTouch/LeftRightShort/shortRightOpen.png');
}


/*小图标统一样式*/
.icons {
    height: 28px;
    width: 28px;
    float: left;
    overflow: hidden;
}

.icons img {
    height: 190px;
    width: 170px;
}
/*顶部功能*/
#divFunction {
    height: auto;
    width: auto;
    float:left;
    /*position: absolute;
    left: 50%;
    margin-left: -210px;*/
}

#divFunction > li {
    width: auto;
    /* padding: 0 25px; */
    float: left;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    border-left: 1px #ccc solid;
    cursor: pointer;
    width: 170px;
}
#systemImg {
    background: url(../../../../Images/PublicImg/A027.png)
}
#divFunction > #systemSelect:hover #systemImg{
	background: url(../../../../Images/PublicImg/A027.png) !important;
}
#divSystem li {
    color: black;
}

#divFunction > li > span {
    margin-left: 5px;
}

#divFunction > li > .selectDiv {
    height: 24px;
    width: 24px;
    display: inline-block;
    margin-left: 5px;
    margin-top: -1px;
    vertical-align: text-top;
}

/*用户操作列表操作*/
#rightinfo {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    right: 28px;
    display: none;
    z-index: 999;
    box-shadow: 0px 0px 5px #ccc;
}

#rightinfo li {
    height: 35px;
    width: 130px;
    text-align: center;
    line-height: 35px;
    background: white;
    list-style: none;
    cursor: pointer;
    color: #666;
}

#rightinfo li a {
    height: 100%;
    width: 100%;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    background: none;
}

#rightinfo li:hover {
    font-size: 14px;
    background: #53b9e7;
}

#rightinfo li:hover a {
    color: white !important;
}
/*系统选择*/
#RAD_SPLITTER_PANE_CONTENT_PaneHeader {
    overflow: visible !important;
}

.RadNavigation .rnvRootLink {
    padding: 10px !important;
}

#divSystem, #divSearch {
    height: 100px;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 5;
    font-size: 14px;
    background-color: white;
    outline: 0 !important;
    display: none;
    box-shadow: 0px 0px 5px #ccc;
} 

.divSystem {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    display: none;
    background: rgba(38,38,38,0.9);
}

#divSystem > div {
    height: 100px;
}

#divSystem {
    height: 130px;
}

#divSearch {
    z-index: 667;
}

#divSystem ul {
    height: 100px;
    width: 100%;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
}

#divSystem .rnvItem:first-child {
    display: none
}

#divMiniSystem .rnvItem:first-child {
    display: none
}

#divMiniSystem .rnvRootGroupWrapper, #divMiniSystem .rnvTemplate {
    border-width: 0px !important;
}

#divSystem .rnvItem {
    /*color:#666;*/
    text-align: center;
    font-family: 'Microsoft YaHei';
}

    #divSystem .rnvItem, #divSystem .rnvItem div {
        height: 100%;
        text-align: center;
    }

        #divSystem .rnvItem img {
            height: 30px;
            width: 30px;
            margin-top: 10px;
            margin-bottom: 8px;
        }

#divSystem .rnvRootGroupWrapper, #divSystem .rnvRootLink {
    border: 0 !important;
}

#divSystem .rnvItem:hover {
    cursor: pointer;
    color: #29a7e1;
}
/*顶部搜索框*/
#divSearch {
    text-align: center;
}

    #divSearch > div {
        height: 40px;
        margin-top: 22px;
    }

    #divSearch input {
        height: 26px;
        padding: 5px 10px;
        width: 450px;
        border-radius: 3px;
        border: 1px #ccc solid;
        font-size: 14px;
        color: #666;
        vertical-align: top;
    }

        #divSearch input[type=button] {
            height: 38px;
            width: 80px;
            margin-left: -6px;
            background-image: url('../../Skins/Safety/ToHiMetroTouch/Main/Search.png');
            background-position: center;
            /*background-color: #29a7e1;*/
            background-repeat: no-repeat;
            border-radius: 0px 3px 3px 0px;
            border: 0;
            cursor: pointer;
        }

    #divSearch > span {
        display: inline-block;
        text-align: left;
        line-height: 19px;
        width: 550px;
        margin-top: 10px;
        padding: 0;
        color: #ccc;
    }

        #divSearch > span > span {
            margin-right: 10px;
        }
/*顶部右边用户信息*/
#header .logo {
    background: none;
}

#logo {
    width: auto !important;
    margin-right: 10px;
}

/* .newinfo { */
    /* border-right: 1px #ccc solid; */
/* } */

.newinfo, .userimg {
    height: auto;
    padding: 13px 6px;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    float:left;
}

#company, #adminImg {
    height: 24px;
    width: 24px;
    vertical-align: inherit;
    display: inline-block;
}

#company {
    background-position: center;
    cursor: pointer;
    margin-right: 10px;
}

.comanysel {
    width: 100px;
    padding: 5px;
    vertical-align: top;
    margin-top: -3px;
    margin-right: 10px;
    border-radius: 3px;
}

#userbtn {
    /*height: 100%;*/
    width: auto;
    text-align: left;
    line-height: 50px;
    cursor: pointer;
    font-size: 14px;
    float: right;
    width: 112px;
    border-left: 1px solid #cccccc;
}

    #userbtn b {
        cursor: pointer;
    }

.Separate {
    display: none;
}

.helpSpan {
    height: 24px;
    width: 24px;
    float: right;
    display: inline-block;
    margin: 13px 0 0 10px !important;
    background-image: url('../../Skins/Safety/ToHiDeepblue/Main/help.png');
}
/*QueryRequ页面表格*/
#tabone img {
    height: 190px;
    width: 190px;
}

.fu_btnLink, .fu_btnSearch, .fu_btnAdd {
    padding-left: 0 !important;
}

#tabone .QRicon3 {
    height: 200px;
    margin-top: -54px;
    margin-left: -164px;
}

#tabone .QRicon2 {
    height: 230px;
    width: 210px;
    margin-top: -87px;
    margin-left: -184px;
}

#tabone .QRicon1 {
    height: 230px;
    margin-top: -205px;
    margin-left: -34px;
}

#tabone .riSingle {
    /*height: 25px !important;*/
    width: 100% !important;
    display: block !important;
}

.RadComboBox .rcbInput {
    padding: 0 !important;
}

.RadComboBox .rcbEmptyMessage {
    font-style: normal !important;
}
/*物资系统合同管理出现靠右20px*/
/*.tableConten>div>div>div>.txtCommon {
    padding-left: 10px !important;
}*/
/*标题分隔线*/
.TitleDivision {
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    padding: 4px 18px;
    background: linear-gradient(to right,#BFDBFF, white);
    color: black;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
}
/*上传附件等各种提示字*/
.zhusi {
    color: blue;
    padding: 5px;
    font-size: 14px;
}
/*表格布局*/
.tableConten, .tableConten5 {
    padding-top: 5px;
    width: 90%;
    /*min-width: 860px;*/
    font-size: 14px !important;
    /*margin-top: 10px;*/
    text-align: left;
    font-family: 'Microsoft YaHei';
}

.tableConten input[type=checkbox] {
    vertical-align: middle;
}

.SearchConten > div + div {
    display: none
}

.tableConten > div {
    width: 100%;
    position: relative;
}
/*栅格布局*/
.lineDiv1 {
    width: 100%;
    margin-bottom: 10px;
    clear: both;
    line-height: 0;
}

.lineDiv2, .lineDiv3, .lineDiv4 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 66.15%;
    margin-bottom: 10px; 
    clear: both;
    line-height: 0;
}
@media only screen and (min-device-width:5120px) {
   .lineDiv2, .lineDiv3, .lineDiv4 {
		width: 66.05%;
	}
	.lineDiv3 input[type=text], .lineDiv4 input[type=text], .lineDiv5 input[type=text], .lineDiv6 input[type=text],
	.lineDiv3 input[type=file], .lineDiv4 input[type=file], .lineDiv5 input[type=file], .lineDiv6 input[type=file],
	.lineDiv3 input[type=password]{
		width: 99.99% !important;
	}
}

.lineDiv3 {
    width: 33%;
}

.lineDiv4, .lineDiv6 {
    height: auto;
    width: 99.4%;
    margin-bottom: 10px;
}

textarea {
    width: 100%;
    border: 1px #cccccc solid;
}
/*栅格子元素*/
.lineDiv1 > span, .lineDiv2 > span, .lineDiv3 > span, .lineDiv7 > span, .lineDiv5 > span, .lineDiv4 > span, .lineDiv6 > span {
    float: left;
    display: block;
    padding: 6px 0;
    line-height: 19px;
    text-align: right;
    font-size: 14px;
}

.lineDiv1 > div, .lineDiv2 > div, .lineDiv3 > div, .lineDiv4 > div, .lineDiv5 > div, .lineDiv6 > div {
    position: relative;
    font-size: 14px;
}

.lineDiv1 > span {
    width: 11.3%;
}

.tableConten3 .lineDiv1 > span {
    width: 17%;
}

.lineDiv1 > div {
    margin-left: 11.3%;
    width: 88.4%;
}

.lineDiv2 > span {
    width: 17.1%;
}

.lineDiv2 > div {
    margin-left: 17.1%;
}

.lineDiv3 > span {
    width: 34.5%;
}

.lineDiv3 > div {
    margin-left: 34.5%;
}

.lineDiv5 > span {
    width: 34.5%;
}

.lineDiv5 > div {
    margin-left: 34.5%;
}

.lineDiv4 > span {
    height: auto;
    display: inline-block;
    width: 40%;
    text-align: right;
    /*line-height: 31px;*/
}

.lineDiv4 > div {
    height: auto;
    width: 75%;
    margin-left: 40%;
    /*display: inline-block;*/
    vertical-align: top;
}

.lineDiv6 > span {
    width: 23%;
}

.lineDiv6 > div {
    height: auto;
    width: 76%;
    margin-left: 23%;
    vertical-align: top;
}

.lineDiv6 {
    width: 49.8%;
    display: inline-block;
}
/*预算：数据复制界面会导致长度过长*/
/*.lineDiv3 .MaxDiv {
    height: auto;
    width: 100%;
}*/

/*可放大文本框*/
.TextRim {
    height: auto !important;
}

    .TextRim > .lineDiv1 {
        float: none !important;
    }

/*栅格表单元素*/
/*.lineDiv1 > span > span, .lineDiv2 > span > span,
.lineDiv3 > span > span, .lineDiv4 > span > span,
.lineDiv5 > span > span, .lineDiv6 > span > span{
    color:red !important;
}*/
.lineDiv3 input[type=text], .lineDiv4 input[type=text], .lineDiv5 input[type=text], .lineDiv6 input[type=text],
.lineDiv3 input[type=file], .lineDiv4 input[type=file], .lineDiv5 input[type=file], .lineDiv6 input[type=file],
.lineDiv3 input[type=password]{
    height: 31px;
    width: 100% !important;
    border-radius: 3px;
    box-sizing: border-box !important;
    font-size: 14px;
}

.lineDiv1 input[type=text], .lineDiv2 input[type=text],
.lineDiv1 input[type=file], .lineDiv2 input[type=file] {
    height: 31px;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
}

.lineDiv2 input[type=text],
.lineDiv2 input[type=file] {
    width: 99.9%;
    padding-left: 10px;
}

.lineDiv1 select, .lineDiv2 select, .lineDiv3 select, .lineDiv5 select {
    height: 31px !important;
    width: 100% !important;
    box-sizing: border-box;
    font-size: 14px;
}

.tableConten > div > div table，.tableConten2 > div > div table {
    height: 31px;
}

.lineDiv1 > div > div, .lineDiv1 > div > span, /*.lineDiv1 > div > a,*/ /*会导致项目管理下tableConten按钮变长*/
.lineDiv2 > div > div, .lineDiv2 > div > span, .lineDiv2 > div > a,
.lineDiv3 > div > div, .lineDiv3 > div > span, .lineDiv3 > div > a,
.lineDiv4 > div > div, .lineDiv4 > div > span, .lineDiv4 > div > a,
.lineDiv5 > div > div, .lineDiv5 > div > span, .lineDiv5 > div > a,
.lineDiv3 > div > div table, .lineDiv2 > div > div table {
    /*height: 31px !important;*/
    width: 99.7% !important;
    box-sizing: border-box;
    font-size: 14px;
}

    .lineDiv1 > div > div > span, .lineDiv2 > div > div > span,
    .lineDiv3 > div > div > span, .lineDiv5 > div > div > span {
        margin: 0 !important;
    }

.lineDiv3 > div > span input, .lineDiv3 > div > input, /*.lineDiv3 > div a,*/
.lineDiv3 > div select, /*.lineDiv3 > div .txtCommon,*/
.lineDiv2 > div > input, .lineDiv1 > div > input, .lineDiv1 > div > div > input,
.lineDiv3 .riTextBox, .lineDiv2 .rcbInputCell, .lineDiv5 > div > input, .lineDiv5 .riTextBox,
.lineDiv1 > div > span input, .lineDiv1 > div > input, .TShrindicators input, .TdivGrid ,.lineDiv4 > div > input ,.lineDiv5 > div > div > input{
    padding: 0 !important;
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-size: 14px !important;
}
@media only screen and (max-device-width:1366px) {
    .lineDiv3 > div > span input, .lineDiv3 > div > input, /*.lineDiv3 > div a,*/
    .lineDiv3 > div select, /*.lineDiv3 > div .txtCommon,*/
    .lineDiv2 > div > input, .lineDiv1 > div > input, .lineDiv1 > div > div > input,
    .lineDiv3 .riTextBox, .lineDiv2 .rcbInputCell, .lineDiv5 > div > input, .lineDiv5 .riTextBox,
    .lineDiv1 > div > span input, .lineDiv1 > div > input, .TShrindicators input, .TdivGrid, .lineDiv4 > div > input, .lineDiv5 > div > div > input {
        font-size: 13px !important;
    }
}
.lineDiv3 > div > input[type=text], .lineDiv2 > div > input[type=text], .lineDiv1 > div > input[type=text],
.lineDiv3 > div > select, .lineDiv2 > div > select, .lineDiv1 > div > select,
.lineDiv3 > div span input[type=text], .lineDiv3 > div span input[type=number], .lineDiv2 > div span input[type=text], .lineDiv1 > div span input[type=text], textarea,
.stateDiv, .lineDiv5 > div > input[type=text], .lineDiv3 > div > div > input[type=text],.lineDiv3 .RadComboBox .rcbInput{
    padding-left: 4px !important;
}
.lineDiv3 .RadComboBox .rcbArrowCell,
.lineDiv5 .rcbInputCell, .lineDiv5 .RadComboBox .rcbArrowCell {
    border: 1px solid #cccccc;
    /*height: 31px !important;*/
}

.lineDiv3 > div > *, .lineDiv2 > div > *, .lineDiv1 > div > *, .lineDiv4 > div > *, .lineDiv5 > div > * {
    /*height:31px;*/
    line-height: 31px;
    box-sizing: border-box;
    font-size: 14px !important;
}

.lineDiv3 > div > span input:focus, .lineDiv3 > div > input:focus {
    outline: 0px;
    border: 1px solid #29a7e1 !important;
}

.lineDiv3 .RadComboBox .rcbInput {
    font-size: 14px;
}

.lineDiv3 .RadPicker .rcCalPopup, .lineDiv5 .RadPicker .rcCalPopup, .TimeControl .RadPicker .rcCalPopup {
    /*background-position: -11px -4214px !important;*/
    border: none;
    height: 31px;
    width: 25px;
    margin: 0;
}

.Allspace {
    margin-left: 0 !important;
    width: 100% !important;
    text-align: right;
}
/*文本框按钮*/
.tableConten .inputRightlink, .tableConten .inputRightSel, .tableConten .inputRightstar, .tableConten .inputRightImg, .tableConten .fu_btnFavority,
.tableConten2 .inputRightlink, .tableConten2 .inputRightSel, .tableConten2 .inputRightstar, .tableConten2 .inputRightImg, .tableConten2 .fu_btnFavority, .tableConten2 .inputSearch,
.tableConten3 .inputRightlink, .tableConten3 .inputRightSel, .tableConten3 .inputRightstar, .tableConten3 .inputRightImg, .tableConten3 .fu_btnFavority, .tableConten .fu_btnTwo_dimensionCode, .tableConten .TSButton,
.tableView2 .inputRightlink, .tableView2 .inputRightSel, .tableView2 .inputRightstar, .tableView2 .inputRightImg, .tableView2 .fu_btnFavority, .tableConten .fu_btnUnFavority,
.inputRightlink, .inputRightSel, .inputRightImg {
    float: right;
    position: relative;
    top: -6px;
    margin-top: -19px;
    margin-right: 7px;
    width: 20px;
    height: 20px;
    /* display: block !important; */
    border: 0 !important;
    background-color: rgba(255,255,255,0) !important;
    outline: 0 !important;
}

.inputRightlink {
    background-image: url('../../images/publicimg/inputimg/link.png');
}

.inputRightSel {
    background-image: url('../../images/publicimg/inputimg/select.png');
}

.inputRightstar, .fu_btnFavority {
    background-image: url('../../images/publicimg/inputimg/star.png');
}

.inputRightButton {
    background-image: url('../../images/publicimg/inputimg/link.png');
}

.inputSearch {
    background-image: url('../../images/publicimg/inputimg/search.png');
}
.inputRightImg {
    background-image: url('../../images/publicimg/inputimg/search.png');
}
/*.inputRightImg*/
/*.lineDiv1 .inputRightSel, .lineDiv2 .inputRightButton, .lineDiv3 .inputRightButton {
    line-height: 15px !important;
    border: 0 !important;
    padding: 2px 4px 2px 4px !important;
    background-color: #7f7f7f;
    color: white;
    position: absolute;
    top: 4px;
    right: 22px;
    z-index: 1;
}*/
.inputRightSel2 {
    background-image: url('../../images/publicimg/inputimg/select.png');
    height: 24px;
    width: 24px;
    margin-top: 5px;
}
/*列表中弹窗按钮样式*/
.inputRightSelList {
    background-image: url('../../images/publicimg/inputimg/select.png');
    float: right;
    position: relative;
    margin-top: 5px;
    margin-right: 7px;
    width: 24px;
    height: 24px;
    display: block !important;
    border: 0 !important;
    background-color: rgba(255,255,255,0) !important;
    outline: 0 !important;
}
.tableConten textarea, .tableConten2 textarea, .tableConten3 textarea {
    height: 93px;
    width: 100% !important;
    box-sizing: border-box;
    padding-left: 5px !important;
    font-size: 14px !important;
}

.tableConten fieldset {
    margin: 0;
}

.tableConten2 {
    width: 96%;
    font-size: 13px;
    /*margin-top: 10px;*/
    text-align: left;
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-family: 'Microsoft YaHei';
}

    .tableConten2 > div {
        width: 100%;
        position: relative;
    }

.tableConten2 .lineDiv1 > span {
    width: 11.3%;
}

.tableConten2 .lineDiv1 > div {
    margin-left: 11.3%;
    width: auto !important;
}

.tableConten2 .lineDiv4 > div {
    width: 60%;
}

.tableConten > div > div > div input[type=text], .tableConten2 > div > div > div input[type=text] {
    text-align: left !important;
    font-family:'Microsoft YaHei';
	width:100%;
}
/*选项操作*/
.topSelect, .Toolbar, .topSelectLeft {
    /*padding: 8px 0 8px 1%;*/
    border: 0 !important;
    width: 100%;
    text-align: left;
}

    .topSelect div, .Toolbar div {
        display: inline-block;
        vertical-align: top;
    }

    .topSelect .RadToolBar .rtbUL, .Toolbar .RadToolBar .rtbUL {
        text-align: left !important;
    }

    .topSelect .RadToolBar .rtbWrap,
    .Toolbar .RadToolBar .rtbWrap {
        padding: 0 !important;
    }

    .topSelect:after, .Toolbar:after {
        content: " "; /*加一段内容*/
        display: table; /*创建匿名的表格单元，触发bfc*/
        clear: both; /*清除浮动*/
    }

.topSelect, .Toolbar {
    zoom: 1; /*为IE6，7的兼容性设置*/
}

/*小型按钮*/
.minButtonDiv {
    margin: 8px 5px !important;
}
/*工作流菜单按钮*/
.topSelect div[id*="DirectApproveMain"], .btnworkflowCss {
    float: right;
    /*margin-right:10px;*/
}

#lblStatus {
    display: inline-block;
}

.Separate {
    display: none;
}

/*显示与隐藏*/
.showAndHide {
    border-top: 1px #EEEEEE solid;
    text-align: center;
    /*margin-top:20px;*/
    margin-bottom: 10px;
}

    .showAndHide button, .showAndHide .SahBtn {
        /*padding: 5px 0;*/
        font-size: 14px;
        border: 0;
        width: 150px;
        padding-left: 20px;
        background-color: #f5f4f4;
        color: #929292;
        background-repeat: no-repeat;
        background-position: 50px 6px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        outline: 0;
    }
/*添加条目*/
.tableTopdiv {
    margin-top: 5px;
    text-align: left;
}

.ItemButtonDiv {
    height: 30px;
    text-align: left;
    background-color: white !important;
}

.IBtnLeft {
    height: 30px;
    width: 100px;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    display: inline-block;
    border-top-right-radius: 8px;
    background-color: #EEEEEE;
    font-size: 14px !important;
}

.tableTop {
    height: 30px;
    width: 90px;
    padding-left: 10px;
    background-color: #29A7E1;
    line-height: 30px;
    color: white;
    margin-top: 10px;
    margin-right: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    font-size: 14px !important;
}

.tableTopRight {
    color: #29a7e1;
    background-color: white;
    padding: 1px 6px 1px 6px !important;
    height: 20px !important;
    margin-top: 15px;
    margin-bottom: 1px;
    vertical-align: top;
    border: 1px #29a7e1 solid;
    border-radius: 3px;
    font-size: 14px !important;
    display: inline-block;
    text-decoration: none;
}

    .tableTopRight:hover {
        background-color: #29a7e1 !important;
        color: white;
    }

/*双输入框*/
#txtTimeS_wrapper, #txtTimeE_wrapper, #txtSTime, #txtETime,
#txtSTime_wrapper, #txtETime_wrapper, .lineDiv3 > div > .moneyT,
#txtRaiseStart_wrapper, #txtRaiseEnd_wrapper,
#txtMinMark_wrapper, #txtMaxMark_wrapper,
#txtStarttime_wrapper, #txtEndtime_wrapper,
.lineDiv3 > div > .leftInput, .lineDiv3 > div > .rightInput,
.lineDiv2 > div > .leftInput, .lineDiv2 > div > .rightInput, .tableConten5 .Thalf {
    width: 45% !important;
    vertical-align: top;
    float: left;
}
/*.lineDiv3 .leftInput span, .lineDiv2 .leftInput span {
    width: 100% !important;
}*/
.lineDiv3 .leftInputTwo, .lineDiv2 .rightInputTwo,
.lineDiv2 .leftInputTwo, .lineDiv2 .rightInputTwo {
    float: left;
    display: inline-block;
    width: 50% !important;
}

#ddlSpecialtyPanel {
    width: 65% !important;
    float: left;
}

#btnUpdateLU_MT_SPPanel {
    width: 35% !important;
    float: left;
}

#ddlSpecialtyPanel > div {
    width: 100% !important;
}

/*div > #tbSPrice, div > #tbEPrice {
    width: 44% !important;
    float: left;
}*/

.lineDiv2 > div > .txtCen {
    width: 9% !important;
}

.txtCen, .lineDiv3 > div > .txtCen {
    display: inline-block;
    width: 10% !important;
    float: left;
    text-align: center;
    /*margin: 0 -1.6%;*/
}

    .txtCen input {
        margin-top: 9px;
        width: 100%;
    }

.moneyT > input {
    padding: 0 !important;
    border: 1px solid #cdcdcd !important;
}

/*单选框*/
/*.lineDiv3 .radioButton input, .lineDiv3 .radioButtonPro {
    width: 15px !important;
    vertical-align:text-top;
    margin-left: 20px;
    height: 20px;
}*/
/*勾选框*/
/*.lineDiv3 .single, .lineDiv3 .single input, .lineDiv2 .single input, .lineDiv2 .single {
    width: 15px !important;
    height: 15px !important;
    margin-top: 6px;
}*/
/*大表格*/
/*.btTreeLeft, .lineDiv3 .btTreeLeft {
    width: 85% !important;
    float: left;
    border: 1px #EEEEEE solid !important;
}*/

.btTreeRight, .lineDiv3 .btTreeRight {
    width: 12.5% !important;
    float: left;
    margin-left: 2.5%;
    border: 1px #EEEEEE solid !important;
}

/*#RadToolBar .rtbOuter {
    border: 1px white solid;
    background-color: white !important;
}*/
.tableNoneTop {
    display: none;
}
/*表格样式定义*/
.tableView, .tableView2 {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

    .tableView .tlk_css {
        background: none !important;
    }

    .tableView > tr > td, .tableView > tbody > tr > td,
    .tableView2 > tr > td, .tableView2 > tbody > tr > td {
        border: 1px #EEEEEE solid;
        font-size: 14px;
    }

    .tableView2 input[type=checkbox] {
        vertical-align: top;
    }
    /*暂定*/
    .tableView2 input[type=text] {
        height: 25px;
        width: 100% !important;
    }

    .tableView2 > tbody > tr > td > input[type=text] {
        padding-left: 2% !important;
    }

    .tableView2 div {
        width: 100% !important;
    }

    .tableView2 textarea {
        width: 100% !important;
    }

    .tableView2 .inputRightImg {
        position: absolute;
        top: 11px;
        right: 8px;
        z-index: 1;
    }

#Label1 {
    /*color: black !important;*/
}

.tdTit {
    height: 38px;
    text-align: left;
    padding-left: 10px;
    background-color: #FAFAFA !important;
}

.tableOne {
    width: 15%;
}

.tableTwo {
    width: 35%;
    padding-left: 10px;
}

.tableView input, .tableView button, .tableView select, .tableView textarea, .tableView .txtCommon {
    border: 1px #EEEEEE solid !important;
}

.tableTwo fieldset, .tableTwo fieldset table, .tableTwo fieldset table td,
.tableTwo fieldset input, .tableTwo fieldset select, .tableTwo fieldset button {
    border: 1px #EEEEEE solid !important;
}

#btExpand {
    height: 25px !important;
    width: 50px !important;
    border: 1px #EEEEEE solid !important;
    background-color: white !important;
    color: #29a7e1;
    margin-top: 15px;
    margin-left: 5px;
}
/*预算表格*/
.tabDiv > tbody > tr > td {
    border: 1px #eeeeee solid;
}
/********************************************预算支付表格*********************************************************/
.gvHead {
    background-color: #f5f5f5;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
    color: #797979;
    text-align: center;
    height: 20px;
    white-space: nowrap;
}

.gvHeadTwo {
    background-color: #FF34B3;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    height: 20px;
    white-space: nowrap;
}

.GvList {
    width: 100%;
    border-style: outset;
    border-color: inherit;
    border-width: 1px;
    font-size: 9pt;
}

    .GvList td {
        padding: 4px;
        white-space: nowrap;
        border: 1px #fafafa solid;
    }

.trItem {
    background-color: White;
    color: Black;
    height: 23px;
}

.trSelected {
    background-color: Gray;
    color: blue;
    height: 23px;
}

.trFooter {
    text-align: center;
    font-weight: bold;
    color: navy;
    height: 25px;
}

.trHeader {
    font-weight: bold;
    background-color: #f5f5f5;
    ForeColor: white;
    height: 25px;
    text-align: center;
    font-size: 9pt;
    white-space: nowrap;
}


.trHeaderSort {
    font-weight: bold;
    background-color: #f5f5f5;
    color: #666666;
    height: 25px;
    text-align: center;
    font-size: 9pt;
    white-space: nowrap;
    border: transparent;
}

    .trHeaderSort th {
        padding: 4px;
    }

.trAlter {
    background-color: #EEEEEE;
    color: Black;
    height: 23px;
}


/*预算支付工作台---暂定*/
#RadDock2_C_GridOrderNeed_GroupPanel {
    display: none !important;
}
/*工作流*/
div[id$='ApproveRadPanelBar'] ul:first-child li > a {
    color: #808080;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    background-color: #e8e8e8;
}

    div[id$='ApproveRadPanelBar'] ul:first-child li > a:hover {
        color: #808080;
        background-color: #e8e8e8;
    }
/*内容头部旁边按钮*/
.ToolBarMenu_ItemButton {
    background-image: none !important;
    padding: 1px 6px 1px 6px !important;
    height: 32px !important;
    margin-top: 5px;
    margin-bottom: 1px;
    vertical-align: top;
    border-radius: 3px;
    font-size: 14px !important;
    display: inline-block;
}

/*物资合同列表*/

/*文本框禁用*/
.RadComboBox .rcbDisabled {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
/*上传附件按钮在IE下是否显示*/
.isIEHide {
    display: inline-block
}

.isIEShow {
    display: none
}
.RadWindow .rwShadow a.rwIcon {
    position: inherit !important;
    top: 5px !important;
    margin-left:0px !important;
}
.RadWindow .rwIcon:before {
    display: none !important
}
/*资金支付*/
.tableConten > div > .lineDiv3 > div .width3a {
    width: 33% !important;
    border-radius: 3px;
    float: left;
}

.tableConten > div > .lineDiv3 > div .width3b {
    width: 30% !important;
    display: inline-block;
    float: left;
    text-align: center;
}

.tableConten > div > .lineDiv3 > div .width3c {
    width: 37% !important;
    display: inline-block;
    float: left;
}

.tableConten > div > .lineDiv3 > div .width3a *,
.tableConten > div > .lineDiv3 > div .width3c * {
    border-radius: 3px !important;
}

.tableConten > div > .lineDiv3 > div .width4a {
    width: 28% !important;
    border-radius: 3px;
    float: left;
}

.tableConten > div > .lineDiv3 > div .width4b {
    width: 18% !important;
    display: inline-block;
    float: left;
    text-align: center;
}

.tableConten > div > .lineDiv3 > div .width4c {
    width: 20% !important;
    display: inline-block;
    float: left;
}

.tableConten > div > .lineDiv3 > div .width4d {
    width: 34% !important;
    display: inline-block;
    float: left;
}
/*滚动条*/
.RadMultiPage > div, .RadMultiPage > div:not(.topSelect), .RadMultiPage > div:not(.tableConten) {
    overflow: auto !important;
}

.topSelect {
    overflow: visible !important;
}

/*列表与按钮的外边距*/
.TSDistance, .TSDistance2 {
    padding-top: 50px;
}





































/*****************************************************************************************************************************/
.RadPicker_ToHiMetroTouch .rcTimePopup {
    background-position: -14px -4264px !important;
    border: none !important;
}



/*.column3 {
    height: 45px;
    border: 1px solid #EEEEEE !important;
}*/


.DetailBody .rpText:hover {
    color: black !important;
}

.rpExpandHandle {
    border: 0 !important;
    /*margin: 0 7px 0 7px !important;*/
}

/*ie11时间控件修复*/
.RadPicker_Tohi > input {
    display: none !important;
}
/*输入框字体垂直居中*/
/*.lineDiv1 input[type=text], .lineDiv2 input[type=text], .lineDiv3 input[type=text] {
    line-height: 25px !important;
    vertical-align: sub;
}*/
/*弹出框里面的栅栏格*/
.tableContenMin {
    width: 725px !important;
    margin: 10px auto;
    font-size: 14px;
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-family: 'Microsoft YaHei';
}

    .tableContenMin > div {
        height: 25px;
        width: 100%;
        margin-top: 10px;
    }



/*.lineDiv3 .fu_btnLink, .lineDiv3 .fu_btnLink_Other {
    width: 20px !important;
    display: block !important;
    border: none !important;
    height: 20px !important;
}*/
/*内容按钮*/
.fu_btnSearchQ4 {
    background-image: url(../../images/buttonpicture/choose.png);
}

.fu_btnLink {
    background-image: url(../../images/buttonpicture/with.png);
}

.fu_btnLink, .fu_btnSearchQ4 {
    outline: none !important;
    box-shadow: none;
}

/*.STreeStructure .rtIn {
    line-height: 22px !important;
}*/

/*.STreeStructure .rtPlus {
    background-position: 0px 0px !important;
}

.STreeStructure .rtMinus {
    background-position: 0px -11px !important;
}

.STreeStructure .rtMinus, .STreeStructure .rtPlus {
    height: 11px !important;
    width: 11px !important;
}*/
/*弹出框*/
#mainAsp .RadWindow, #aspnetForm .RadWindow, #form1 .rwTransparentWindow {
    border-radius: 5px;
    height: auto !important;
    overflow: hidden;
    box-shadow: 0px 0px 15px #696969;
}

#mainAsp .PopBoxWidth {
    height: 200px !important;
    width: 350px !important;
}

/*分页*/
.rgAdvPart .RadComboBox {
    width: 56px !important;
}
/*标签页左右移动按钮*/
.rtsLevel .rtsPrevArrow, .rtsLevel .rtsNextArrow, .rtsLevel .rtsNextArrowDisabled, .rtsLevel .rtsPrevArrowDisabled {
    top: -5px !important;
}


.TimeIcon .rcCalPopup {
    background-color: #f9f9f9;
    /*background-image: url(Common/radActionsSprite.png);*/
    background-image: url(../../Skins/ToHiMetroTouch/Common/radActionsSprite.png);
    background-position: -11px -4214px !important;
    border: none !important;
    height: 25px !important;
    width: 25px !important;
}

/*oa表格线*/
.Tstable {
    /*border: 1px solid #cdcdcd;*/
    line-height: 34px;
    border: none !important;
    font-size: 14px !important;
}

    .Tstable .rgHeader {
        background-color: #f5f5f5;
        border: 0;
        padding: 0 !important;
        border-left: 1px solid #fafafa;
    }


        .Tstable .rgHeader a {
            color: #555;
            font-weight: bold;
        }

    .Tstable tr td {
        border: none;
    }

.ToolBarMenu_TSButton {
    background-color: white !important;
    border: none !important;
    height: auto !important;
    margin-top: -4px;
}
/*文本框走位*/
.TSOrgnizationTree1 div {
    display: inline;
}

    .TSOrgnizationTree1 div:nth-child(0) {
        display: none !important;
    }
/*左侧列表走位*/
/*#middleLeft .rtPlus {
    margin: 5px 6px 0 -17px;
}*/
/*内容标题框*/
.IBTitle .rpItem, .IBTitle .rpRootGroup {
    border: none !important;
    list-style-type: none;
}

.IBTitle .rpOut, .IBTitle .rpExpanded {
    display: none !important;
}
/*距离顶部*/
/*.TSDistance,*/ .TSDistance2 {
    padding-top: 50px;
}

.tableConten3 {
    width: 66.3%;
    font-size: 14px;
    /*margin: 10px 0 0px 0.5%;*/
    text-align: left;
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-family: 'Microsoft YaHei';
    display: inline-block;
    vertical-align: top;
}

.tableConten4 {
    width: 30%;
    font-size: 14px;
    margin: 10px 2% 10px 0;
    display: inline-block;
    /*padding-top: 10px;*/
    text-align: center;
}

.tableConten3 > div {
    /*height: 31px;*/
    width: 100%;
    position: relative;
    /*margin-bottom: 10px;*/
    text-align: right;
}

.tableConten3 .lineDiv4 > div {
    width: 81.5%;
}

.tableConten3 .lineDiv1 > div {
    margin-left: 17%;
    width: 83%;
}

.lineDiv5 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 49.6%;
    margin-bottom: 10px;
    clear: both;
    line-height: 0;
}

/*.lineDiv5 input[type=text], .lineDiv5 input[type=password] {
    height: 100%;
    width: 99.89%;
    border-radius: 3px;
    box-sizing: border-box;
}*/


.TSNButtton {
    background-color: white;
    position: relative;
    margin-right: 5px;
    width: 25px !important;
    height: 25px !important;
    display: block !important;
    border: none !important;
    top: 20px;
}

/*.lineDiv3 .RadComboBox_ToHiMetroTouch {
    width: 100% !important;
}*/

/*.desc {
    width: 90%;
    border: 1px solid #EEEEEE !important
}*/
/*日期框高度*/
.RadPicker_Tohi .riSingle .riTextBox {
    height: 25px;
}
.lineDiv3 .riTextBox{
	width:99% !important;
}
/*弹出层树结构滚动条*/
.PopUpBox .RadTreeView {
    border: 1px solid #c1c1c1;
    height: 250px;
    padding: 5px 0 0 5px;
    width: 97% !important;
    margin: 10px;
}
/*时间控件*/
.rcShadTR {
    height: 330px;
}



/****/
.divMultiPage {
    height: 100%;
    overflow: auto;
    height: 100%;
    width: 100%;
    padding-bottom: 50px;
}

.mainPanel table {
    border: none !important;
}

.TSyxButtonTop {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 999;
    width: 100%;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop));
}

.TShrindicators span, .TShrindicators div {
    font-size: 14px;
}

.TShrindicators label {
    font-size: 15px;
}

.lineDiv1 > div > div {
    height: 100%;
}
/*题目对齐*/
.dgTm .ul_list_app {
    text-align: left;
}

.tableConten2 .lineDiv7 > span {
    width: 150px;
}

.tableConten2 .lineDiv7 > div {
    margin-left: 150px;
    width: auto;
    margin-bottom: 10px;
}
.TSLeftButton {
    float: right;
    position: relative;
    width: 24px !important;
    height: 24px !important;
    top: -6px;
    margin-top: -22px !important;
    margin-right: 1.5% !important;
    background-repeat: no-repeat;
}
.simulant{
	cursor:pointer;
}
/*清除表格线段*/
.border_Clear {
    border:none !important;
}
/*可视化查看图表界面下拉框样式*/
#spanCboType .radPreventDecorate{
	width:100% !important;
	margin:0px 3px!important;
}

#spanCboType .RadComboBox_ToHiDeepblue{
	border:none !important;
}

#spanCboType .rcbInputCell {
	padding:0px !important;
}

#divWorkFlow legend{
	display:none;
}

#divSystem .modal_box,#divSearch .modal_box{
	height:500px;
	width:100%;
}
.closeImage{
	z-index:1 !important;
}
#RadMainMenu {
    z-index:2 !important;
}