﻿
.pull-right {
    float: right;
}

.jstree-anchor {
    /*enable wrapping*/
    white-space: normal !important;
    /*ensure lower nodes move down*/
    height: auto !important;
    /*offset icon width*/
    padding-right: 22px !important;
}

.template_preview {
    background-color: white !important;
}

.svg-icon {
    margin-right: 0px !important;
}

.col-form-label {
    text-align: right;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.disabled-anchor {
    pointer-events: none;
}

.anchor-btn-cursor {
    cursor: pointer;
}

.field-validation-error {
    color: red;
}

.error {
    color: red !important;
}

.document-content {
    max-height: max-content;
    padding: 30px !important;
    min-height: 600px !important;
}

.link-button {
    background: none !important;
    border: none;
    width: 100%;
}

.temp-save-btn {
    border: none;
    background-color: white;
}

.export-pdf-btn:hover {
    background-color: rgb(243,246,249);
}

.form-btn {
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.show-difference-btn-container {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

ins.diffmod {
    background: yellow;
}

del.diffmod {
    background: red;
}

del.diffdel {
    background: red;
}

ins.diffins {
    background: yellow;
}

.Doc-heading {
    text-align: center;
    margin-bottom: 20px;
}

.doc-partition {
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.table-width {
    width: auto !important;
}

.checkbox-list .checkbox {
    margin-bottom: 12px !important;
}

.modal {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

div.dataTables_filter input {
    font-family: "Arial" !important;
}

.responsive {
    max-width: 100%;
    height: auto;
}

body {
    padding-right: 0px !important;
}

@media (max-width: 992px) {
    #kt_todo_aside {
        overflow-y: scroll;
    }

    #page-content {
        overflow-x: scroll;
    }
}

@media (max-width: 767px) {
    .card-btn-group {
        float: none !important;
        margin-left: 0px !important;
    }
}

@media (max-width: 767px) {
    .col-form-label {
        text-align: left !important;
    }
}

.hideContent {
    overflow: hidden;
    height: 6em;
}
.Large_dailog {
    max-width: 700px !important;
}
.mediam_dailog{
    max-width:600px !important;
}
.showContent {
    height: 200px;
    overflow: scroll;
}

.Error_dailog {
    max-width: 700px;
}



.splitter {
    cursor: col-resize;
}

/*.pane-width {
    width: 380px;
}*/

#PagesPane::-webkit-scrollbar-track {
    background-color: #E4E6EF;
}

#PagesPane::-webkit-scrollbar {
    width: 6px;
    background-color: #E4E6EF;
}

#PagesPane::-webkit-scrollbar-thumb {
    background-color: #C0C0C0;
}

.icon-set {
    left: -3px !important;
    bottom: 2px;
}
@media (max-width: 440px) {
    #btnbar{
        /*display:none;*/
        box-shadow:none;
        left:70px;
    }
    #mobileviewside{
        display:none;
    }
}