﻿.cke_dialog {
    z-index: 1000002 !important;
}

.cke_panel {
    z-index: 1000002 !important;
} 

body {
}


#outerContainer {
width: 1800px;
}


#wrap {
width: 1400px !important;
}

#MenuRow {
margin-left:200px !important;
}



#MsgContainer {
margin-left:200px !important;
}






.verticalText
{

-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
}



.rowNum {
position:absolute;
width: 0px;
/*color: white !important;*/
opacity: 0;
z-index:-3;
cursor: pointer;

}



.rowFrame {
background-color: #C3D4F5;
z-index: 1 !important;
width: 110%;
position:absolute;
opacity: 0.5;
}


.emptyPage {
width:0px;
}


.frameDiv {
    width: 100%;
    position:absolute;
  /*  cursor: pointer;
    z-index: 0;*/
}

.frameDivActive {
border: thick solid #71CF55;
/*z-index: 3;*/
}

.frameDivActive
.frameBorderDivBottom {
height: 0px !important;
z-index: 3;
width: 100%;
position: absolute;
border-bottom:thick solid #71CF55;
bottom: -5px;
}


.frameDivActive 
.frameBorderDivTop {
height: 0px !important;
z-index: 3;
width: 100%;
position: absolute;
border-top:thick solid #71CF55;
top: -5px;
}


div.pc {
z-index:1;
}


div.t {
z-index: 3;
}


div.c {
z-index: 1;
}

div.c * {
 z-index: 2;
}

/*
div.pc img {
z-index: -1;
}
*/



.zoomHandle {
position: absolute;
left: 268px;
top: 250px;
background: url('Images/u237_normal.png') no-repeat scroll 100% 0px transparent;
height: 36px;
width: 20px;
z-index: 3;
cursor: pointer;
}


.zoomOutHandle {
position: absolute;
left: -20px;
top: 250px;
background: url('Images/u61_normal.png') no-repeat scroll 100% 0px transparent;
height: 33px;
width: 41px;
z-index: 3;
cursor: pointer;
}



.tableOfContentDiv {
    height: 600px;
    float:left;
    background-color:aliceblue;
    overflow-y: scroll;
font-family: "Times New Roman";
}


.tableOfContentDiv a{
    font-size:15px !important;
}


.selectedChapter {
background-color:#71CF55;
}

.docWrapperDiv {
height:600px;
overflow-y: scroll;
overflow-x: hidden;
padding-right: 10px;
background-color: white;  /*azure; */
transform-origin : 0 0; 
transform : scale(1.0); 
}

.docMainDiv {
/*height:3789px;*/
position:relative;
}


.docMainDiv div.wrapper {
position:relative;
/*height:1263px;*/
top: 10px;
}

#windowDiv {
height: 100%;
overflow: auto;
}

/* Add text as file button */
.addFileBtn {
    color: white !important;
    padding: 0.23rem !important;
    border-radius: 3px !important;
}

/* buttons alignment fix with margin, in add/modify comments */
div#RowCommentToolbar {
    margin-left: 100px;
}