﻿html,body {
    height: calc(100% - 5px);
    font-family: arial;
    overflow: hidden;
    background-color: #CCC8B9;
    margin: 2px;
    font-size:16px;

}

.header {
    width: 100%;
}

.logo {
	float: left;
}

#Doc_Frm a:link {    
    color:blue;
}
#btnGenBookDoc img {
	width:100%;
}

#dropBooks_sl {
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 20px;
    margin-left: -5px;
    border: none;
    width: 16px;
    border: 1px solid #a29e9e;
}

#dropBooks_dv {
    left: -350px;
}

.tableBorder {
    border-collapse: collapse;
}

.tableBorder, .tableBorder td {
    border: 1px solid #000;
    padding: 3px;
}

.tableBorder thead td {
    font-weight: bold;
}

.logoTitle {
    font-family: Times;
    font-size:30px;
	height: 60px;
	text-align: center;
    vertical-align: middle;
    display: table-cell;
    width:1%;
}

.eoTOCHover {
    cursor:pointer;
}

.eoTOCSelected {
    font-style:italic;
    font-weight:bold;
}

.SearchDiv {
    width: 100%;
    padding-right: 5px;
}

.leftBox {
    height: calc(100vh - 75px);
    width: 300px;
    display: inline-block;
    float: left;
    margin-right: 3px;
    box-sizing: border-box;
}

.search_field {
    display: inline-block;
    background-color: #F7F7F7;
    border-radius: 3px;
    border: 1px solid #E1E1E1;
    width: calc(100% - 70px);
    padding: 1px 1px 1px 4px;
}

.search_field input {
    border: none;
    font-size: 16px;
    background-color: #F7F7F7;
    width: 100%;
    margin-right: -50px;
    padding: 0;
}

.search_field input:focus {
    outline: 0;
}

.SearchDiv a {
    color: #FFF;
    font-size: 10px;
}

.search_field button {
    border: none;
    background: none;
}

.content {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #E1E1E1;
    background-color: #F7F7F7;
    padding: 3px;
    height:calc(100% - 70px); 
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
        overflow-y:auto;
}


.flipImage {
    transform: scalex(-1);
    filter: FlipH;
    -ms-filter: FlipH;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}

.buttonGroupLeft {
    float: left;
    margin-bottom:3px;
}

.buttonGroupLeft .button {
    margin-right: 3px;
}

.buttonGroupRight {
    float: right;
}

.buttonGroupRight .button {
    margin-left: 3px;
}

.buttonGroupCenter {
    margin:0 auto;
    width:222px;
    white-space: nowrap;
    overflow: hidden;
}

.button {
    height: 16px;
    width: 16px;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    float: right;
    padding: 3px;
    
}

.button:hover {
    border: 1px solid #777777;
}

.button a img {
    border: none;
    outline: none;
    padding: 3px;
}

#Doc_Frm {
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    height: calc(100% - 70px);
    background-color: #fff;
    overflow-y: auto;
    padding: 5px;
    clear:both;
}

#Doc_Frm p {
    margin-bottom:10px !important;
}

#Doc_Frm li {
    margin-bottom: 5px
}

.leftBoxBorderInside {
    background: #fff;
    height: calc(100% - 3px);
    display: block;
    overflow-y: auto;
    overflow-x:hidden;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    clear:both;
}

.hitHilight, .hitlistHilight {
    background-color:yellow;
    color:blue;
    border-radius: 8px;
    padding:0 1px 0 1px;
    border: 2px solid red;
}

.popupLink {
   /* vertical-align: super;
    text-decoration: none;
    color:red;
       */
    width: 16px;
    height: 16px;
    background-image: url('/media/popup.png');
    display:inline-block;
    text-decoration: none;
    margin: 0 2px 0 2px;
    cursor:pointer;
}

.popupLink object {
    display:none;
}

#form1, #UpdatePanel1 {
    height:100%;
}

@media only screen and (max-device-width: 480px) {
    .ui-resizable-e {
        width: 80px !important;
        right: -40px !important;
        top:50px !important;
    }

    .bottomButtons {
        font-size:8px;
    }

    .TOCTable {
        font-size:12px;
        width:600px !important;
    }
}

ins {
	background-color: #cfc;
	text-decoration:inherit;
}

del {
	color: #999;
	background-color:#FEC8C8;
}

ins.mod {
    background-color: #FFE1AC;
}

#PageUpdateProgress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 999999999999999;
    background-color: rgba(0,0,0,0.5);
}

#PageUpdateProgress span {
    padding: 5px;
    border-radius: 5px;
    color: #000;
    background-color: #fff;
    position:relative;
    top:50%;
    width:250px;
    display:block;
    margin: 0 auto;
}

.archived {
    background: url('/media/archived.png');
    background-repeat: no-repeat;
    background-position: center;
}

