html, body {
    height: calc(100% - 5px);
    font-family: arial!important;
    background-color: #CCC8B9;
    margin: 2px;
    min-width: 900px;
    font-size: 16px!important;
   overflow:hidden;  
}

#Doc_Frm a:link{ 
    color: blue;
}


.RadGrid_Default .rgHeader a{
    color: red!important;
}
.RadGrid_Default .rgHeader {
    color: red!important;
}

#contentText td {
    height: 20px;
}

#divFaveSections, #divFaveSearches {
    padding-left: 10px;
}

#divFaveSections span, #divFaveSearches span {
    color:red;
    font-weight: bold;
    cursor: pointer;
}

#divSrchMsg {
    padding-bottom:10px;
}

.tableBorder {
    border-collapse: collapse;
}

    .tableBorder, .tableBorder td {
        border: 1px solid #000;
        padding: 3px;
    }

        .tableBorder thead td {
            font-weight: bold;
        }

#searchHelpImg {
    background-color: #fff;
    padding: 3px;
    margin-left: -5px;
    vertical-align: top;
    cursor: pointer;
}

#btnSearch {
    background-color: #fff;
    padding: 3px;
    margin-left: -5px;
    border-radius: 0px;
}

#dropBooks_sl {
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 22px;
    margin-left: -5px;
    border: none;
    width: 16px;
}

input[readonly="readonly"] {
    background-color: #E0E0E0;
    font-style: italic;
}

.header {
    width: 100%;
    position: relative;
    z-index: 10000;
}

.feedback {
    position: absolute;
    z-index: 10005;
    width: 150px;
    height: 40px;
    top:20px;
    right:20px;
    background-color:transparent;
}

.logo {
    position: relative;
    z-index: 10003;
}

.divTerms {
    font-size: 12px;
    margin: 12px 8px 0 8px;
}

    .divTerms a {
        color: #000;
        text-decoration: none;
    }

        .divTerms a:hover, .divTerms span:hover {
            color: #7F0000;
            text-decoration: underline;
            cursor: pointer;
        }

.logo {
    float: left;
}

.logoTitle {
    font-family: Times;
    font-size: 30px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 1%;
}

.SearchDiv {
    width: 420px;
    height: 30px;
    padding-bottom: 2px;
}

.HitListFooter {
    margin: 0 auto;
    display: table;
    margin-top: 3px;
}

.HitListHeader {
    margin: 0 auto;
    display: table;
}

.HitListCounterBtn {
    font-size: 14px;
    padding: 3px;
    cursor: pointer;
}

    .HitListCounterBtn:hover {
        color: red;
    }

.SearchHeader .button, .HitListFooter .button {
    float: left;
    margin: 0 3px 3px 0;
}

.leftBox {
    height: calc(100vh - 75px);
    width: 420px;
    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% - 69px);
     top: -33px; /*AI*/
    position: relative; /*AI*/

}


.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;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

#lblEditWarning {
    color: red;
    text-decoration: underline;
}

.button {
    height: 16px;
    width: 16px;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    float: right;
    padding: 3px;
    cursor: pointer;
}

    .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% - 55px);          /*' SN '*/
    background-color: #fff;
    padding: 5px;
    clear: both;
    line-height: 1.6;
    overflow-y :auto;
}

    #Doc_Frm p {
        margin-bottom: 10px !important;
    }

    #Doc_Frm li {
        margin-bottom: 5px;
    }

.archiveCrumbs {
    white-space: nowrap;
    font-size: 10px;
}

.archiveLinks {
    margin-left: 10px;
}

.leftBoxBorderInside {
    background: #fff;
    height: calc(100% - 17px);
    display: block;
    overflow-y: hidden;
    overflow-x: hidden;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    clear: both;
}

.tpScroll {
    overflow-y: auto;
}

.leftBoxBorderInsideSearch {
    height: calc(100% - 17px);
}

.leftBoxBorderInsideHitList {
    height: calc(100% - 53px);
    margin-top: 3px;
}

#divTOCHoverTop {
    position: absolute;
    height: 30px;
    width: 100%;
    top:50px;
}

#divTOCHoverBottom {
    position: absolute;
    bottom: 10px;
    height:30px;
    width: 100%;
}

.hitHilight {
    background-color: yellow;
    color: blue;
    border-radius: 8px;
    padding: 0 1px 0 1px;
    border: 2px solid red;
}

.popupLink, .popupComment, .popupQuestion {
    /* vertical-align: super;
    text-decoration: none;
    color:red;
       */
    width: 16px;
    height: 16px;
    display: inline-block;
    text-decoration: none;
    margin: 0 2px 0 2px;
    cursor: pointer;
}

