/*------------------------START : RESET STYLES------------------------*/
h1, h2, h3, h4, h5, h6, dd, dl, dt, form, img, fieldset, body {
  margin: 0;
  padding: 0;
  border: 0;
}

/*Style for none HTML5 support browsers*/
article, aside, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/*------------------------END : RESET STYLES------------------------*/

/*------------------------START : LAYOUT------------------------*/
/*@font-face {
    font-family: 'HelveticaNeueLT Std Cn';
    src: url('../fonts/HelveticaNeueLTStd-Cn.otf');
    font-weight: normal;
    font-style: normal;
}*/
html {
    height: 100%;
}

body {
  /*background: #fff url(../images/body-bg.png) 0 0 repeat-x;*/
  /* Rebranding: font-family, color → base-overrides.css */
  /* font-family: 'HelveticaNeueLT Std Cn', Helvetica, sans-serif; */
  font-size: 12px;
  /* color: #333; */
  position: relative;
  height: 100%;
}

.ui-autocomplete::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.ui-autocomplete {
    -ms-overflow-style: none;
}

.ui-menu {
    width: 505px !important;
}

.no-scrollable {
    overflow: hidden !important;
}

.fancybox-skin {
    padding: 0px !important;
}

.side-by-side-mode-header {
    width: 195%;
}

.side-by-side-mode-preview-dialog {
    left: 82em;
    margin-top: 40px;
}

.side-by-side-mode-footer {
    width: 173em !important;
}

#wrapper {
  /*
    width: 960px;
  margin: 0 auto;  
  border:1px solid #000;
  min-height: 700px;
  height: auto !important;  
  */
  width: 960px;
  padding: 0 20px;
  margin-top: 0 !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -28px;
}

.side-by-side-mode-wrapper {
    margin-left: 0 !important;
}

@media (min-height: 990px) {
    #wrapper {
        min-height: 100%;
    }
}

@media (max-height: 989px) {
    #wrapper {
        min-height: 989px;
    }
}

@media (max-width: 768px) {
  #wrapper {
    width: 728px;
  }
}

@media (min-width: 769px) {
    #wrapper {
        width: 960px;
    }
}

#top-toolbar div {
  margin: 3px 0px;
}

#top-toolbar {
  margin: 12px 0;
}

  #top-toolbar select {
    width: 70px;
  }

header {
  min-height: 110px;
  padding-top: 15px;
  margin-bottom: 20px;
}

#announcement-message {
  padding-left: 10px;
}

header ul {
  text-align: right;
  margin: 0;
}

  header ul li {
    display: inline;
    margin-left: 5px;
    position: relative;
    margin-bottom: 0;
    border: 0;
  }

    header ul li a {
      font-size: 13px;
      font-weight: bold;
      margin-bottom: 0;
      padding: 2px 0;
      margin-bottom: 0;
    }

    header ul li ul {
      position: absolute;
      display: none;
      background-color: #FFFFFF;
      border: 1px solid #c9c9c9;
      margin: -1px;
      z-index: 300;
      padding: 3px;
      left: 0;
      right: auto;
    }

      header ul li ul.rightAlignMenu {
        right: 0;
        left: auto;
      }

    header ul li:hover ul {
        display: block;
    }

    .menu-help-tap {
        display: block;
    }

    /* Open via JS (.menu-help-tap); must override header ul li ul { display: none } so links are :visible and focusable */
    header ul li#help > ul#ulHelp.menu-help-tap {
        display: block !important;
    }

    header ul li#help:hover {
      border: 1px solid #c9c9c9;
    }

    header ul li ul li {
      float: left !important;
      display: inline;
      border: 0 !important;
      margin: 0;
    }

      header ul li ul li a {
        float: none;
        position: relative;
        display: block;
        margin: 0;
        padding-right: 1px;
        font-weight: normal;
        white-space: nowrap;
      }

        header ul li ul li a:focus {
          outline: none;
        }

    header ul li#help ul#ulHelp.menu-help-tap li a:focus,
    header ul li#help ul#ulHelp.menu-help-tap li a:focus-visible {
      outline: 2px solid #000;
      outline-offset: 2px;
      background-color: transparent;
    }

#inbox-overlay {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.65;
}

#wrapper-page-content {
  margin-top: 8px;
  display: inline-block;
  width: 100%;
}

.lineRight {
  border-right: 1px solid #c9c9c9;
  padding: 0px 5px;
}

.userIcon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-bottom: -7px;
}

.downArrow {
  background: url("../images/down-Arrow.png") no-repeat right top;
  display: inline-block;
  width: 14px;
  height: 6px;
  margin-bottom: 2px;
}

.userDefaultIcon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-bottom: -7px;
}