.doc-footer {
    font: normal 16px arial;
    color:#800000;
    font-weight:bold;
    text-align:center;
    margin-top: 50px;
}

h1, h2, h3 {
    color: #000080;
    font-weight:bold;
    font-size:18px;
}

h4 {
    color: #008000;
    font-weight:bold;
    font-size:16px;
}

h5 {
    color: #800000;
    font-weight:bold;
    font-size:16px;
}

.TOCButton {
	width:calc(100% - 14px);
	text-align:center;
	border: 3px solid black;
	border-radius:10px;
	/*vertical-align:middle!important;*/
	font: 17px;
	font-family: 'Gotham A', 'Gotham B';
	color:#fff;
    text-decoration:none;
    float:left;
    margin-bottom:5px;
    padding:3px;
}

.leftBoxBorderOutside {
    height: calc(100% - 4px);
    border-radius: 3px;
    background: #F7F7F7;
	box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
    padding: 3px;
	
	border-width: 1px 1px 0 1px;
	border-style:solid;
	border-color: #E1E1E1;
}
.TOCButton:hover {
	border: 3px solid red;
}

.MenuButtons {
    height: 16px;
width: 16px;
border: 1px solid #E1E1E1;
border-radius: 3px;
padding: 3px;
text-decoration: none;
color: #000;
}

.MenuButtonsMiddleL {
    height: 16px;
width: 16px;
border: 1px solid #E1E1E1;
border-radius: 3px;
padding: 3px;
text-decoration: none;
color: #000;
margin-left:60px;
}

.MenuButtonsMiddleR {
    height: 16px;
width: 16px;
border: 1px solid #E1E1E1;
border-radius: 3px;
padding: 3px;
text-decoration: none;
color: #000;
margin-right:50px;
}

.MenuButtons:hover, .MenuButtonsMiddleR:hover, .MenuButtonsMiddleL:hover {
    border: 1px solid #777777;
}

.bottomButtons {
    padding-top: 7px;
    text-align: center;
}

.HitListFooter, #divHitListHeader {
    text-align: center;
}

.pnlHitListCounter {
    display: inline;
}

.TOCTable  {
	width:900px;
	border-collapse: collapse;
	margin:10px;
}
.TOCTable th {
	font-size: 26px; 
	height: 50px;
	color:#000;
}
.TOCTable td {
	border-bottom: 1px solid black;
	padding: 10px 10px 10px 0px;
}
.PolNum {
    width:100px;
}

.PolType {
    width:145px;
}

.btn1 {
	color: #000000; background-color:#f14303;
}

.btn2 {
	color: #000000; background-color:#ff7435;
}

.btn3 {
	color: #000000; background-color:#ffa135;
}

.btn4 {
	color: #000000; background-color:#ffcb35;
}

.btn5 {
	color: #000000; background-color:#fff735;
}

.btn6 {
	color: #000000; background-color:#a6dc41;
}

.btn7 {
	color: #000000; background-color:#009e47;
}

.btn8 {
	color: #000000; background-color:#0079e7;
}

.btn9 {
	color: #000000; background-color:#06a9fc;
}
.btn10 {
	color: #000000; background-color:#BD7AF6;
}
.btn11 {
    color: #000000; background-color: #F15A29;
}
.btn12 {
    color: #000000; background-color: #EDC51B;
}
.btnOtherInfo {
    color: #000000; background-color: #A0A0A0;
}
.btnRevHist {
	color: #000000; background-color:#BD7AF6;
}

.divAccessibleInterface{
    display:block;
    height:30px;
    width:100%;
    background-color:black;
    text-align:center;
}

.lnkAccessibleInterface{
    display: inline-block;
    margin: auto;
    margin-top: 0px;
    color: #fff;
    text-decoration: none;
}



/*Translate code*/

.dropbtn {
  background-image:url('/media/translateicon.png');
  /*background-color: #000080;*/
  /*color: white;*/
     color: transparent;
  padding: 2px;
  font-size: 16px;
  border: none;
  width:30px;
  height:30px;
  /*position:fixed;*/
}

.dropdowntranslate {
  position: absolute;
  display: inline;
  top:0px;
  right:20px;
  float:right;
  z-index: 10006;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 11;
  right:20px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #3e8e41;}

/*.dropdowntranslate:hover .dropdown-content {display: block;}*/

.divTranslateNote{
    display:block;
    height:40px;
    width:100%;
    background-color:black;
   color:white;
   font-size:medium;
}

.divTranslateDisclaimer{
    width: 60%;
    height: 40px;
    margin: 10px auto;
    padding: 5px;
    border: 1px solid #777;
    background-color: #fbca93;
    text-align: center;
}

/*.dropdowntranslate:hover .dropbtn {background-color: #3e8e41;}*/
/*Ends here*/
