html {
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

#main > .main-content-view {
  display: none;
  height: 100%;
  width: 100%;
  float: left;
  position: absolute;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 4px 10px;
}

.smart-style-3 #header {
  background-image: -webkit-linear-gradient(left, #c9dae8, #2772b3);
  background-image: -ms-linear-gradient(
    left,
    #c9dae8,
    #2772b3
  ); /*Added for IE 11*/
}

#logo-group {
  height: 100% !important;
  width: auto !important;
}

#logo {
  margin-top: 0px;
  height: 100% !important;
}

#logo img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  margin-top: 3px !important;
  max-height: 25px;
}

#header {
  height: 32px;
}

#header > div {
  height: 100%;
}

#user-login .dropdown-menu {
  min-width: 100%;
  padding: 0;
}

#user-login .dropdown-menu > li > a {
  padding: 3px 10px;
}

#user-login .dropdown-menu .divider {
  margin: 3px 0px;
}

#user-login .dropdown-toggle {
  margin-top: 5px;
  height: 24px;
}

#user-login .dropdown-toggle > img {
  height: 30px;
}

#left-panel {
  padding-top: 29px;
  z-index: 1019 !important;
}

.minifyRightPanel {
  width: 30px !important;
  height: 27px !important;
}

#fullscreen a {
  margin-top: 1px;
}

.fixed-header #main {
  margin-top: 29px;
  padding-bottom: 0px;
}

label.error {
  color: red;
}

.dashboard-widget {
  padding-top: 15px;
}

#left-panel ul {
  width: 100%;
  overflow: hidden;
  padding-right: 0px;
}

#manage-company-content .jarviswidget > header {
  background-color: rgb(109, 128, 162);
  border-color: rgb(204, 204, 204);
  color: #fff;
}

#manage-document-content .jarviswidget > header {
  background-color: rgb(118, 183, 118);
  border-color: rgb(159, 208, 159);
  color: #fff;
}

#manage-user-content .jarviswidget > header {
  background-color: rgb(189, 159, 69);
  border-color: rgb(208, 185, 115);
  color: #fff;
}

#manage-notification-content .jarviswidget > header {
  background-color: rgb(202, 129, 80);
  border-color: rgb(251, 218, 196);
  color: #fff;
}

#show-taxonomy-search-content .taxonomy-search-iframe,
#show-help-content .help-iframe {
  width: 100%;
  float: left;
  height: 100%;
}

.dashboard-conatiner #main {
  padding-bottom: 0px;
  position: absolute;
  height: 670px;
  left: 0;
  right: 0;
  clear: both;
}

#manage-company-content .dataTable td,
#manage-document-content .dataTable td {
  cursor: pointer;
}

#system-manager-accordian {
  height: 100%;
}

.no-padding .dataTables_wrapper table tr.selected td:first-child {
  border-left: 5px solid #ef0c0c !important;
}

.hiding {
  display: none;
}

.label-execute-query,
.label-export-query {
  margin-left: 10px;
  margin-top: 12px;
}

.modal-dialog .progress,
.dashboard-dialog .progress {
  height: 10px;
  display: none;
  margin-bottom: 5px;
}

.percent {
  text-align: center;
  display: none;
}

.error-Div {
  height: 15px;
}

.progress-Container {
  height: 35px;
}

.docProgressBar {
  height: 100%;
  width: 0px;
  position: absolute;
  background-color: #3276b1;
}

/*feature mapping css*/

.manage-feature-content .featureTree ul {
  list-style-type: none;
}

.manage-feature-content .featureTree .feature-Container {
  border-radius: 5px;
  display: inline-block;
  padding: 5px 5px;
}

.manage-feature-content .featureTree .feature-label {
  float: left;
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
}

.manage-feature-content .smart-form .feature-label i {
  top: 7px;
  left: 10px;
}

.manage-feature-content .featureTree li .featurename {
  border: none;
  padding: 0px;
  margin-left: 30px;
}

.manage-feature-content .td-feature-role-btn {
  width: 350px;
}

.manage-feature-content .btn-assign {
  float: left;
  padding: 5px;
}

.manage-feature-content .td-feature-role-btn .editCont {
  float: left;
  left: 5px;
  padding-left: 5px;
}

.manage-feature-content .manage-feature-role {
  float: left;
  width: 100%;
}

.manage-feature-content .manage-feature-role .label-inline {
  display: inline-block;
  width: 220px;
}

