#nav-tree .children_ul {
  margin: 0;
  padding: 4px;
}

#nav-tree ul {
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
}

/*
conflict with jstree
#nav-tree li {
  white-space:nowrap;
  margin:0px;
  padding:0px;
}
*/

#nav-tree .plus {
  margin: 0px;
}

#nav-tree .selected {
  background-image: url('tab_a.png');
  background-repeat: repeat-x;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
}

#nav-tree img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: middle;
}

#nav-tree a {
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  outline: none;
}

#nav-tree .label {
  margin: 0px;
  padding: 0px;
  font: 12px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
}

#nav-tree .label a {
  padding: 2px;
}

#nav-tree .selected a {
  text-decoration: none;
  color: #fff;
}

#nav-tree .children_ul {
  margin: 0px;
  padding: 0px;
}

#nav-tree .item {
  margin: 0px;
  padding: 0px;
}

#nav-tree {
  padding: 0px 0px;
  background-color: #FAFAFF;
  font-size: 14px;
  overflow: auto;
}

#doc-content {
  overflow: visible;
  display: block;
  padding: 0px;
  margin: 0px;
  -webkit-overflow-scrolling: touch;
  /* width: 100%;  */
  margin-left: 0;
}

#side-nav {
  padding: 0 6px 0 0;
  margin: 0px;
  display: block;
  position: absolute;
  left: 0px;
  width: 250px;
}

.ui-resizable .ui-resizable-handle {
  display: block;
}

.ui-resizable-e {
  background-image: url("splitbar.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  cursor: ew-resize;
  height: 100%;
  right: 0;
  top: 0;
  width: 6px;
}

.ui-resizable-handle {
  display: none;
  font-size: 0.1px;
  position: absolute;
  z-index: 1;
}

#nav-tree-contents {
  margin: 15px 0px 0px 0px;
}

#nav-tree {
  background-image: url('nav_h.png');
  background-repeat: repeat-x;
  background-color: #FAFAFA;
  -webkit-overflow-scrolling: touch;
  /* iOS 5+ */
  height: 100vh;
}

.main-content-sec .container-fluid {
  padding: 0;
}

#nav-sync {
  position: absolute;
  top: 5px;
  right: 24px;
  z-index: 0;
}

#nav-sync img {
  opacity: 0.3;
}

#nav-sync img:hover {
  opacity: 0.9;
}

.top-header-sec .container-fluid {
  padding: 0;
}

div#top {
  width: 100%;
  position: fixed;
  z-index: 99;
  height: auto;
  top: 0;
}

.main-content-sec {
  padding-top: 67px;
}

.rdkfooter {
  background-color: #c4c4c4;
  position: fixed;
  left: auto;
  right: auto;
  bottom: 0;
}

.left-side-menu {
  position: fixed;
  left: 0;
  right: 0;
}

#side-nav {
  height: 100vh;
}

#split-bar {
  background-color: #eceaea;
  height: 100%;
  float: right;
  width: 6px;
  cursor: col-resize;
}

#titlearea .col-md-1.pageheader-in {
  padding: 0;
}

@media print {
  #nav-tree {
    display: none;
  }
  div.ui-resizable-handle {
    display: none;
    position: relative;
  }
}

/* 14-06-2019 */

.wrapper {
  height: calc(100vh - 100px) !important;
  margin-top: 60px;
}

.ui-resizable .ui-resizable-handle {
  z-index: 0 !important;
}

#doc-content {
  height: unset;
}

select#langSelect {
  width: 100%;
}

#titlearea table tbody tr{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#projectlogo a{
  display: inline-block;
}

#projectlogo a img{
  max-width: 100% !important;
}

#titlearea table tbody tr td{
  width: 23%;
  margin:0 auto;
}

#form-search .input-group{
  max-width: 100% !important;
}

#titlearea{
  /*padding:10px !important;*/
  background:#222222;
}

/*
h1{
  text-align: center;
  margin: 0 !important;
  padding:0 0 10px !important;
}
*/

#tipue_search_input{
  width:100% !important;
}

/*
.input-group-btn .btn,
#tipue_search_input{
  height: 40px !important;
}
*/

.mobile-btn {
  display: none;
  background: #222;
  color: #fff;
  padding: 10px 30px 10px 0;
  justify-content: flex-end;
  font-size: 22px;
  width: 100%;
}
.close-btn{
  position: absolute;
  top: 10px;
  right: 20px;
  background: #bfbcbc;
  color: #222;
  padding: 13px !important;
  border-radius: 50%;
  display: flex;
  font-size: 14px;
  display: none;
}

.mobile-btn:hover,
.mobile-btn:active,
.mobile-btn:focus,
.close-btn:hover,
.close-btn:active,
.close-btn:focus{
  color: #fff;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  cursor: pointer !important;
}

.footerright a img{
  width:24px;
  height:24px;
}

.robodk-page-buttons input{
  text-align: right;
}


