/******************************************* NEW CSS ***********************/
.min-body-height {
    min-height: 300px;
}

.error-red {
    color: #dd4b39;
}

.small-box > .inner {
    text-align: right;
}

.small-box > .small-box-footer {
    text-align: right;
    padding-right: 5px;
}

table tr td.no-data-column {
    text-align: center;
    font-weight: bold;
}

.ulnew {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

.lstyle-none {
    list-style: none;
}

.mt-20 {
    margin-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.select2-container *:focus {
    border-color: #3c8dbc !important;
}

.guide-line-title {
    color: #6cbe03;
    font-weight: bold;
}

.mb-10 {
    margin-bottom: 10px;
}

.vh-align-center {
    text-align: center;
    vertical-align: middle !important;
}

.valign-middle {
    vertical-align: middle !important;
}

ul.max-height-scroll {
    width: 300px;
    max-height: 225px;
    overflow: auto;
}

ul.passport-auto-complete {
    position: absolute;
    width: 100%;
    list-style: none;
    background: white;
    background: white;
    z-index: 9999;
    padding-left: 0px;
}

    ul.passport-auto-complete li {
        padding: 7px;
        border: 1px solid #e0e0e0;
        cursor: pointer !important;
    }

        ul.passport-auto-complete li:hover, .passport-active {
            color: white;
            background: #367fa9;
        }

ul.ul-attach-file {
    list-style: none;
    padding: 0px;
}

    ul.ul-attach-file li {
        margin-bottom: 10px;
    }

        ul.ul-attach-file li a i.fa.fa-file-word-o, ul.ul-attach-file li a i.fa.fa-file-pdf-o {
            font-weight: 900;
            color: #605ca8;
        }

        ul.ul-attach-file li a i.fa.fa-times-circle-o {
            font-weight: 600;
            color: red;
        }

.uid-modal-pop .modal-dialog {
    width: auto;
    padding: 20px;
    margin:5px;
}

.document-editor-pop .modal-dialog {
    width: 90%;
    height: 100vh;
}

.document-editor-pop .modal-body {
    width: 100%;
    height: 70vh;
}