.manage-feature-content .manage-feature-role .label-div .label-title {
  height: 15px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  width: auto;
  padding: 4px;
  margin-top: 4px;
  vertical-align: top;
}

.manage-feature-content .td-feature-role-btn .toggle {
  color: #006666;
  height: 100%;
  line-height: 32px;
}

.manage-feature-content .td-feature-role-btn .feature-switch {
  margin-top: 5px;
}

.manage-feature-content .manage-feature-role input:disabled {
  opacity: 0.4;
  cursor: default;
}

.manage-feature-content .featureTree .smart-form .feature-new-role-selected {
  color: rgb(34, 173, 63);
}

.manage-feature-content .featureTree .smart-form .feature-role-selected {
  color: rgb(185, 135, 12);
}

.manage-feature-content .label-div {
  float: left;
  width: 25%;
}

.manage-feature-content .label-div .select {
  top: 4px;
}

.manage-feature-content #feature-content {
  clear: both;
}

/*feature mapping css end*/
.global-document-upload-container > .doc-upload-container {
  height: 30px;
  padding-left: 15px;
}

.global-document-upload-container .uploadtitle {
  width: auto;
  float: left;
  padding-right: 5px;
}

.global-document-upload-container .uploadinput {
  width: 20%;
  margin-top: -7px;
  float: left;
}

.global-document-upload-container .form-actions {
  float: left;
  padding: 0;
  margin: 0;
  text-align: left;
  border: 0px;
  margin-left: 15px;
  margin-top: -7px;
}

.global-document-upload-container .progress-Container {
  display: inline-block;
  width: 280px;
  margin-top: 5px;
  height: 10px;
}

.global-document-upload-container .progress {
  height: 10px;
  margin-bottom: -2px;
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .ChangeLogTree .truncate {
    max-width: 92% !important;
  }

  .ChangeLogTree .truncate-2 {
    max-width: 55% !important;
  }

  .report-content .dataTables_scrollBody {
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }
}

.modal-dialog {
  width: 400px;
}

.submit-doc-btn {
  height: 20px;
  width: 65px;
  padding: 0px;
  float: right;
  margin-top: 2px;
  margin-right: 5px;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  background-color: #356e35;
}

.revoke-doc-btn {
  height: 20px;
  width: 65px;
  padding: 0px;
  float: right;
  margin-top: 2px;
  margin-right: 5px;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  background-color: grey;
}

.uploadSpinner {
  margin-left: 10px;
  display: none;
  float: left;
}

.modal-dialog .active-inactive-label,
.modal-dialog .live-demo-label {
  float: left;
}

.not-active {
  cursor: default;
  pointer-events: none;
}

.btn-open-editor {
  color: #f4f7f5;
  background-color: #1d70d2;
}

.company-modify-form .select-users .chosen-choices {
  max-height: 85px;
  overflow: auto;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

/* login page css start */

.login-container #logo img {
  width: auto !important;
  height: 35px !important;
}

.login-container #header {
  text-align: center !important;
  height: auto !important;
  padding-top: 50px !important;
}

#extr-page .login-container #header,
#extr-page .login-container #footer {
  background: #fff !important;
  border: none !important;
}

.login-container #footer {
  text-align: center !important;
  height: auto;
  padding: 0 0 10px;
  bottom: auto;
}

.login-container #incorrect-credin-info,
.login-container .login-error-msg {
  display: none;
  color: red;
}

.login-container .post-send-mail {
  display: none;
}

.login-container .post-send-mail.success {
  color: green;
}

.login-container .post-send-mail.error {
  color: red;
}

.login-container .container {
  display: none;
  width: 400px;
}

.login-container #header .logo-group-box {
  position: relative;
  float: none !important;
  width: auto !important;
  height: 30px;
  line-height: 30px;
  display: block;
}

.login-container #header .logo-group-box img {
  vertical-align: middle !important;
  width: auto;
  height: auto;
  max-height: 100%;
}

.login-container .header-content {
  height: 45px !important;
  position: relative;
  vertical-align: top !important;
  width: 100%;
}

.login-container .header-content .header-text {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  font-weight: 500;
}

.login-container #footer .logo-group-box {
  position: relative;
  float: none !important;
  width: auto !important;
  height: 30px;
  line-height: 30px;
}

.login-container #footer .logo-group-box img {
  vertical-align: middle !important;
  width: auto;
  height: auto;
  max-height: 100%;
}

.login-container .footer-content {
  height: 50px;
  position: relative;
}

.login-container .footer-content .footer-text {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  font-weight: 500;
}

#extr-page #main {
  padding-top: 50px !important;
}