.popupQuestion {
   
    background-image: url('/media/questionMark.png');
}
.popupQuestionHide {
    display: none;
   
}
.popupLink {
     
    background-image: url('/media/popup.png');
}

.popupComment {
    width: 24px;
    height: 24px;
    background-image: url('/ckeditor/plugins/mspi-insert-popup/images/comment.png');
}

    .popupLink object, .popupComment object, .popupQuestion object {
        display: none;
    }

#form1, #UpdatePanel1 {
    height: 100%;
}

.pnlHitListCounter {
    float: left;
    padding: 0 15px 0 15px;
}

#txtSearch {
    width: calc(100% - 74px);
    vertical-align: top;
    border: none;
    height: 22px;
    border-radius: 0px;
    padding: 0px;
}

.ajax__tab_body {
    border-radius: 0 5px 5px 5px !important;
    border: 1px solid #E1E1E1 !important;
    background: #F7F7F7 !important;
    padding: 4px !important;
    height: 100%;
}

.ajax__tab_xp {
    height: calc(100% - 59px) !important;                       /*' SN '*/
}

#cke_ckeContentText {
    height: calc(100% - 110px) !important;
    margin-bottom: 5px !important;
}

#cke_dlgPopupNote_ctl00_ckePopupNote {
    height: calc(100% - 40px) !important;
}

.cke_inner {
    height: calc(100% - 105px) !important;
}

#TOCPanel div {
    /*white-space:nowrap;*/
    height:100%;
}

.eoTOCHover {
    cursor: pointer;
}

.eoTOCSelected {
    font-style: italic;
    font-weight: bold;
}

#tp_s_tS td {
    /* vertical-align: bottom !important; */
}

@media only screen and (max-device-width: 480px) {
    .ui-resizable-e {
        width: 80px !important;
        right: -40px !important;
        top: 50px !important;
    }
}

.breadCrumb {
    font-size: 10px;
    padding-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;     
}

    .breadCrumb span:hover {
        cursor: pointer;
        text-decoration: underline;
        color: #7F0000;
    }

#divEditControls label {
    font-size: 13px;

}

.attachments img {
    padding-right: 5px;
}

.attachments {
    padding-bottom: 5px;
    margin-left: 10px;
}

.cg-menu {
    overflow: scroll !important;
    height: 400px !important;
}

.cg-comboItem {
    height: 18px;
}

ins {
    background-color: #cfc;
    text-decoration: inherit;
}

del {
    color: #999;
    background-color: #FEC8C8;
}

ins.mod {
    background-color: #FFE1AC;
}

ins districtuser{
   
    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;
}

.modelWatermark {
    background: url('/media/modelWatermark.png');
    background-repeat: no-repeat;
    background-position: center;
}
.modelWatermarkAK {
    background: url('/media/modelWatermark-orig.png');
    background-repeat: no-repeat;
    background-position: center;
}
.cg-comboButton {
    display: none !important;
}

#legalLinkCombo {
    left: 60px !important;
}

.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;
}

.GenericInputs {
    margin: 10px 0px;
    font-size: small;
}

.GenericInputs input {
    margin: 0 20px 0 10px;
}

.form input {
    width: 100%;
    margin-bottom: 10px;
}

.form {
    font-size: 16px;
}

.mtgTable td, .mtgTable th {
    border: 1px solid #777777;
    padding:4px;
}

.mtgTable {
    border-collapse: collapse;
    margin:5px;
}

.mtgTitle {
    font-weight:bold;
    font-style:italic;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

#uploadifive-fuBoardMeet {
    float:left;
}

#uploadifive-fuBoardMeet-queue {
    clear: both;
    padding-top: 10px;
}

.pointer {
    cursor: pointer;
}

#divRolloutBooksBorder, #divRolloutSelBooksBorder {
    float: left;
}

#divRolloutSelBooksBorder {
    width: 60%;
    font-size: 12px;
}

#divRolloutBooksBorder {
    width: 40%;
    clear: both;
    font-size: 12px;
}

#divRolloutBooks, #divRolloutSelBooks {
    height: 450px;
    overflow-y: scroll;
}

#divRolloutBooks {
    height: 425px;
}

#divRolloutSelBooks table td, #divRolloutSelBooks table th {
    border:1px solid #000;
}

#divRolloutSelBooks table {
    border-collapse: collapse; 
}

.roDelBook {
    color:red;
    cursor: pointer;
    font-weight: bold;
}

.polRolloutTarget {
    width:calc(100% - 6px);
}

#divDownloadFiles {
    overflow-y: scroll;
    height: 235px;
    width: 690px;
    overflow-x: hidden;
    white-space: nowrap;
}