.radiusTop {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.radiusBottom {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}


/*Font +*/
h1 {
  font-size: 21px;
  font-weight: normal;
}

h2 {
  font-size: 18px;
  font-weight: normal;
}

h3 {
  font-size: 15px;
  font-weight: normal;
}

h4 {
  font-size: 14px;
  font-weight: normal;
}

h5 {
  font-size: 13px;
  font-weight: normal;
}

h6 {
  font-size: 12px;
  font-weight: normal;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.fleft {
  float: left;
}

/*Font -*/

/*Search +*/

/*Search -*/

/*Search Navigation +*/
nav {
  border-bottom: 7px solid #ef932e;
  /*
  float: left;
  width: 100%;
  */
}

  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

    nav ul li {
      float: left;
    }
/*Search Navigation -*/

#searchresult {
  margin-top: 10px;
  clear: both;
  max-width: 960px;
}

#execution-time {
  /*float: left;*/
  margin-top: 10px;
  font-style: italic;
}

#search-results-panel #top-toolbar {
  margin-top: 5px !important;
}


/*------------------------END : LAYOUT------------------------*/

/*------------------------START : FORM------------------------*/
/*form input[type="text"] {
	border:none;
	border-radius:6px;
	height:29px;
	line-height:32px;
	padding:2px;
	box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
	outline:0;	
}*/

/*------------------------END : FORM------------------------*/

#recaptcha_table tr {
  background: #dfdfdf;
}



/************************************ LAYOUTS ************************************/
/************************************ GRID LAYOUT*********************************/
.l-table {
  padding: 0 20px 10px;
}

  .l-table .l-row {
    clear: both;
  }

    .l-table .l-row .l-cell {
      margin-left: 20px;
      float: left;
    }

.l-table {
  padding: 5px;
}

.gridView {
  margin-top: 15px;
  float: left;
  width: 100%;
}

/************************************ WIDGETS ************************************/

/*********************************** VALIDATION ERRORS ******************************/
/* Rebranding: .error color/border → base-overrides.css */
/* .error {
  border-color: red !important;
} */

.valError {
  color: red;
  font-size: 12px;
  font-weight: bold;
  background: url("../images/warning.png")left top no-repeat;
  display: inline-block;
  padding: 5px 0 5px 28px;
  font-family: Arial;
}

.announcement-message-block {
  border: 1px solid #EF932E;
  border-radius: 4px;
  clear: both;
  padding: 5px;
  background-color: #F5F5F5;
  font-size: 14px;
}

/**************************AjaxLoader Start***********************************/
#processing_overlay {
  position: absolute;
  /*zIndex: 99998;*/
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5;
  cursor: wait;
}

#processing_container {
  font: bold 14px verdana;
  min-width: 300px; /* Dialog will be no smaller than this */
  max-width: 600px; /* Dialog will wrap after this width */
  background: #FFF;
  color: #EE9230;
  cursor: wait;
  border-radius: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #EE9230;
  box-shadow: 0 1px 2px #888888;
}

#processing_title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75em;
  background-color: #669900;
  color: #FFF;
  /*border: solid 1px #FFF;*/
  border-bottom: solid 1px #999;
  cursor: default;
  padding: 0em;
  margin: 0em;
}

#processing_content {
  text-align: center;
  padding: 1em 1.75em;
  margin: 0em;
  vertical-align: middle;
}

#processImage {
  background: url("../images/loader.gif") no-repeat center center;
  height: 50px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
/****************************AjaxLoder End*************************************/
.tab-inactive {
  display: none;
}


.bold-text {
  font-weight: bold;
}