#extr-page body {
  background: none !important;
  height: 100vh;
}

#extr-page #main {
  padding-bottom: 10px !important;
  padding-top: 25px !important;
  height: auto !important;
}

.login-container .demo-link {
  clear: both;
  text-align: center;
  margin-bottom: 15px;
  font-size: 15px;
}
.login-container .demo-link > a {
  color: black !important;
}

.login-container .page-notes {
  clear: both;
  width: 80%;
  position: relative !important;
  height: auto !important;
  outline: 1px solid black;
  margin: 0 auto !important;
  font-size: 15px;
}

.login-container .page-notes p {
  padding: 10px;
  text-align: justify;
}

@media only screen and (min-width: 320px) and (max-width: 679px) {
  .login-container .page-notes p {
    margin: 0px !important;
    text-align: justify;
    font-size: 15px;
  }
}

/* login page css ends */

.dashboard-sidebar-ul span.li-name {
  width: 93%;
  margin-left: 5px;
}

.dashboard-sidebar-ul a.main-content-tab {
  display: table;
  width: 100%;
}

.dashboard-sidebar-ul .li-icon,
.dashboard-sidebar-ul .btn-close-doc {
  display: table-cell;
  vertical-align: middle;
}

label.input-oz-25 > input {
  height: 25px !important;
}

label.input-oz-25 > .icon-append {
  top: 2px !important;
}

.onlyXBRL {
  background-color: #e91e63;
}

/* tabs dropdown*/
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

/*end tabs dropdwon */

/*widget */
.jarviswidget > header {
  height: 25px;
}

.jarviswidget > header > .widget-icon,
.jarviswidget > header > h2 {
  height: 100%;
  line-height: 25px;
}

.jarviswidget-ctrls .button-icon {
  height: 23px;
}

.jarviswidget-ctrls a {
  line-height: 25px;
}

.jarviswidget header .nav-tabs > li > a {
  padding: 3px 9px 1px;
}

.jarviswidget > div.jarvisdiv {
  padding: 0px 0px 0px 0px;
}

.jarvisdiv .widget-body.no-padding {
  margin-left: -15px;
}

.jarviswidget-ctrls.compare-nav {
  background-color: darksalmon;
  /*margin-right: 45.5%;*/
  left: 39.5%;
  position: absolute;
  z-index: 1000000000000000000;
}

/*end widget */
#extr-page #header #logo img {
  width: 38px;
  height: 25px;
}

/*popover starts*/
/*popover content*/
/*.popover-content {
    !*background-color: #FFFFCC;*!
    width: 250px;
    font-family: Tahoma;
    font-size: 98%;
    color: #000000;
    padding: 2%;
    overflow: hidden;
}*/

.popover-title {
  background-color: #ffffcc;
  font-weight: 700;
}

.popover.right {
  background-color: #ffffcc;
}

.popover.bottom {
  background-color: #ffffcc;
}

.popover.top {
  background-color: #ffffcc;
}

/*Popover arrow*/
.popover-arrow {
  background: #ffffcc;
}

/*popover ends*/

/*add document modal*/
.bootbox {
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.modal {
  cursor: pointer;
}

.modal-body {
  padding: 10px 20px;
}

.modal-header {
  padding: 5px 15px;
}

.modal-body fieldset {
  padding-top: 10px;
}

.modal-body .form-actions {
  margin-top: 5px;
}

.modal-backdrop {
  display: none !important;
}

.smart-form table.addDoc td.addDocTd {
  padding: 1%;
  width: 40%;
}

.modal-content {
  padding: 2%;
}

/*modal ends*/
.height-100 {
  height: 100%;
}

/**noty custom theme**/
.noty_type_invert {
  background-color: black;
  color: whitesmoke;
}

/****/

.float-left {
  float: left !important;
}

.float-right {
  float: right;
}

.textarea-for-copy {
  height: 0;
  position: absolute;
  left: -200px;
  top: -200px;
  width: 0;
}

.disableDiv {
  opacity: 0.5;
  pointer-events: none;
}

.smart-style-3 #header,
.smart-style-3 .page-footer,
.smart-style-3 .superbox-show {
  background-image: none;
  background-color: #2c3742;
  z-index: 1020 !important;
}

.smart-style-3 .editor-area,
body.smart-style-3 .editor-area {
  font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.smart-style-2 .btn-success {
  background-color: #739e73;
  border-color: #659265;
}

.smart-style-2 .btn-warning {
  background-color: #c79121;
  border-color: #b1811d;
}

.smart-style-2 .btn-danger {
  background-color: #a90329;
  border-color: #900323;
}

.smart-style-2 .btn-primary,
.smart-style-2 .smart-form .button {
  background-color: #3276b1;
  border-color: #3276b1;
}

.bootbox.modal .chosen-container.chosen-with-drop .chosen-drop {
  top: 100% !important;
  left: 0px !important;
  background-clip: padding-box;
  position: absolute;
}

.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wrapall {
  word-break: break-all;
}

/*toggle button css for active/inactive user*/
#manage-user-content .user-manager-filter {
  display: flex;
  justify-content: center;
}

#manage-user-content
  .smart-form
  .active-inactive-toggle
  input:checked
  + i:before {
  right: 39px;
}

#manage-user-content .smart-form .active-inactive-toggle i:after {
  right: 10px;
  left: 5px;
}