#divCharMap span {
  font-size: 40px;
  margin:5px;
  padding:5px;
  width:60px;
  display: block;
  float:left;
  height:40px;
  cursor: pointer;
}
.sidenav {
    height:450px;
    width: 0px;
    position: fixed;
    z-index: 1;
    top: 180px;
    right: 0;
    opacity: .9;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-radius: 10px;
    border: 1px solid #E1E1E1;
    background-color: #F7F7F7;
    padding: 3px;
}


.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 15px;
    font-weight:600;
    margin-left: 50px;
}

@media screen and (max-height: 500px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#divCKEditor {
    transition: margin-right .5s;
    height:inherit;
    overflow-x: hidden;
}

.spanOpen {
    position: static;
    top: 240px;
    right: 40px;
    margin-left: 1150px;
    font-size:15px;
    cursor:pointer;
    visibility:hidden;
}

#divTextBoxes{
    top:200px;
    margin-left:60px;
    padding: 3px;
}

#divSetStatusesTextbox{
    top:200px;
    margin-left:60px;
    padding:8px;
}

.spanCurrentSetStatuses{
     margin-left:75px;
     font-size:10px;
     font-weight:600;
     padding: 3px;
}

tr{
      padding-top: 8cm;
}

#divQuestions {
    border:ridge;
    visibility:hidden;
}


.questionTextBox {
    width:800px;
      min-width :200px;
    margin-bottom:5px;
    margin-left:3px;
    margin-top : 1px;
    word-wrap: break-word;
    line-height:inherit;
    background-color :#efefef;
    white-space: pre-wrap;
    height:50px;
    resize:none;
}

.answerTextBox {
    width:800px;
    margin-bottom:5px;
    margin-left:3px;
    margin-top : 1px;
    word-wrap: break-word;
    white-space: pre-wrap;
}

#divQuestionsPreview {
    border:ridge;
    visibility:hidden;
}

#divAnswers {
     border:ridge;
   visibility:hidden;
}
.lblquestion {
    font-size:medium;
    white-space: pre-wrap;
    vertical-align:top;
    text-align:center;
}

.lblquestion:before{
content:"*" ;
color:red;
 vertical-align:top;  
}

#divPressplusHelpFile{

}
.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;
}

.epolicytext {
    display:none;
    font-size:x-large;
    font-weight:bold;
}


table#dlgQuestions{
    width:calc(100% - 98px) !important;
    border-color: rgb(51, 92, 136) !important;
    border-width: 1px !important;
    border-style: solid !important;
    max-width:1100px !important;
    white-space:nowrap !important;
    top:83px !important;
    /*height:calc(100% - 156px) !important;*/
     /*display: inline-block;*/
}

/*table#dlgQuestions tr{
         padding-top: 1cm;
}
table#dlgQuestions tr td{
         padding-top: 1cm;
         width:50px;
}*/

/*table#dlgQuestions#iframequestion{
     height: 100% !important;
    width: 100%! important;
}*/

.buttonFeedback {
 background-color: #800000 ; /* Maroon *//* Blue #0063A3*/
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
 border: none;
 color: white;
 float: right;
 padding: 5px 5px;
 text-align: center;
 text-decoration: none;
 font-size: 12px;
 font-weight: bold;
 vertical-align:central;
 white-space: normal; 
}

.ice-ins.ice-cts-1{background-color:#e5ffcd!important;}                                         /* for keeping edits and deletes color same as edit view*/
.ice-del.ice-cts-1{background-color:#FEC8C8 !important;}
.ice-ins.ice-cts-2{background-color:#affbff!important;}
.ice-del.ice-cts-2{background-color:#affbff!important;}
.ice-ins.ice-cts-3{background-color:#fdd!important;}
.ice-del.ice-cts-3{background-color:#fdd!important;} 
.ice-ins.ice-cts-4{background-color:#e5ffcd!important;} 
.ice-del.ice-cts-4{background-color:#fec8c8!important;}
 

.divPolicyandSurvey{
    height:calc(100% - 8px);
    width:100%;      
    padding: 3px;
}

.policycontentTextwrap{
    width:calc(100% - 1100px);
    height:calc(100% - 18px);
    overflow:scroll;
    float:left;
    background-color: #fff;  
    border: 1px solid #000;
    padding: 3px;
    min-width: 500px;
    max-width:850px;
}

.divQuestionsGrid{
    float:left;
    height:calc(100% - 18px);
    width:calc(100% - 850px);
    overflow-y:scroll;
    overflow-x:scroll;
    border: 1px solid #000;
    background-color: #fff; 
    padding: 3px;
    min-width :600px;
    max-width:950px;
}


table#divQuestionsGrid {
    width:350px!important;
}

.block-button-text-bold {
 font-size: 12px;
 font-weight: bold;
}
.block-button-text {
 font-size: 12px;
 font-weight: normal;

}

/*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*/