.normal-text {
  font-weight: normal;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-both {
  clear: both;
}

.text-center {
  text-align: center;
}

.display-inline-block {
  display: inline-block;
}

.display-inline {
  display: inline;
}

/******************************Kofile Responsive: Start *******************************/


.searchForm-header-ctrl {
    padding-right: 5px;
}

.searchForm-header-ctrl.far-right {
    padding-right: 30px;
}

.searchForm-header-ctrl.text-right.far-right-number-label {
    float: right;
    padding-top: 5px;
}

.searchForm-header-ctrl a.gridStyleSwitcher {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.searchForm-header-ctrl a.gridStyleSwitcher.row-presentation-style {
    background: url("../images/item-view.png") no-repeat center center;

}

.link-disabled {
    pointer-events: none;
    cursor: default;
}

.searchForm-header-ctrl a.gridStyleSwitcher.row-presentation-style:hover, .searchForm-header-ctrl a.gridStyleSwitcher.row-presentation-style.force-is-active {
    background: url("../images/item-view-hover-active.png") no-repeat center center;
}

.searchForm-header-ctrl a.gridStyleSwitcher.doc-presentation-style {
    background: url("../images/doc-view.png") no-repeat center center;
}

.searchForm-header-ctrl a.gridStyleSwitcher.doc-presentation-style:hover, .searchForm-header-ctrl a.gridStyleSwitcher.doc-presentation-style.force-is-active {
    background: url("../images/doc-view-hover-active.png") no-repeat center center;
}

.kof-col-xm-1 {
  width: 8.33333333%;
}

.kof-col-xm-2 {
  width: 16.66666666%;
}

.kof-col-xm-3 {
  width: 24.99999999%;
}

.kof-col-xm-4 {
  width: 33.33333332%;
}

.kof-col-xm-5 {
  width: 41.66666665%;
}

.kof-col-xm-6 {
  width: 49.99999998%;
}

.kof-col-xm-7 {
  width: 58.33333331%;
}

.kof-col-xm-8 {
  width: 66.66666664%;
}

.kof-col-xm-9 {
  width: 74.99999997%;
}

.kof-col-xm-10 {
  width: 83.3333333%;
}

.kof-col-xm-11 {
  width: 91.66666663%;
}

.kof-col-xm-12 {
  width: 99.99999996%;
}


@media (max-width:768px) {
  .kof-col-xs-1 {
    width: 8.33333333%;
  }

  .kof-col-xs-2 {
    width: 16.66666666%;
  }

  .kof-col-xs-3 {
    width: 24.99999999%;
  }

  .kof-col-xs-4 {
    width: 33.33333332%;
  }

  .kof-col-xs-5 {
    width: 41.66666665%;
  }

  .kof-col-xs-6 {
    width: 49.99999998%;
  }

  .kof-col-xs-7 {
    width: 58.33333331%;
  }

  .kof-col-xs-8 {
    width: 66.66666664%;
  }

  .kof-col-xs-9 {
    width: 74.99999997%;
  }

  .kof-col-xs-10 {
    width: 83.3333333%;
  }

  .kof-col-xs-11 {
    width: 91.66666663%;
  }

  .kof-col-xs-12 {
    width: 99.99999996%;
  }
}

.kof-row {
  width: 100%;
}

#mid-row div {
  border: 1px solid red;
}

/******************************Kofile Responsive: End *******************************/

.kofile-border-top {
  border-top: 7px solid #ef932e;
}

.page-tree-enabled {
    margin-top: 50px;
    position: absolute;
}

div#payment-gateway-body-content table.table tbody tr td.left-side {
	width: 40%;
}

div#payment-gateway-body-content table.table tbody tr td.right-side {
	width: 60%;
}

.kofile-border-bottom {
  border-top: 7px solid #ef932e;
}

.no-shadow-box {
  box-shadow: 0px 0px 0px 0px !important;
}

.kofile-highlight-text-color {
  color: var(--color-brand-dark);
}

.kofile-element-focus {
  border-color: rgba(82, 168, 236, 0.8) !important;
  outline: 0 !important;
  outline: thin dotted \9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  border-radius: 9px !important;
}
/*Home page Search Instruction--Start*/
.searchinstruction {
  margin-right: 15px;
  font-size: 13px;
  padding-top: 1.5px;
  background: transparent url("../images/question-icon.png") no-repeat top left;  
  padding-left: 26px;
  height: 20px;
  width: 19px;
  cursor: pointer;
  display: inline-block;
}

.cursorMove {
  cursor: move;
}
/*Home page Search Instruction--End*/

#download-status-spiner-block {
    margin-top: 17em;
    display: none;
}

#download-status-spiner-img {
    width: 4em;
    height: 4em;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.6;
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.gridcontainer-wrapper {
    float: left;
    display: inline-block;
    position: relative;
}

.gridcontainer {
    width: 100% !important;
    height: 100% !important;
}

.gridcell {
    position: absolute;
    background-color: #CCCCCC;
    border: 1px solid white;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 600;
    color: #121212;
}

.gridheader {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    color: #343944;
}

.corner {
    cursor: pointer;
    position: absolute;
    text-align: center;
    background-color: #215387;
}

.inactive-corner {
    background-color: #215387;
}

.active-corner {
    background-color: #a94900;
}

.gridicon {
    display: block;
    position: relative;
    line-height: 12px;
    border-radius: 100px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
}

.landCorners-input-container {
    display: inline-block;
}

    .landCorners-input-container label, landCorners-input-container span {
        display: block;
    }

.landCorners-title {
    font-weight: 700;
    float: left;
    line-height: 30px;
    margin-right: 10px
}

.autocomplete-block {
    padding: 10px;
    margin-left: 0px;
    border: 1px solid #c9c9c9;
    background-color: white;
    width: auto;
    max-width: 198px;
    max-height: 200px;
    overflow-y: scroll;
}

.autocomplete-block a {
    word-break: break-all;
    color: #000;
    font-weight: bold;
}

    .autocomplete-block span {
        display: block;
        border-bottom: 1px solid #9C9A99;
    }

.autoresultsDocType a {
    font-weight: normal !important;
    color: #111;
    border-bottom: 1px solid #c9c9c9;
    padding: 5px 10px;
    display: block;
    cursor: pointer;
}

.show {
    display: block;
}

.hide {
    display: none;
}
.word-break {
    word-break: break-all;
}

.tdspacequalwithheader td {
    width: 50%;
    border-collapse: collapse;
    border-spacing: 10px 50px;
    padding: 0;
    padding-right: 20px;
}

    .tdspacequalwithheader td:last-child {
        padding-right: 0;
    }

.zeropadding {
    padding: 0;
}