.svn_toolbar{
    height: 28px;
    width: 97%;
    padding-top: 10px;
}
.compareContainer {
	position: absolute;
	top: 44px;
	bottom: 0;
	width: 99%;
	overflow-y: auto;
	margin-left:5px;
	border:1px solid #bebebe;
}
.layoutLeft {
    float: right;
}
.tipinfoarea ::-webkit-scrollbar {
    width: 2px !important;
    height: 6px !important;
}
.tipinfoarea{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 50px;
    background-color: #e6f5f2;
    z-index: 2;
    display:block;
    color: #34c282;
    display: none;
}
.tipinfoarea.error{
    background-color: #FFE7E4;
    color: #FD6C6A;
}
.info-icon{
    margin-top:15px;
    margin-left: 50px;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-image: url(../images/success.png);
}
.tipinfoarea.error .info-icon{
    background-image: url(../images/error.png);
}
.tip{
    font-size: 16px;
    margin-top: 15px;
    display: block;
    float: left;
    margin-left: 30px;
}
.info{
    font-size: 16px;
    float: left;
    margin-left: 30px;
    overflow: auto;
    width: 940px;
    display: block;
    height: 50px;
	line-height: 50px;
}
.close-icon{
    cursor:pointer;
    display:block;
    width:20px;
    height:20px;
    background-size:20px;
    margin-top: 16px;
    display: block;
    float: right;
    margin-right: 34px;
    background-image: url(../images/close.png);
}

.page{
   	width: 1198px;
    height: 740px;
    border:1px solid #f90;
    border-radius:10px;
    display: none;
	padding-top: 35px;
}
.page .page-title{
    list-style: none;
    border-bottom:1px solid #f90;
    overflow:hidden;
}
.page .page-title li{
    float:left;
    border:1px solid #f90;
    margin-left:-1px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    border-bottom:none;
    cursor:pointer;
    min-width: 210px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}
.page .page-title li{
    background:white;
}
.page .page-title li a{
    color:black;
    display: block;
}

.page .page-title .active{
    background:#f90;
}
.page .page-title .active a{
    color:white;
}
.page-content {
    position:relative;
    height: 680px;
    width: 1197px;
}
.page-content .filecontent{
    position:absolute;
    background:white;
    z-index:1;
    width:100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.page-content .filecontent:first-child{
    z-index:5;
}
.page-content .filecontent:target{
    z-index:5;
}
.core-sprite-leftarrow{
    display: none;
}