#manage-user-content .user-filter-div {
  float: left;
  margin: 0px 10px;
  height: 25px;
  line-height: 27px;
}

.export-userinfo-dialog
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"] {
  width: auto !important;
}

.export-userinfo-dialog .ui-dialog-content {
  max-height: 400px !important;
}

.popover-content:empty {
  display: none !important;
}

.mu-btn-disabled {
  cursor: not-allowed !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dashboard-widget .dt-toolbar > :first-child {
  width: 40% !important;
}

.dashboard-widget .dt-tool-item {
  padding-right: 13px;
  padding-left: 0;
  width: auto;
}

.full-width {
  width: 100% !important;
}

/* default setting css start */

.document-setting-form .dash-for-nil,
.document-setting-form .add-new-row {
  clear: both;
  float: left;
  background-color: #dff0d8;
  padding: 5px;
  width: 100%;
}

.document-setting-form label.IsDashAsNil {
  top: -17px;
  left: 13px;
}

.document-setting-form .td-unit-scale {
  width: 130px;
}

.document-import-container .file-listrow {
  height: 28px;
  width: 100%;
  border: 1px solid white;
  background: #dcdad3;
  color: black;
}

.document-import-container .filename {
  padding: 5px;
}

.document-import-container .btn-remove-file {
  position: relative;
  float: right;
  right: -27px;
  top: -23px;
}

/* .document-import-container .chosen-container {
    width: 180px !important;
} */

td.listrow-col.action-td > * {
  float: left;
  margin-left: 7px;
  width: auto !important;
}

.document-import-container .checkbox input {
  margin-top: 0px;
}

.document-import-container .checkbox i {
  top: 1px;
}

.document-import-container .add-newfile-template {
  float: left;
  width: 100%;
}

.document-import-container .add-newfile {
  width: 100%;
  display: table;
}

.document-import-container .file-listrow > .listrow-col {
  padding: 0px 2px;
  border: 1px solid #cfcfcf;
}

.document-import-container .add-newfile-template .file-listrow > .listrow-col {
  padding: 0px 15px 0 2px;
}

.document-import-container .file-listrow > .listrow-col:not(td) {
  /* vertical-align: middle; */
  display: table-cell;
  padding-top: 5px !important;
}

.document-import-container
  thead:not(.slimscroll-thead-hide)
  .listrow-header
  th {
  font-weight: 600;
  color: #333;
  padding: 5px;
  border-collapse: collapse;
  border: 1px solid #cfcfcf;
}

.document-import-container thead.slimscroll-thead-hide .listrow-header th {
  padding: 0px 5px;
}

.document-import-container .listrow-header > .listrow-col:nth-child(1) {
  width: 50%;
}

.document-import-container
  .html-files-content
  .listrow-header
  > .listrow-col:nth-child(1) {
  width: 45%;
}

.document-import-container
  .add-newfile-template
  .listrow-header
  > .listrow-col:nth-child(1) {
  width: 86%;
}

.document-import-container .listrow-header > .listrow-col:nth-child(2) {
  width: 20%;
}

.document-import-container
  .add-newfile-template
  .listrow-header
  > .listrow-col:nth-child(2) {
  width: 17%;
}

.document-import-container .listrow-header > .listrow-col:nth-child(3) {
  width: 35px;
}

.document-import-container .listrow-header > .listrow-col:nth-child(4) {
  width: 60px;
}

.document-import-container .listrow-header > .listrow-col:nth-child(5) {
  width: auto;
}

.document-import-container .files-tab-content .tab-pane {
  display: none;
}

.document-import-container .files-tab-content .tab-pane.active {
  display: block;
}

.document-import-container .files-setting-tab .nav-link {
  padding: 5px;
  cursor: pointer;
}

.document-import-container .error-Div {
  clear: both;
  width: 80%;
}

.document-setting-dialog .slimscroll-div {
  max-height: 450px !important;
  overflow: hidden !important;
}

.document-import-container .file-listrow.new-row {
  background: #bfefbf !important;
}

.document-import-container .file-listrow.primary-row {
  background-color: #e7c3e9 !important;
}
/* default setting css end */

.dashboard-dialog .slimscroll-required {
  max-height: 500px !important;
  overflow: hidden !important;
}

.document-import-container .slimscroll-required {
  max-height: 150px !important;
}

.slimscroll-thead-hide,
.slimscroll-thead-hide * {
  height: 0px !important;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 90%;
}

.width-95 {
  width: 95%;
}

.padding-right-5 {
  padding-right: 5px !important;
}

td.listrow-col.checkbox-td {
  text-align: center;
}

td.listrow-col.checkbox-td > label {
  vertical-align: top;
  display: inline-block;
}

.document-import-container td.listrow-col.checkbox-td .checkbox i {
  top: -1px;
}

.document-import-container[disabled] table,
.document-import-container[disabled] .add-newfile-template {
  display: none;
}

[disabled],
[disabled] input,
[disabled] select,
[disabled] a,
[disabled] li {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ixviewer-role-popover {
  max-width: 400px;
  margin-left: 25px !important;
  margin-top: 55px;
}

.ixviewer-role-popover .link-role {
  padding-bottom: 5px;
}

/* to hide element anyway - for that this css rule added */
.hide-imp {
  display: none !important;
}

/* ui dialog css starts */

.ui-dialog .ui-dialog-buttonpane {
  padding: 10px 8px 10px;
  margin-top: 0px;
}

.ui-dialog .ui-dialog-titlebar-close {
  margin-top: -10px;
  opacity: 0.9;
}

.ui-dialog .ui-dialog-title {
  font-size: 15px;
}

.ui-dialog * {
  font-size: 12px !important;
}
.ui-dialog {
  overflow: visible;
  max-width: 850px;
  max-height: 650px;
}

.ui-dialog .ui-dialog-content {
  overflow-x: auto;
  overflow-y: auto;
  width: 100% !important;
  height: auto !important;
  min-width: 300px !important;
  min-height: 200px !important;
  max-height: auto !important;
}

.ui-dialog .smart-form fieldset {
  padding: 2px 5px 2px 5px;
  background-color: #fbfbfb;
  border: 2px solid #ddd;
  box-shadow: 0 1px 1px #ececec;
  -webkit-box-shadow: 0 1px 1px #ececec;
  -moz-box-shadow: 0 1px 1px #ececec;
  position: relative;
  margin-bottom: 10px;
}

.ui-dialog .smart-form .label {
  font-weight: 600;
}

.ui-dialog .smart-form section {
  margin-bottom: 6px;
}

.ui-dialog .smart-form section .calendar-date {
  width: 120px;
}

.ui-dialog .smart-form section .chosen-select {
  width: 30px;
}

.ui-dialog label.error {
  color: red;
}
/* ui dialog css ends */

/* alert notification custom css */

.MessageBoxContainer {
  width: 760px;
  margin: 0 auto;
  /* background: rgba(41, 97, 145, 0.8); */
  padding: 10px 20px;
}

.MessageBoxMiddle {
  width: 100%;
  left: 0;
}

.MessageBoxMiddle .MsgTitle {
  font-weight: 500;
}

.MessageBoxMiddle .pText {
  font-size: 14px;
  line-height: 25px;
  word-break: break-word;
}

/* alert notification custom css end */

/* session timout css start */

.timeout-minute-span,
.timeout-seconds-span {
  font-weight: bold;
  color: red;
}

.divMessageBox.session-timeout {
  z-index: 10000000;
}

div.session-timeout-disable {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  z-index: 10000;
  opacity: 0.6;
  left: 0px;
  top: 0px;
  display: none;
}
/* session timeout css end */

#system-query-content .dt-toolbar > :first-child {
  width: auto !important;
}
#system-query-content .query-manager-filter {
  display: flex;
  justify-content: center;
  top: 5px;
}
/* document list archives split view css start */
.table-group-header {
  background-color: #c2baba !important;
  color: white;
  font-weight: bold;
}

.table-group-header > td {
  border: none !important;
  color: white;
  font-weight: bold;
}
/* document list archives split view css end */
