/*Flaticon*/
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Flaticon.woff") format("woff"),
    url("../fonts/Flaticon.ttf") format("truetype"),
    url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 18px;
    font-style: normal;
    /*  */
}

body.noscroll {
    overflow-y: hidden !important;
}

.flaticon-user:before {
    content: "\f100";
}

.flaticon-plus:before {
    content: "\f101";
}

.flaticon-close:before {
    content: "\f102";
}

.flaticon-document-1:before {
    content: "\f103";
}

.flaticon-document:before {
    content: "\f104";
}

h4 {
    font-size: 18px;
}

.row.modal-row {
    background: #eeeeee;
    padding: 10px;

    margin-bottom: 16px;
    margin: 0;
}

.modal-block .mfp-container {
    text-align: center;
    position: relative;
    width: 500px !important;
    padding: 30px 0px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: center;
    margin: 0 auto;
    border-radius: 3px;
    background: #fff;
    height: auto;
    top: 25px;
}

.row.modal-row div {
    /*    margin-bottom: 0;*/
}

.row.modal-row select {
    border: 0;
    font-weight: 500;
    color: #acacac;
}

.modal-block .mfp-container .addbtn {
    padding: 5px 40px;

}

.modal-block .mfp-container .cancelbtn {
    padding: 5px 30px;
    margin-right: 6px;
}

.footer-model {
    text-align: right;
    padding: 15px;
    /* padding-bottom: 0px; */
}

.modal-block .mfp-container h2 {
    padding: 10px 17px 0;
    color: #555555;
    font-size: 20px;
    font-weight: 600;
}

.row.modal-row label.control-label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.mfp-preloader {
    color: #000;
}

.input-prepend {
    position: relative;
}

.input-prepend .input-group-prepend {
    position: absolute;
    top: 27px;
    right: 14px;
}

.required.has-error .help-block {
    color: red;
}

.has-error .help-block {
    color: red;
}

.in-between-fields {
    display: none;
}

.between-filter .in-between-fields {
    display: block;
}

.between-filter .all {
    display: none;
}

input.error, select.error {
    border: 1px solid red !important;
}

label.error {
    color: red;
}

.input-group.date .input-group-addon {
    border: 1px solid #ccc !important;
    cursor: pointer;
    padding: 0 10px;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    background-color: #eee;
}

.input-group .input-group-addon:nth-child(2) {
    border-left: none !important;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    /*    border-right: none !important;*/
}

.has-error .input-group .input-group-addon:nth-child(2) {
    border-right-color: #dd5826 !important;
}

.input-group .glyphicon:before {
    line-height: 30px;
    text-align: center;
}

.form-group.required label.control-label:after {
    content: ' *';
    color: #ff0000;
}

/* new css 13-07-2018 */
/* .widget {
    min-height: 500px;
} */
.chzn-container-single .chzn-default, .basic-search-form .chzn-container-single .chzn-single-with-drop {
    color: #999;
    height: 34px;
    background: #f8f8f8;
    padding: 4px 5px;
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
}

.chzn-container-single a.chzn-single {
    color: #999 !important;
    height: 34px !important;
    background: #f8f8f8 !important;
    padding: 4px 5px !important;
    border: 1px solid #e4e4e4 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.chzn-container-single .chzn-single div {
    top: 4px !important;
}

.basic-search-form .form-control {
    background: #f8f8f8;
}

.basic-search-form .chzn-container-single .chzn-drop {
    width: 100% !important;
    border: 1px solid #e4e4e4 !important;
}

.basic-search-form .form-control {
    border: 1px solid #e4e4e4 !important;
}

.basic-search-form .chzn-container-single .chzn-single abbr {
    top: 10px;
}

a.asc:after, a.desc:after {
    position: relative;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.has-error .input-group {
    border-color: #dd5826;
    border-radius: 4px;
}

.has-error .input-group.date .input-group-addon {
    border: 0;
    border-right: 1px solid #ccc;
}

.s2-select-label .glyphicon, .s2-unselect-label .glyphicon {
    top: 5px;
}

/*.s2-select-label, .s2-unselect-label, .s2-togall-button {
    display: none !important;
}*/

.has-error .chzn-container-single {
    border: 1px solid #dd5826;
    border-radius: 5px;
}

.has-error .cke_chrome {
    border: 1px solid #dd5826;
}

.chzn-container-single a.chzn-single {
    color: #000 !important;
}

.chzn-container-single .chzn-single abbr {
    top: 11px !important;
}

/* .form-actions button.btn.btn-primary {
    padding: 9px 30px;
} */

.chzn-container .chzn-results li:hover {
    background: #5d8fc2;
}

.content-wrap .chzn-container .highlighted {
    background-color: #5d8fc2 !important;
}

.chzn-container .chzn-results .highlighted {
    background-color: #5d8fc2 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d8fc2', endColorstr='#2a62bc', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(top, #5d8fc25d8fc2 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(top, #5d8fc2 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(top, #5d8fc2 20%, #2a62bc 90%);
    background-image: linear-gradient(#5d8fc2 20%, #2a62bc 90%);
    color: #fff;
}

.container-items .item.panel:last-child {
    margin: 0 !important;
}

.toolbar-container .btn-group .btn + .btn {
    margin-left: 0;
}

/* ------------------------------------------------- */
@media screen and (max-width: 1366px) {
    .table > thead > tr > th {
        font-weight: 500;
        letter-spacing: 0.2px;
        font-size: 15px;
        text-align: center;
    }

    section.ticket-list table tr th:last-child {
        min-width: 195px;
    }

}

/*.filters .form-control {
    width: 100% !important;
}*/

/* admin-user */

.has-success .form-control {
    border: 1px solid #ccc !important;
}


.chzn-container .chzn-results li.active-result.highlighted {
    background: #5d8fc2 !important;
}

.chzn-container {
    vertical-align: middle;
    width: 100% !important;
}

.assets-to-user .mfp-close {
    display: none;
}

.assets-to-user .mfp-container {
    padding-top: 0;
}

.assets-to-user button [type="reset"], button[type="submit"], button[type="button"] {
    margin: 0px;
    margin-right: 15px;
}

.assets-to-user .iframe-popup h3 {
    padding-left: 13px;
    padding-top: 11px;
}

.row.modal-row div.chzn-drop {
    width: 439px !important;
    top: 33px;
    border: 0;
    margin-left: 4px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eee;
    opacity: 1;
}

.table > thead > tr > th {
    font-weight: 500;
    letter-spacing: 0.2px;
    font-size: 13px;
    white-space: nowrap;
}

.table > thead > tr > th:first-child {
    width: 100px;
}

.table th, .table td {
    padding: 0.55rem;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}

.chzn-container .chzn-drop {
    /* border: 1px solid #4D90FE !important; */
    border: 1px solid #e4e4e4 !important;
    border-top: 0 !important;
}

.chzn-drop {
    width: 100% !important;
}

.has-error .date .form-control {
    border: 1px solid #ccc !important;
}

.chzn-container .chzn-results li {
    line-height: 20px !important;
}

.field-ClosingRequestSeniorAcceptence label {
    display: block;
}

.field-ClosingRequestReferenteAcceptence label {
    display: block;
}

.estimate-page form div.col-lg-12 {
    margin-bottom: 0px;
}

.estimate-page .form-actions div.col-lg-12 {
    margin-bottom: 0 !important;
}

.estimate-page label {
    color: #000;
    padding: 6px 0 0px;
    display: block;
    margin: 5px 0 5px;
}

.kv-all-select {
    min-width: 50px;
}

.table-striped .btn.btn-default span {
    vertical-align: middle;
}

.table > thead > tr > th a {
    color: #555;
}

.input-group-text {
    padding: 6px 10px !important;
    border: none;
    border-radius: 0 .25rem .25rem 0;
    border-left: 1px solid #ced4da;
}

.input-prepend .input-group-prepend {
    position: absolute;
    top: 28px;
    right: 15px;
}

.alert-success span.glyphicon.glyphicon-ok-sign, .alert-danger span.glyphicon.glyphicon-ok-sign {
    vertical-align: inherit;
}

label[for="appuser-appuser_mobile"] {
    display: block;
}

input#appuser-appuser_mobile {
    font-weight: 300;
    padding: 6px 12px;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: .25rem;
    color: #555;
}

input#appuser-appuser_mobile:focus {
    outline: none;
}

section.widget.estimate-page button {
    padding: 9px 32px;
    margin: 4px;
}

span.fa.fa-thumbs-o-down {
    font-size: 20px;
}

span.fa.fa-thumbs-o-up {
    font-size: 20px;
}

/* .sidebar-icon:before{
   color: #aaa;
} */

.page-title {
    font-size: 24px;
}

.sidebar-nav > li > a .icon {
    line-height: 33px;
}

.sidebar-nav .active i {
    color: #000;
}

.sidebar-nav i.sidebar-icon.ticket-list:before {
    left: 5px;
    background: url(../images/sidebar-nav/file.png);
}

.sidebar-nav .active i.sidebar-icon.ticket-list:before {
    background: url(../images/sidebar-nav/file-active.png);
}

.sidebar-nav i.sidebar-icon.ticket-archive:before {
    left: 5px;
    background: url(../images/sidebar-nav/archive-file.png);
}

.sidebar-nav .active i.sidebar-icon.ticket-archive:before {
    background: url(../images/sidebar-nav/archive-file-active.png);
}

.sidebar-nav i.sidebar-icon.close-request:before {
    background: url(../images/sidebar-nav/close.png);
}

.sidebar-nav .active i.sidebar-icon.close-request:before {
    background: url(../images/sidebar-nav/close-active.png);
}

.sidebar-nav i.sidebar-icon.add-ticket:before {
    background: url(../images/sidebar-nav/plus.png);
    left: 2px;
    top: 2px;
}

.sidebar-nav .active i.sidebar-icon.add-ticket:before {
    background: url(../images/sidebar-nav/plus-active.png);
}

.sidebar-nav i.sidebar-icon.users:before {
    background: url(../images/sidebar-nav/user.png);
}

.sidebar-nav .active i.sidebar-icon.users:before {
    background: url(../images/sidebar-nav/user-active.png);
}

.navbar-dashboard .navbar-header.mobile-hidden {
    display: block;
}

.navbar-header.mobile-hidden ul.nav.navbar-nav {
    float: right;
}

a.assign-button.btn.btn-primary {
    float: right;
    margin-bottom: 15px;
}

div#joinappuserasset_idasset_chzn ul {
    border: 1px solid #e4e4e4 !important;
}

div#joinappuserasset_idasset_chzn input {
    color: #999 !important;
    height: 30px !important;
    background: transparent !important;
    padding: 4px 5px !important;
    border: 0px solid #e4e4e4 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 14px;
}

div#joinappuserasset_idasset_chzn ul.chzn-choices {
    border-radius: 5px;
}

div#joinappuserasset_idasset_chzn ul.chzn-choices li.search-choice {
    vertical-align: middle;
    margin: 6px 0 3px 5px !important;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 750px;
}

.row.modal-row div.chzn-drop {
    width: 100% !important;
    margin-left: 1px;
    margin-right: 0px;
}

.row.modal-row div.chzn-container-single, .row.modal-row div.chzn-container-multi {
    width: 100% !important;
}

body.iframe-popup {
    background: transparent;
    /*background: #fff;*/
}

.library-log-iframe body.iframe-popup {
    background: #fff !important;
}

.magnific-form.assign-ticket-popup {
    background-color: #f5f5f5;
    border-radius: 5px;
}

.magnific-form.assign-asset-popup, .magnific-form.library-assignment-popup {
    background-color: #f5f5f5;
    border-radius: 5px;
    min-height: 390px;
}

.magnific-form.assign-asset-popup button#select-all {
    color: #fff;
    background-color: #555;
    border-color: #3c3c3c;
    padding: .375rem .5rem;
    width: auto;
    height: auto;
}

.magnific-form.assign-asset-popup button#select-all:hover {
    background-color: #3c3c3c;
    border-color: #1c1c1c;
}

.iframe-popup .btn {
    min-width: 95px;
}

.assign-ticket-popup button.btn.btn-primary {
    color: #fff;
    background-color: #555;
    border-color: #3c3c3c;
    width: auto;
    height: auto;
}

.assign-ticket-popup button.btn.btn-primary:hover {
    background-color: #3c3c3c;
    border-color: #1c1c1c;
}

section.widget {
    overflow: visible;
}

main#content {
    overflow: hidden;
    padding: 76px 40px 42px;
    background-color: #f5f5f5;
}

.widget {
    box-shadow: 1px -4px 10px rgba(50, 50, 93, .15), 0 0px 0px rgba(0, 0, 0, .02);
    border-radius: 3px;
}

.page-controls {
    box-shadow: 10px 0px 10px #e8e8e8;
}

.dropdown-menu {
    border: none;
}

.fileinput-button span {
    position: relative !important;
    top: 2px !important;
}

.start span {
    position: relative !important;
    top: 2px !important;
}

.fileinput-button i {
    position: relative !important;
    top: 0px !important;
}

.start i {
    position: relative !important;
    top: 0px !important;
}

.form-group .control-label {
    /*padding: 9px 0;*/
}

.form-tag-filter i, .form-metatag-filter i {
    position: relative !important;
    top: 1px !important;
    right: 1px !important;
}

.form-actions.buttons-bottom-main a, .form-actions.buttons-bottom-main button {
    padding: 7px 10px 5px 10px !important;
    line-height: 21px !important;
}

.filepreview i {
    position: relative;
    top: 1px !important;
}

.delete span {
    position: relative;
    top: 1px !important;
}

.lib_code_generate i {
    position: relative;
    top: 0px !important;
}

.select2-container--krajee .select2-selection--single, .select2-container--krajee-bs3 .select2-selection--single {
    padding: 7px 24px 6px 12px !important;
}

.select2-container--krajee li.select2-results__option,.select2-container--krajee-bs3 li.select2-results__option {
    font-size: 13px !important;
}

.estimate-page ul {
    padding: 0 17px;
}

.estimate-page ul a {
    margin-left: -3px;
    color: #555;
}

.p10-0 {
    padding: 10px 0;
}

.input-group-addon, .input-group-btn {
    width: auto;
    white-space: nowrap;
    vertical-align: middle;
}

.bootstrap-dialog.modal.fade .modal-dialog {
    transition: inherit;
    transform: initial;
}

.bootstrap-dialog.type-warning .modal-header {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 5px;
}

.bootstrap-dialog .bootstrap-dialog-title {
    display: inline-block;
    font-size: 16px;
    color: #555;
    font-size: 1.75rem;
}

.bootstrap-dialog .bootstrap-dialog-message {
    font-size: 14px;
    color: #000;
}

.bootstrap-dialog-footer-buttons button {
    min-width: 95px;
}

.bootstrap-dialog-footer-buttons button.btn-warning {
    color: #fff !important;
    background-color: #555;
    border-color: #555;
}

.bootstrap-dialog-footer-buttons button.btn-warning:hover {
    background-color: #3c3c3c;
    border-color: #1c1c1c;
}

.modal-backdrop.in {
    opacity: .8;
}

section.widget.ticketdetails-page a {
    color: #555;
}

section.widget.ticketdetails-page ul {
    padding-left: 17px;
}

.estimate-page label b {
    font-weight: 500;
}

.has-success .input-group-addon {
    color: #555;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #555;
}

.estimate-page .widget-body p {
    margin-bottom: 0;
}

/* button.btn.btn-primary {
    width: 125px;
    height: 40px;
} */
.chzn-container-single .chzn-search input {
    width: 100% !important;
}

.form-actions {
    margin: 1rem 0 1rem 0;
    padding: 0.6rem;
    background-color: white;
}

.btn-inverse:focus, .btn-inverse.focus {
    color: #fff;
}

.has-success .form-control:focus {
    border-color: #e4e4e4;
}

.table-striped .btn.btn-default span {
    vertical-align: middle;
}

.table > thead > tr > th a {
    color: #555;
}

.create-quotation label {
    color: #000;
    padding: 6px 0px 0px;
    display: block;
    margin: 5px 0px 5px;
}

.create-quotation.widget-body p {
    margin-bottom: 0;
}

.create-quotation .input-prepend .input-group-prepend {
    position: absolute;
    top: 37px;
    right: 15px;
}

.close-request label {
    color: #000;
    padding: 6px 0 0px;
    display: block;
    margin: 5px 0 5px;
}

.close-request.widget-body p {
    margin-bottom: 0;
}

.item.panel-default {
    padding: 15px 0;
}

.fileupload-buttonbar input.toggle {
    display: none;
}

.file-input .input-group .glyphicon:before {
    line-height: 17px;
    text-align: center;
}

.field-library-library_link .fileinput-remove {
    display: none;
}

.input-group-append {
    display: inline;
}

.file-preview .fileinput-remove {
    line-height: 25px;
    margin-right: 5px;
}

.tabel-footer {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.tabel-footer .summary-inner {
    float: left;
}

.tabel-footer .pager-inner {
    float: right;
}

.table-striped > tbody > tr > td > a {
    padding: 3px;
}

.input-group > .input-group-append > .btn {
    margin-right: 0px;
}

label.field-info {
    color: #929292;
    width: 100%;
    text-align: right;
    position: relative;
    top: -12px;
    font-size: 12px;
}

.form-inline .form-control {
    display: inline-block;
    width: 80px;
    vertical-align: middle;
}

.input-group-append .btn + .btn {
    margin-left: 1px;
}

.file-caption.form-control.kv-fileinput-caption {
    max-width: 74%;
    margin-right: 2px;
}

.add-tag-popup {
    background-color: #f5f5f5;
    border-radius: 5px;
}

.add-tag-popup {
    border-color: #3c3c3c;
    width: auto;
    height: auto;
}

.field-library-tag {
    position: relative;
}

.addnewtag {
    position: absolute;
    right: -61px;
    bottom: 17px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td > img {
    height: 80;
    widows: 53;
}

.file-template-upload table .preview img {
    max-width: 100%;
}

.file-template-upload table > tbody > tr > td {
    padding: 12px;
    text-align: left;
    vertical-align: middle;
    word-break: break-word;
}

.file-template-upload table > tbody > tr > td:nth-child(2) {
    width: 15%;
}

.file-template-upload .files td .progress {
    display: none;
}

.fileupload-progress .files td .progress {
    display: none;
}

.file-template-upload p {
    margin: 0;
}

.file-template-upload table td:nth-child(1) {
    width: 50%;
}

.file-template-upload table .btn .glyphicon {
    color: #fff;
    top: 0;
}

.file-template-upload table {
    border: 1px solid #ece9e9;
    margin-top: 20px;
    table-layout: fixed;
}

.file-template-upload table > tbody > tr > td:last-child {
    text-align: right;
    width: 20%;
}

.file-template-upload .btn .glyphicon {
    color: #ffffff;
}

tr.template-download.fade.in td:last-child button.cancel {
    display: none;
}

tr.template-download.fade.in td:last-child:after {
    content: "\2714    Uploded";
    position: relative;
    background: #64bd63;
    color: #fff;
    border-radius: 4px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
}

.col-lg-12.fileupload-progress {
    margin: 0 !important;
}

.progress {
    margin: 15px !important;
}

.fileupload-progress.fade {
    display: none;
}

.fileupload-progress.fade.in {
    display: block;
}

.fileupload-buttonbar > .col-lg-12 > .btn-warning.cancel, .fileupload-buttonbar a.delete, .template-upload .btn-primary.start {
    display: none;
}

.fileupload-buttonbar .btn-primary.start:hover, .fileupload-buttonbar .btn-primary.start:focus {
    color: #fff;
    background-color: #4175ab;
    border-color: #3d6fa2;
}

.btn:focus, .btn:active:focus, .btn:hover {
    outline: none !important;
    box-shadow: none;
}

.grid-view .panel.panel-default {
    border: none !important;
}

.grid-view .panel.panel-default .kv-panel-after {
    display: none;
}

.grid-view .panel.panel-default .panel-footer {
    background: none;
    border: none;
    padding: 10px 0px 10px 0px;
    overflow: hidden;
}

/*.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {*/
/*    z-index: 3;*/
/*    color: #242424;*/
/*    cursor: default;*/
/*    background-color: #e8e8e8;*/
/*    border-color: #ddd;*/
/*}*/

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 8px 6px;
}

/* My css start */
.filepreview {
    position: absolute;
    right: -71px;
    bottom: 0px;
}

.white-popup {
    margin: 20px auto;
    height: auto;
    width: auto;
    padding: 15px;
    background: #FFF;
    min-height: 100vh;
}

.ajax-loader {
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

.img-loader {
    visibility: hidden;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

.ajax-loader img, .img-loader img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
}

.mfp-close {
    margin-top: 20px !important;
}

.widget-login-logo {
    padding-top: 5%;
}

.widget-login-logo img {
    height: 115px;
}

.widget-login-container {
    padding-top: 0% !important;
}

.bootstrap-dialog.type-info .modal-header {
    background-color: #f5f5f5;
}

.clickhere {
    font-size: 15px;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #f5f5f5;
}

.sideheader {
    margin-bottom: 0px;
    height: auto;
}

.sideheader .sidebarlogo {
    min-width: 35px;
    max-width: 38%;
}

.sideheader .bforms-logo {
    max-width: 70%;
}

.lib_code_generate {
    margin-top: 0px;
    margin-left: -3px;
}

.library-library_documentdate {
    border-left: 0px !important;
}

.percheckbox {
    display: inline-block;
    float: left;
    margin-right: 3%;
}

.has-success .cbx-active {
    border: 1px solid #ccc !important;
    color: #333 !important;
    box-shadow: none !important;
}

.tagcolorbox {
    border: 1px solid transparent;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.othertagcategory {
    display: none;
}

.tag-font-weight {
    font-weight: 500;
}

.filepreview:hover {
    color: white !important;
}

.tag-default {
    text-align: left !important;
    min-width: 200px !important;
}

.tag-default .m-badge {
    margin-right: 5px;
}

.white-popup img {
    max-height: 100%;
    width: auto;
    margin: 0 auto;
}

.white-popup fieldset {
    height: 80vh;
}

.white-popup {
    min-height: 93vh;
    overflow: hidden;
}

.white-popup .text-center {
    display: block;

}

.white-popup fieldset > .row {
    height: 96%;
}

.white-popup .text-center iframe {
    height: 100%;
}

.modal-open .modal {
    z-index: 999999 !important;
}

#library-grid .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.custom-table {
    display: block;
    max-width: 100%;
    overflow: scroll;
    height: 100%;
}

.delete {
    margin-left: 400px;
    margin-top: -80px;

}

.magnific-form.file-upload-popup {
    background-color: #f5f5f5;
    border-radius: 5px;
    min-height: auto;
}

.magnific-form.modal-file-popup {
    background-color: #f5f5f5;
    border-radius: 0px;
    min-height: initial;
    max-height: 90vh;
    overflow: auto;
}

.mr-15 {
    margin-right: 15px !important;
}

.modal-file-popup .modal-file-footer {
    padding: 15px;
    text-align: right;
}

.modal-file-popup form#w0 h2 {
    padding: 15px;
}

.modal-file-popup .file-template-upload table td:nth-child(1) p {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.files-list-customs > div > * {
    margin: 0;
}

.files-list-customs {
    margin-bottom: 15px;
    margin-left: -20px;
}

.buttons-bottom-main button, .buttons-bottom-main a {
    margin-right: 10px;
}

.files-list-customs .filepreview {
    position: static;
    margin-left: 38px; /* 30px to 38px Change by Chirag for alignment in view file */
    margin-right: 20px;
    margin-top: 3px;
}

@media screen and (max-width: 991px) {
    .buttons-bottom-main {
        width: 100%;
        margin: 0;
        flex: 1;
        max-width: 100%;
    }
}

.modal-block .mfp-container .addbtn {
    padding: 5px 40px;

}

.modal-block .mfp-container .cancelbtn {
    padding: 5px 30px;
    margin-right: 6px;
}

.files-list-customs.a > .ul li {
    /* margin-left: 18px; */
    margin-bottom: 5px;
    margin-top: 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding-top: 5px;
    /* position: relative; */
    padding-right: 40px;
}

.files-list-customs.a > .ul li {
    margin-left: 18px;
    margin-bottom: 5px;
    margin-top: 0px;
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    padding-right: 40px;
}

.delete {
    margin-left: 10px;
    margin-top: 3px;
}

.file-template-upload {
    margin-top: 20px;
}

.files-list-customs {
    width: 100%;
    float: left;

}

.files-list-customs li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.form-control:focus {
    border-color: #66afe9;
}

.m-badge.m-badge--wide {
    letter-spacing: 0.6px;
    padding: 3px 9px;
    border-radius: 0;
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(36, 36, 36, 0.25);
    border: 1px solid rgba(36, 36, 36, 0.11);
}

.m-badge {
    background: #eaeaea;
    color: #444;
    font-size: 11px;
    line-height: 14px;
    min-height: 20px;
    min-width: 20px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    padding: 0px 3px;
    border-radius: .75rem;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding-top: 3px !important;
}

.kv-panel-pager ul.pagination {
    /* display: inline-block; */
    float: right;
    margin: 0;
}


.library-right-sidebar .input-group-append {
    display: flex;
}

.chat-sidebar-user-group div.list-group-item:hover {
    color: #eee;
    background-color: rgba(0, 0, 0, 0.15);
}

.categories-tag {
    padding: 5px 10px;
}

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



.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field,.select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field {
    box-shadow: none;
}
 

select.tag-select + span .selection .select2-selection__rendered .select2-selection__choice {
    background: none;
    border: none;
    position: relative;
}

select.tag-select + span .selection .select2-selection__rendered .select2-selection__choice span.select2-selection__choice__remove {
    position: absolute;
    right: 7px;
    top: 7px;
    margin: 0;
    padding: 0;
    line-height: 8px;
    width: 10px;
    height: 10px;
    font-size: 14px;
}

::-webkit-full-page-media, _:future, :root .select.tag-select + span .selection .select2-selection__rendered .select2-selection__choice span.select2-selection__choice__remove {

    line-height: 13px !important;

}

.modal-file-footer button {
    padding-top: 7px;
}


.select2-container.select2-container--krajee .select2-selection--single .select2-selection__clear,.select2-container.select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear {
    top: 8px;
    right: 2rem;
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered,.select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}

select.tag-select + span .selection .select2-selection__rendered .select2-selection__choice span.m-badge {
    padding: 2px 20px 2px 10px;
    text-align: left;
    margin-bottom: 0;
}



select.tag-select + .select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove,select.tag-select + .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    opacity: 1;
    font-weight: 500;
    text-shadow: none;
    cursor: pointer;
}

select.tag-select + .select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove,select.tag-select + .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice__remove {
    line-height: 16px;
    top: 0;
}


select.tag-select + .select2-container--krajee .select2-selection--multiple .select2-selection__choice,select.tag-select + .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice {
    margin: 5px 0 0 0px;
    padding: 0px 0px 0px 5px;
}

.select2-results__option
td .panel-tag + span {
    min-width: 250px;
}

.select2-drop, .select2-search, .select2-search input {
    z-index: 9;
}

.tag-dropdown .select2-results ul li.select2-results__option, .tag-dropdown .select2-results ul li.select2-results__option {
    padding: 0;
    display: inline-block;
    margin-right: 4px;
}

.tag-dropdown .select2-results, .tag-dropdown .select2-results ul, .tag-dropdown .select2-results, .tag-dropdown .select2-results ul {
    max-height: 300px;
}

.chat-sidebar-close {
    cursor: pointer;
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 16px;
    background: #000;
}

.tag-dropdown .select2-results .select2-results__option[aria-selected=true],
.tag-dropdown .select2-results .select2-results__option--highlighted[aria-selected],
.tag-dropdown .select2-results .select2-results__option[aria-selected=true],
.tag-dropdown .select2-results .select2-results__option--highlighted[aria-selected] {
    background-color: transparent !important;
}

.panel-tag {
    padding: 5px;
}

.panel-tag .m-badge {
    margin-right: 5px;
    text-align: left;
}

.list-group-item .fa-tags, .panel-tag-category, .fa-search, .fa-refresh {
    cursor: pointer !important;
    color: #fff;
}

.chat-sidebar-user-group .list-group-item.active, .chat-sidebar-user-group .list-group-item.active:focus, .chat-sidebar-user-group .list-group-item.active:hover {
    color: #fff;
    background-color: transparent;
}

.chat-sidebar-container.chat-sidebar-opened .chat-sidebar span.input-group-append {
    border-radius: 0px .25rem .25rem 0px;
    overflow: hidden;
}

.chat-sidebar-user-group .list-group-item.active .message-sender {
    font-weight: inherit;
}

.tag-field {
    position: relative;
}

.tag-field .form-tag-filter, .assign-contract, .form-metatag-filter {

    top: 0px;
}

.chat-sidebar-container.chat-sidebar-opened, .chat-sidebar-container.chat-sidebar-opened .sidebar {
    left: 0;
}

.chat-sidebar {
    z-index: 99;
}

.kv-panel-before {
    padding: 10px 0;
}

.kv-panel-before a.btn {
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 6px 10px;
}

.kv-panel-before .dropdown-toggle {
    font-size: 13px;
}

.kv-panel-before a.btn i {
    margin-right: 5px;
}

.kv-panel-before .btn-group .btn + .btn {
    margin-left: -1px;
}

.dropdown button, .dropdown button:not(:disabled):not(.disabled):active, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #868e96;
    background-color: inherit;
/ / border-color: #204d74;
}

.kartik-sheet-style {
    min-width: 150px !important;
}

.panel-tag .m-badge {
    cursor: pointer;
}

td ul.dropdown-menu {
    padding: 0 !important;
}

.grid-file-name {
    width: 100%;
    overflow: hidden;
    white-space: pre-line;
    word-wrap: break-word;
    word-break: break-all;
}

.lib-file-name {
    width: 100px !important;
    min-width: 200px;
}

.chat-sidebar {
    right: -400px;
    width: 400px;
}

.loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7) url(../images/ajax-loading-gif.gif) center center no-repeat;
    z-index: 1000;
    background-size: 100%;
}

ul.files-list-customs {
    overflow-wrap: break-word;
}

.content .content-footer {
    position: absolute;
    left: 40px;
    right: 40px;
}

@media screen and (max-width: 480px) {
    .content .content-footer div[class^='col-'] {
        width: 100%;
        text-align: center !important;
    }
}

select.tag-select + .select2-container--krajee .select2-selection--multiple .select2-selection__choice,select.tag-select + .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice {
    padding: 0px 5px 0px 5px !important;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__rendered, .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__rendered {
    white-space: pre-line !important;
}

#library-grid table tr td:last-child .dropdown-menu {
    width: 100%;
    min-width: 195px;
    right: 0px;
    left: auto;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

div#library-access-token-list table tr td:last-child .dropdown-menu {
    right: 0px;
    left: auto;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/*#library-grid table tr:last-child td:last-child .dropdown-menu, #library-grid table tr:nth-last-child(2) td:last-child .dropdown-menu,
#library-grid table tr:nth-last-child(3) td:last-child .dropdown-menu {
    top: auto;
    bottom: 0;
}*/

#library-grid .dropdown-menu > li > a span {
    padding-right: 7px;
}

#library-grid .dropdown-menu > li > a {
    padding: 5px 15px;
    white-space: nornal;
}

#library-grid .dropdown button, #library-grid .dropdown button:not(:disabled):not(.disabled):active, #library-grid .open > .dropdown-toggle.btn-default:focus, #library-grid .open > .dropdown-toggle.btn-default:hover, #library-grid .open > .dropdown-toggle.btn-default {
    color: #868e96;
    background-color: inherit;
    border: none;
}

#library-grid .dropdown-menu > li > a:hover, #library-grid .dropdown-menu > li > a:focus, #library-grid .dropdown-menu > li > a:active, #library-grid .dropdown-menu > li > a.active {
    background: #ddd;
}

.copy-token {
    min-width: 60px !important;
}

.dropdown-menu {
    left: -50px;
}

.filelayout-content {
    padding-top: 15px;
}

.action-btn a {
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

.access-token-detail .row .modal-row {
    display: normal !important;
    padding-top: 10px;
    padding-bottom: 15px;
}

.token-date {
    padding-left: 0px;
    padding-right: 0px;
}

.library-files {
    margin: 0px auto;
}

.library-files-content {
    margin-left: 0px;
}

.file-extension {
    background-color: inherit;
    color: inherit;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px;
    background: #8ed5b9;
}

.access-token-detail .row.modal-row div {
    margin-bottom: 1rem;
}

.add-tag-popup .widget {
    box-shadow: none;
}

.btn .glyphicon-ok {
    color: #fff !important;
}

.iframe-popup .modal-backdrop {
    display: none;
}

.generatetoken .table > thead > tr > th, .generatetoken .table > tbody > tr > th, .generatetoken .table > tfoot > tr > th, .generatetoken .table > thead > tr > td, .generatetoken .table > tbody > tr > td, .generatetoken .table > tfoot > tr > td > img {
    height: 0px !important;
}

.libraryfilelist {
    width: 100%;
}

/**/
.list-export {
    position: relative;
}

.list-export .btn-group .btn-group:first-child {
    display: none;
}

.list-export > .btn-group {
    position: absolute;
    right: 0;
    top: 17px;
    z-index: 999;
}

.list-export .btn-default.dropdown-toggle {
    padding: 6px 10px;
    font-size: 13px;
}

.list-export .btn-group .dropdown-menu {
    left: auto;
    right: 0
}

.list-export .open > .dropdown-toggle.btn-default {
    color: #242424;
    background-color: #e5e5e5;
    border-color: rgba(0, 0, 0, 0.15);
}

#library-grid-pjax .kv-panel-before .btn-toolbar .btn-group .btn.btn-default:last-child {
    border-radius: 0;
    margin-left: -1px;
    -webkit-border-radius: 0
}

.select2-dropdown.tag-dropdown {
    display: none;
}

.tag-select + span.select2-container.select2-container--open .select2-selection {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-color: #66afe9;
}

select[readonly].tag-select + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].tag-select + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

.select2-container--krajee .select2-selection,.select2-container--krajee-bs3 .select2-selection {
    border-radius: 3px;
}

.library-index h1.page-title, .library-update h1.page-title, .libraryaccesstoken-index h1.page-title, h1.page-title {
    /* border-bottom: 1px solid #cccbcb; */
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

/* .library-index h1.page-title:before, .library-update h1.page-title:before, .libraryaccesstoken-index h1.page-title:before, h1.page-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: auto;
    width: 30px;
    height: 6px;
    background: #cccbcb;
    bottom: -3px;
    border-radius: 35px;
} */
select[readonly].tag-select + .select2-container .select2-selection__clear,
select[readonly].tag-select + .select2-container .select2-selection__choice__remove {
    pointer-events: all;
    touch-action: auto;
    cursor: pointer;
    z-index: 999;
}

.btn-danger.delete span::after {
    content: "Cancel";
    position: absolute;
    right: 0;
    top: -3px;
    z-index: 9999999999999;
    visibility: visible;
}

.failedUpload::after {
    display: none;
}

.btn-danger.delete {
    padding: 2px 8px 1px 6px;
}

.btn-danger.delete span {
    visibility: hidden;
    position: relative;
}

.login-widget-body .form-group .control-label {
    padding: 0px !important;
}

.login-widget-body button[type="submit"] {
    margin-right: 0px;
}

.nmarginA a {
    margin: 0px !important;
}

.flexLable label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.flexLable label input {
    margin-top: 0px;
    margin-right: 5px;
}


.has-success .select2-container--open .select2-selection, .has-success .select2-container--krajee.select2-container--focus .select2-selection, .has-success.select2-container--krajee .select2-dropdown, .has-success .select2-container--krajee .select2-selection {
    webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}

.has-success .select2-container--open .select2-selection, .has-success .select2-container--krajee-bs3.select2-container--focus .select2-selection, .has-success.select2-container--krajee-bs3 .select2-dropdown, .has-success .select2-container--krajee-bs3 .select2-selection {
    webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}

.assigned-contract {
    font-style: italic !important;
    padding-left: 25px !important;
    position: relative;
    background-color: #276090 !important;
    color: #ffffff;
}

span.assigned-contract:before {
    content: "\e042";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: 5px;
    top: 4px;
}

.alert-error {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.flexLable label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.flexLable label input {
    margin-top: 0px;
    margin-right: 5px;
}

.kv-meter-container {
    width: 65px;
    padding-left: 5px;
}

.kv-scorebar-border {
    width: 65px;
}

.kv-score, .kv-scorebar {
    width: 63px;
}

.input-group-addon {
    line-height: 32px !important;
    margin: 0;
    padding: 0 8px !important;
}

.input-group-addon, .input-group-btn {
    width: auto;
    white-space: nowrap;
    vertical-align: middle;
}

.has-success .input-group-addon {
    color: #555 !important;
    background-color: #eee !important;
    border-color: #ccc !important;
    border-right-color: rgb(204, 204, 204) !important;
    border-left-color: rgb(204, 204, 204) !important;
}

.generate-access {
    min-height: 95vh;
    overflow: hidden;
    margin: 20px auto;
    height: auto;
    width: auto;
    padding: 15px;
    background: #F5F5F5;
    min-height: 100vh;
    border-radius: 2px;
}

.libraty-share {
    min-height: 95vh;
    overflow: hidden;
    margin: 20px auto;
    height: auto;
    width: 65%;
    padding: 15px;
    background: #F5F5F5;
    min-height: 50vh;
    border-radius: 2px;
}

button.mfp-close {
    display: none;
}

/*div#libraryaccesstokensearch-start_date-kvdate {
    display: inline-table !important;
}*/

/*div#libraryaccesstokensearch-end_date-kvdate {
    display: inline-table !important;
}*/

#library-grid .form-metatag-filter {
    position: static;
}


.select2-container--krajee .select2-selection--multiple .select2-selection__choice,.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice {
    margin: 5px 5px 0px 6px;
}

.grid-view .panel {
    margin-bottom: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tag-field .form-tag-filter, .assign-contract, .form-metatag-filter {
    position: absolute;
    right: -35px;
    top: 0px;
}

.library-files .widget-login-logo {
    padding-top: 0px;
}

.token-date .input-group-addon {
    line-height: 0px !important;
}

.token-date .has-error .input-group .input-group-addon:nth-child(2) {
    border-right-color: #ccc !important;
}

#library-access-token-list .table-bordered, #file-under-token-list .table-bordered {
    border: 1px solid #ddd;
}

#library-access-token-list .kv-panel-before, #file-under-token-list .kv-panel-before {
    display: none;
}

.ml-0 {
    margin-left: 0px;
}

.user-detail .control-label {
    padding: 0px;
}

.assign-contract-default {
    min-width: 170px !important;
}

.library-contract-list {
    margin-bottom: 0px;
}

#assign-library-contract-grid .kv-panel-before {
    display: none;
}

.form-notags-filter, .form-nometatags-filter {
    cursor: pointer !important;
}

.library-assign-contract span.assigned-contract:before {
    left: 10px !important;
}

.accesstoken-contract, .accesstoken-note, .accesstoken-portfolio {
    min-width: 250px;
    text-align: left !important;
}

.access-token {
    min-width: 100px;
}

.access-token-date {
    min-width: 180px;
}

.detail-view .copy-token {
    padding: 0px;
}

@media not all, not all, (-webkit-min-device-pixel-ratio: 1.3), not all, (min-resolution: 1.3dppx) {
    .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
        background-image: none !important;
    }

}

.library-download {
    position: relative;
    top: 35%;
}

.library-download .image-loader {
    visibility: visible;
    display: inline-block;
}

.dropdown-menu a {
    cursor: pointer;
}

.file-preview-main {
    max-width: 80%;
    margin: 20px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.40);
    background: #ffffff;
    border-radius: 0;
    height: calc(100vh - 40px);
}

.file-preview-main > h3 {
    font-size: 20px;
    margin: 0;
    padding: 20px 20px;
    border-bottom: 1px solid rgba(26, 54, 126, 0.125);
    margin-bottom: 15px;
}

.file-preview-main .p-container {
    display: flex;
    flex: 0 0 100%;
    height: calc(100vh - 180px);
    overflow: auto;
    padding-bottom: 5px;
}

.file-preview-main .p-container > .row {
    width: 100%;
    margin: 0;
}

.custom-preview {
    max-height: 100%;
    overflow: auto;
}

.custom-preview img {
    max-width: 100%;
}

.generte-access-token .widget {
    margin-bottom: 10px;
}

.changePwd {
    margin-top: 80px;
}

.loginLink {
    margin: 0px auto;
}

.has-success .input-group-addon {
    color: #555 !important;
    background-color: #eee !important;
    border-color: #ccc !important;
    border-right-color: rgb(204, 204, 204) !important;
    border-left-color: rgb(204, 204, 204) !important;
}

.has-error .input-group {
    border-color: #dd5826;
    border-radius: 4px;
}

.library-assignment-popup .btn-library-assignment {
    margin: 0px;
    margin-right: 15px;
}

.library-assignment-popup .control-label {
    margin-bottom: 0px !important;
}

.library-contract, .library-portfolio {
/ / max-width: 200 px;
    word-break: break-all;
    text-align: left !important;
}

.library-contract .m-badge, .library-portfolio .m-badge, .accesstoken-contract .m-badge, .accesstoken-portfolio .m-badge {
    margin-right: 5px;
}

.assignment-list .action {
    min-width: 95px;
}

#library-file-list thead tr th:first-child {
    width: 80% !important;
}

#library-file-list thead tr th:last-child {
    width: 20% !important;
}

.glyphicon {
    top: 0px !important;
}

.dropdown-menu .glyphicon {
    top: 2px !important;
}

.date .input-group-addon:nth-child(2) {
    border-right: none !important;
}

.rounded-circle {
    height: 30px !important
}

.widget-login header h3 {
    font-size: 1.72rem;
}

.req {
    color: red;
}

#library-assignment-list .m-badge.m-badge--wide {
    word-break: break-all;
}

#file-uploaded-list td a, .library-contract {
    word-break: break-all !important;
}

.widget .widget-body {
    font-size: 13px;
}

.reset-filter .fa-refresh {
    margin-top: 5px;
}

@-moz-document url-prefix() {
    .file-preview-main {
        display: block;
    }
}

.btn-disable {
    cursor: not-allowed !important;
    pointer-events: none !important;
}

#library-file-list {
    margin-bottom: 0px;
}

.file-upload-note {
    font-weight: 700;
}

.idcolumn {
    min-width: 90px;
}

.login-page .page-footer {
    position: relative !important;
    float: left;
    width: 100%;
}

#library-library_expiredate {
    height: 34.31px;
}

.kv-verdict {
    margin-top: 2px !important;
}

#library-access-token-list table tr td:last-child .dropdown-menu {
    width: 100%;
    min-width: 115px;
    right: 0px;
    left: auto;
}

#library-access-token-list table tr:last-child td:last-child .dropdown-menu, #library-access-token-list table tr:nth-last-child(2) td:last-child .dropdown-menu,
#library-access-token-list table tr:nth-last-child(3) td:last-child .dropdown-menu {
    top: auto;
    bottom: 0;
}

#library-access-token-list .dropdown-menu > li > a span {
    padding-right: 7px;
}

#library-access-token-list .dropdown-menu > li > a {
    padding: 3px 15px;
    white-space: normal;
}

#library-access-token-list .dropdown button, #library-access-token-list .dropdown button:not(:disabled):not(.disabled):active, #library-access-token-list .open > .dropdown-toggle.btn-default:focus, #library-access-token-list .open > .dropdown-toggle.btn-default:hover, #library-access-token-list .open > .dropdown-toggle.btn-default {
    background-color: inherit;
    border: none;
}

#library-access-token-list .dropdown-menu > li > a:hover, #library-access-token-list .dropdown-menu > li > a:focus, #library-access-token-list .dropdown-menu > li > a:active, #library-access-token-list .dropdown-menu > li > a.active {
    background: #ddd;
}

.post-comments li {
    padding: 1px !important;;
}

.librarytype {
    font-size: 13px;
}

/* Log widget design */
.list-view {
    min-height: 100px;
    padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box;

}

.widget-log .avatar {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}

.widget-log .comment-body {
    display: inline-block;
    word-break: break-word;
    width: calc(100% - 42px);
    vertical-align: middle;
}

.widget-log .comment-body .author {
    line-height: 1.47 !important;
    margin: 0;
}

.widget-log .item {
    margin-bottom: 10px;
}

.library-contract-header {
    min-width: 16em;
}

.access-token .dropdown button[type="button"], .library .dropdown button[type="button"] {
    margin-right: 0px;
}

.cancelbtn {
    margin-right: 10px;
}

.copy-token {
    margin-right: 0px !important;
}

.cancel {
    margin-right: 10px;
}

.template-upload .cancel {
    min-width: 87px !important;
    padding: 3px !important;
    margin-right: 0px !important;
}

#library-grid .row, .content-footer .row {
    flex-wrap: nowrap;
}

.library-log-iframe {
    box-shadow: none !important;
    background: #f5f5f5 !important;
    border-radius: 3px;
    max-height: calc(100vh - 80px) !important;
}

.close {
    margin-right: 0px !important;
}

.alert .glyphicon {
    top: 1px !important;
}

.dropdown-menu li span {
    font-size: 14px !important;
}

.dropdown-menu li span.fa {
    margin-right: 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 185px;
    padding-right: 20px;
}

.no-flex-wrap {
    flex-wrap: nowrap !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .token-date .form-control {
        height: 32px !important;
    }

    .bootstrap-dialog.modal.fade .modal-dialog {
        margin-top: 80px;
    }
}

.deleted-date {
    min-width: 180px;
}

/*#librarysearch-deleteddate-kvdate {
    display: table !important;
}*/

.btn-visible {
    display: block !important;
}



.select2-container--krajee .select2-results__option[role=group],.select2-container--krajee-bs3 .select2-results__option[role=group] {
    font-weight: bold;
    background: transparent;
}

.select2-container--krajee .select2-results__option[role=group] ~ li,.select2-container--krajee-bs3 .select2-results__option[role=group] ~ li {
    padding-left: 30px;
}

.select2-container--krajee .select2-results__option[role=group] ~ li[role="treeitem"],.select2-container--krajee-bs3 .select2-results__option[role=group] ~ li[role="treeitem"] {
    padding-left: 30px;
    color: rgb(85, 85, 85);
    font-size: 13px !important;
}

.select2-container--krajee .select2-results__option[role=group] .select2-results__group,.select2-container--krajee-bs3 .select2-results__option[role=group] .select2-results__group {
    border: none;
    background: transparent;
    color: rgb(85, 85, 85);
    font-size: 13px;
}



.select2-container--krajee .select2-results__option[role=group] ~ li[role="treeitem"].select2-results__option--highlighted,.select2-container--krajee-bs3 .select2-results__option[role=group] ~ li[role="treeitem"].select2-results__option--highlighted {
    color: #fff;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__rendered,.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__rendered {
    padding-right: 10px;
}

.select2-container--krajee .select2-results__option[role=group] ~ li[role="group"],.select2-container--krajee-bs3 .select2-results__option[role=group] ~ li[role="group"] {
    padding-left: 0;
}

/******************** Scroll bar css start ******************/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f2f3f2;
    -webkit-border-radius: 10px;
    background: #eee;
    border-radius: 10px;
}

::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 6px #f2f3f2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #3333339c;
}

/******************** Scroll bar css end ******************/

.expiry_library {
    margin-top: 18px;
}

.select2-container .select2-selection.select2-selection--multiple .select2-search.select2-search--inline .select2-search__field:not([placeholder='']) {
    width: 100% !important;
    margin-right: 100000px;
}

.library-index div#library-grid-container {
    min-height: 180px;
    overflow-y: hidden;
}

.token-view div#library-grid-container {
    min-height: unset !important;
}

.library-index div#library-grid-container table.kv-grid-table tbody tr:nth-last-child(2) .dropdown-menu,
div#library-grid-container table.kv-grid-table tbody tr:nth-last-child(1) .dropdown-menu {
    top: auto;
    bottom: -16px;
    right: 100%;
}

.library-index div#library-grid-container table.kv-grid-table tbody tr:nth-last-child(3) + tr.library-grid .dropdown-menu,
.library-index div#library-grid-container table.kv-grid-table tbody tr:nth-last-child(2) + tr.library-grid .dropdown-menu {
    top: auto;
    bottom: -16;
    right: 100%;
}

.magnific-form thead .input-group.date {
    flex-direction: row;
    flex-wrap: nowrap;
}

.magnific-form thead .input-group.date input[type="text"] {
    height: 34px;
}

.magnific-form .grid-view {
    display: flex;
    flex-direction: column-reverse;
}

.magnific-form button.btn {
    /*margin-right: 0;*/
    margin-left: 10px;
}

body.iframe-popup .generte-access-token button#btn-library-assignment {
    margin-right: 0;
}

body.iframe-popup .generte-access-token button.btn {
    margin-right: 0;
    margin-left: 10px;
}

.lib-private {
    top: 1px !important;
    color: #fff;
}

.mfp-iframe-popup {
    min-width: 80% !important;
    overflow: hidden;
    margin: 20px auto;
    height: auto;
    width: auto;
    padding: 15px;
    background: #F5F5F5;
    background: #fff;
    border-radius: 2px;
}

.mfp-iframe-scaler {
    padding-top: 0;
    height: auto;
}

.mfp-iframe-scaler iframe {
    box-shadow: none !important;
    background: transparent;
    border-radius: 3px;
    position: relative;
    max-height: 80vh;
    min-height: 210px !important;
}

.iframe-popup form#w0 h2 {
    padding: 0 10px;
}

.iframe-popup .kv-panel-before {
    display: none;
}

.iframe-popup .grid-view .panel {
    background-color: #f5f5f5 !important;
    background-color: #fff !important;
}

.iframe-popup .table-responsive {
    border-top: 1px solid #ddd;
}

.iframe-popup .input-group .form-control {
    height: auto !important;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: unset;
    min-width: unset !important;
    width: unset !important;
}

div#library-grid-container table.kv-grid-table thead tr td {
    background: #fff;
}

.library-log-iframe {
    width: 650px !important;
}

.library-token-iframe {
    width: 800px !important;
}

iframe.view-user-library {
    width: 800px !important;
}

form#share-library-form .select2-container .select2-selection--single .select2-selection__rendered {
    width: auto !important;
}

.form-metatag-filter.differ_button {
    right: 0;
}

.file-upload-popup.magnific-grid .page-title, .library-assignment-popup .page-title {
    padding: 15px 15px 15px 20px !important;
    margin-bottom: 0 !important;
}

.mfp-iframe.library-upload-file, .mfp-iframe.library-visibility-assignment {
    height: 700px !important;
    width: 700px !important;
}

.mfp-iframe-holder .mfp-content.mfp-iframe-popup.library-edit-share-parent {
    width: 90% !important;
}

.library-edit-share {
    width: 100% !important;
}

.mfp-iframe-popup.view-library-log .library-edit-share {
    min-height: 300px !important;
}

select#joinappuserlibrarysearch-permission_type + span, select#joinappuserlibrarysearch-access_type + span {
    width: 125px !important;
}

span#select2-joinappuserlibrarysearch-permission_type-container, #select2-joinappuserlibrarysearch-access_type-container {
    width: 80px !important;
}

.iframe-popup .magnific-grid input-group.date {
    width: 150px !important;
}

/* Library load time*/
.loading_time .box.box-primary {
    position: relative;
    padding-bottom: 30px;
}

.loading_time .box.box-primary > .kv-panel-before {
    position: static;
}

.loading_time .box.box-primary > .kv-panel-before > .btn-toolbar.kv-grid-toolbar {
    position: static;
}

.loading_time .box.box-primary > .kv-panel-before > .btn-toolbar.kv-grid-toolbar > .btn-group {
    position: static;
}

.loading_time .box.box-primary > .kv-panel-before > .btn-toolbar.kv-grid-toolbar > .btn-group .loadingTime {
    position: absolute;
    bottom: 0;
    left: 0px;
}

.clas_displaynone {
    display: none;
}

.mfp-iframe-scaler iframe.library-upload-file {
    max-height: 90vh;
}

.one-record-css .table-responsive {
    min-height: 383px;
}

.one-record-css table tr:last-child td:last-child .dropdown-menu, .one-record-css table tr:nth-last-child(1) td:last-child .dropdown-menu,
.one-record-css table tr:nth-last-child(1) td:last-child .dropdown-menu {
    top: auto;
    bottom: -50px;
}


/*dev2*/
.library-index div#library-grid-container select[readonly].tag-select + .select2-container {
    pointer-events: auto;
    touch-action: auto;
    max-height: 100px;
    overflow: auto;
}

.library-index div#library-grid-container select[readonly].tag-select + .select2-container .select2-selection {
    pointer-events: none;
    touch-action: none;
}

.chat-sidebar-user-group .list-group-item input[type="radio"] {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 5px;
    cursor: pointer;
}

div#library-grid .btn-group button {
    border-radius: 0;
}

#library-grid .form-metatag-filter, .toolbar-container .btn-group .btn + .btn {
    font-size: 12px;
}

.library-index div#library-grid-container {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.chat-sidebar-user-group .list-group-item {
    padding-left: 0;
    padding: 5px 0 5px 0;
}

.chat-sidebar-user-group .collapse, .chat-sidebar-user-group .panel-tag {
    padding-left: 40px;
    margin-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.chat-sidebar-user-group .message-sender {
    margin: 0 0 5px;
    color: #fff;
}

div#libraryaccesstokensearch-start_date-kvdate, div#libraryaccesstokensearch-end_date-kvdate {
    min-width: 150px;
}

/* a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: white;
    text-decoration: none;
} */

#shared-grid .date {
    width: 160px;
}

div#library-access-token-list-container table.kv-grid-table thead tr td {
    background: #fff;
}

.nav-collapsed.nav-static .kv-loader-overlay {
    left: 204px;
    width: calc(100% - 204px);
    transition: left 0s ease-in-out;
}

.nav-collapsed .kv-loader-overlay {
    left: 50px;
    width: calc(100% - 50px);
    transition: left .3s ease-in-out;
}

.kv-loader-overlay {
    background: #fff;
    position: fixed;
    opacity: 0.6;
    top: 0;
    left: 204px;
    width: calc(100% - 204px);
    height: 100%;
    z-index: 11;
    transition: left .3s ease-in-out;
}

.chat-sidebar-panel span.m-badge {
    position: relative;
    top: 0;
    transition: 0.2s top ease
}

.chat-sidebar-panel span.m-badge:active {
    top: 2px;
    box-shadow: 2px 2px 1px rgba(242, 190, 53, 0.20);
    transition: 0.2s top ease;
}

select[readonly].tag-select + .select2-container .select2-selection__clear, select[readonly].tag-select + .select2-container .select2-selection__choice__remove {
    line-height: 15px;
    right: 4px;
}



.select2-container--krajee .select2-selection--multiple .select2-selection__rendered, .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__rendered {
    padding-right: 15px;
}

.chat-sidebar-title {
    margin: 20px 0px 10px 0px;
    color: #fff;
    font-weight: 600;
}

.chat-sidebar-container.chat-sidebar-opened .chat-sidebar .input-group.input-group-dark {
    border: 1px solid rgba(255, 255, 255, 0.12);
}

/*.pagination > li > a, .pagination > li > span {*/
/*    color: #967f7f;*/
/*}*/

/*.pagination > li:first-child > a, .pagination > li:first-child > span {*/
/*    border-top-left-radius: 0;*/
/*    border-bottom-left-radius: 0;*/
/*}*/

/*.pagination > li:last-child > a, .pagination > li:last-child > span {*/
/*    border-top-right-radius: 0;*/
/*    border-bottom-right-radius: 0;*/
/*}*/

.privato_span {
    display: inline-block;
    width: 60px;
}

.grid-view .panel.panel-default .panel-footer .summary-info .summary b {
    font-weight: bold;
    color: #000;
}

section.widget h4 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.library-index section.widget h4 {
    margin-top: 15px;
    margin-bottom: 0;
}

.kv-panel-before {
    padding: 15px 0px 15px 0;
    margin-top: -50px;
}

.loading_time .box.box-primary > .kv-panel-before > .btn-toolbar.kv-grid-toolbar > .btn-group .loadingTime span#pageLoadingTime {
    font-weight: bold;
    color: #000;
}

section.widget legend {
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #555;
}

section.widget .list-view .item {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

section.widget .list-view {
    padding: 0;
}

.chat-sidebar-user-group .collapse:last-child {
    border: none;
}

.mfp-container {
    /* display: flex;
    align-items: center; */
}

.footer-model button {
    margin-right: 0;
}

.footer-model button + button {
    margin-left: 10px;
}

.file-upload-popup.magnific-grid .page-title + div + div {
    margin-top: 15px;
    margin-bottom: -5px;
}

.mfp-iframe-scaler iframe {
    border-radius: 0;
}

.file-upload-popup.magnific-grid .page-title {
    font-size: 18px;
}

.modal-content {
    border-radius: 0;
}

.btn {
    border-radius: 3px;
}

.libraty-share section.widget {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}

.libraty-share .page-title {
    margin-bottom: 0px;
    font-size: 18px;
    border: none;
}

.libraty-share .page-title:before {
    display: none;
}

.update_button {
    display: inline-block;
    width: 150px;
}

.custom_checkbox {
    position: relative;
    width: 38px;
    height: 25px;
}

.custom_checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 999;
}

.custom_checkbox label.custom-control-label::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid rgba(85, 85, 85, 0.5);
    left: 50%;
    background: transparent;
    box-shadow: none;
    top: 50%;
    transform: translate(-50%, -50%);
}

.custom_checkbox input:checked ~ label:after {
    content: '\f00c';
    font-size: 12px;
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    font-size: 14px;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    color: #242424;
}

.form-group.table_group legend {
    padding-top: 0;
    overflow: hidden;
    line-height: 30px;
    padding-bottom: 15px;
}

.form-group.table_group .btn.btn-primary {
    margin-bottom: 0;
}

div#library-grid .btn-group .btn-group .dropdown-toggle {
    margin-left: -1px;
}

div#library-grid .btn-toolbar .btn-group .btn {
    border-radius: 0;
}

.custom_radio {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

.chat-sidebar-user-group .list-group-item .custom_radio input {
    position: absolute;
    left: 50%;
    top: 50% !important;
    width: 100%;
    height: 100%;
    margin: 0;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 99;
}

.chat-sidebar-user-group .list-group-item .custom_radio span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 0%;
    background: transparent;
    transition: background 0.10s ease-in-out;
}

.chat-sidebar-user-group .list-group-item .custom_radio input + span:after {
    content: '\f00c';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
    opacity: 0;
    transition: opacity 0.10s ease-in-out, width 0.15s ease-in-out, height 0.15s ease-in-out;
    font-size: 12px;
    font-family: FontAwesome;
}

.chat-sidebar-user-group .list-group-item .custom_radio input:checked + span:before {
    background: #161616;
    transition: background 0.10s ease-in-out;
}

.chat-sidebar-user-group .list-group-item .custom_radio input:checked + span:after {
    opacity: 1;
    transition: opacity 0.10s ease-in-out, width 0.15s ease-in-out, height 0.15s ease-in-out;
    line-height: 0;
}

.custom_radio + span.custom_radio {
    margin-left: 8px;
}

.chat-sidebar-user-group .list-group-item.radio_button_grp {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    margin-bottom: 5px;
}

.chat-sidebar-user-group .list-group-item.radio_button_grp > span {
    display: block;
    width: 100%;
}

.chat-sidebar-user-group .list-group-item.radio_button_grp > div {
    padding-left: 15px;
    margin-top: 5px;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}


/* body.iframe-popup .page-title {
    margin: 0;
    padding: 10px 0px 0px 0;
    margin-bottom: 15px;
} */
body.iframe-popup .list-view {
    padding: 0px 0;
    margin-top: 15px;
}

body.iframe-popup .list-view .item {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(26, 54, 126, 0.125);
}


body.iframe-popup table {
    margin-bottom: 0;
}


body.iframe-popup section.widget {
    box-shadow: none;
}


.expiry_library.edit_share_modal {
    margin-top: 10px;
}

.custom_modal_radio, .custom_radio_new .form-group > label {
    position: relative;
}

.custom_modal_radio > input, .custom_radio_new .form-group > label > input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99;
}

.custom_modal_radio label, .custom_radio_new .form-group > label > label {
    padding-left: 25px;
    margin-bottom: 0;
}

.custom_modal_radio label:before, .custom_radio_new .form-group > label > label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid;
    border-radius: 50%;
}

.custom_modal_radio > input:checked + label:after, .custom_radio_new .form-group > label > input:checked + label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
}

.libraty-share .page-title {
    border: none;
    font-size: 20px;
    margin: 0;
    padding: 20px 20px;
    border-bottom: 1px solid rgba(26, 54, 126, 0.125);
    margin-bottom: 15px;
}

div#libraty-share-modal {
    padding: 0;
    background: #fff;
    max-width: 700px;
    max-height: 90vh;
    overflow: auto;
}

.generate-access.magnific-form {
    min-height: auto;
    max-height: 90vh;
    max-width: 70%;
    padding: 0;
    overflow: auto;
}

.generate-access.magnific-form .kv-panel-before {
    margin-top: 0;
    padding: 0;
}

.title_type_label {
    color: rgb(85, 85, 85);
    font-size: 18px;
}

.title_type_label {
    color: rgb(85, 85, 85);
    font-size: 18px;
    margin-bottom: 15px;
}

.generate-access.magnific-form h1.page-title {
    font-size: 20px;
    margin: 0;
    padding: 20px 20px;
    border-bottom: 1px solid rgba(26, 54, 126, 0.125);
    margin-bottom: 15px;
}

.generate-access.magnific-form section.widget {
    margin: 20px;
    box-shadow: 0px -2px 5px rgba(50, 50, 93, .15), 0 0px 0px rgba(0, 0, 0, .02);
}

.generate-access.magnific-form section.widget h4 {
    margin-top: 5px;
    margin-bottom: 0px;
}

.generate-access.magnific-form .panel-footer {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.generate-access.magnific-form .custom_radio_new .form-group {
    margin-bottom: 0;
}

.chat-sidebar-container.chat-sidebar-opened .chat-sidebar .input-group.input-group-dark input:focus + span i.fa {
    color: #242424;
}

.share-library-user-list {
    font-weight: 600 !important;
    font-size: 13px;
}

.mail-div .form-group {
    margin-bottom: 0px !important;
}

.mail-div span strong {
    font-weight: 600 !important;
}

.libraryaccesstoken-view .page-title, .libraryaccesstoken-index .page-title {
    margin-bottom: 0 !important;
}


.container-items {
    margin-bottom: 15px;
}

.container-items .item {
    padding: 0px !important;
}

.add-item {
    float: right;
    margin: 0px !important;
    padding: 5px 10px;
    font-size: 12px;
}

.remove-item {
    margin-top: 26px !important;
    margin-right: 20px !important;
}

.token-expiry {
    margin-bottom: 15px;
}

.login-page #content {
    background-color: #dddddd !important;
}

.form-group.field-joinappuserlibrary-idappuser.required {
    margin-bottom: 0;
}

.magnific-form.library-assignment-popup.magnific-grid {
    border-radius: 0;
    background: #fff;
}

.magnific-form.library-assignment-popup.magnific-grid .row.modal-row {
    background: #fff;
}

.libraty-share section.widget .select2-container .select2-selection {
    max-height: 150px;
    overflow: auto;
}

.mfp-wrap.mfp-align-top.mfp-auto-cursor.mfp-ready {
    overflow: hidden !important;
}

.library-index.library-files-wrap.token-view div#library-grid-container {
    border: none;
}


.modal.type-info .bootstrap-dialog-footer-buttons button span.glyphicon.glyphicon-ok {
    color: #242424 !important;
}

body.iframe-popup .page-title {
    padding-bottom: 0;
    margin: 0;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(26, 54, 126, 0.125);
    margin-bottom: 20px;
}

.libraryaccesstoken-index .form-actions.buttons-bottom-main {
    margin-top: 0;
}

.libraryaccesstoken-view table {
    margin-bottom: 0;
}

.mfp-content.mfp-iframe-popup.view-library-log {
    background: #fff;
}

.magnific-form.library-log-popup {
    background: #fff;
}

.magnific-form.library-log-popup h3.page-title {
    margin: 0;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(26, 54, 126, 0.125);
    margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
    .kv-panel-before a.btn {
        font-size: 11px;
    }

    #library-grid .form-metatag-filter, .toolbar-container .btn-group .btn + .btn {
        font-size: 11px;
    }

    .kv-panel-before .dropdown-toggle {
        font-size: 11px;
    }
}

.dynamicform_wrapper button.remove-item {
    position: relative;
    top: 6px;
    background: #f0b518;
    border-color: #f0b518;
    margin: 0 !important;
    margin-top: 27px !important;
}

.dynamicform_wrapper button.add-item {
    background-color: #5d8fc2 !important;
    border-color: #5d8fc2 !important;
    width: 100px;
}

.dynamicform_wrapper button.add-item i.fa {
    margin-right: 5px;
}

.dynamicform_wrapper .container-items .item .col-sm-5, .dynamicform_wrapper .container-items .item .col-sm-6 {
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    flex: none;
}

.dynamicform_wrapper .container-items .item .col-sm-1 {
    width: 40px;
    flex: none;
    max-width: 40px;
}

.dynamicform_wrapper .container-items {
    margin-bottom: 0;
}

.magnific-form.add-tag-popup.magnific-grid {
    background: #fff;
}

.mfp-content.mfp-iframe-popup.view-library-log iframe.mfp-iframe.library-log-iframe {
    background: #fff !important;
}

.privato_span .menu_group {
    display: block;
    margin-top: 5px;
}

.privato_span .menu_group > * {
    margin: 0 1px;
}

.privato_span .menu_group > * a, .privato_span .menu_group > * {
    color: #000;
    background: #e0e0e0;
    display: inline-block;
    width: 18px;
    text-align: center;
    border-radius: 2px;
    height: 18px;
    line-height: 18px;
}

#library-grid-filters #librarysearch-idportfolio + .select2-container .select2-selection .select2-selection__rendered {
    width: 100%;
}

.privato_span span.fa {
    position: relative;
    top: 1px;
}

.privato_span i.fa {
    position: relative;
    top: 1px;
    color: #000;
}

.superMenu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.superMenu > a {
    display: block;
    width: 24px;
    text-align: center;
    color: #555555;
    margin: 0 2px;
    font-size: 15px;
}

.superMenu .dropdown-toggle {
    color: #555 !important;
    font-size: 15px !important;
}

.superMenu > .tooltip {
    margin-left: 25px;
}

.superMenu > .tooltip .tooltip-arrow {
    margin-left: -30px;
}

#library-assignment-list .m-badge.m-badge--wide.contract, #library-assignment-list .m-badge.m-badge--wide.asset, #library-assignment-list .m-badge.m-badge--wide.buildingunit {
    margin: 0 2px 5px 2px;
}

#library-grid-filters input {
    text-align: center !important;
}

.viewer-cols {
    width: 25% !important;
}

.viewer-cols .select2-container {
    max-width: 400px !important;
}

.viewer-cols .select2-container .select2-selection--single .select2-selection__rendered {
    width: 94% !important;
    text-align: left !important;
    padding-right: 0px !important;
}

.viewer-cols .select2-container.select2-container--krajee .select2-selection--single .select2-selection__clear,.viewer-cols .select2-container.select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear {
    width: 4%;
    text-align: right;
    float: right;
    right: 30px;
}


.magnific-form.library-creation-progress {
    background-color: #f5f5f5;
    border-radius: 5px;
    max-height: 500px;
}

.library-creation-progress .btn-library-assignment {
    margin: 0px;
    margin-right: 15px;
}

.library-creation-progress .control-label {
    margin-bottom: 0px !important;
}

.library-creation-progress .page-title {
    padding: 15px 15px 15px 20px !important;
    margin-bottom: 0 !important;
}

.magnific-form.library-creation-progress.magnific-grid {
    border-radius: 0;
    background: #fff;
}

.magnific-form.library-creation-progress.magnific-grid .row.modal-row {
    background: #fff;
}

.library-creation-progress {
    margin: 40px auto;
    background: #F5F5F5;
    border-radius: 2px;
    max-height: 50vh;
    max-width: 700px;
    padding: 0;
    overflow: auto;
    color: #242424;
}

.library-creation-progress.magnific-form h3.page-title {
    font-size: 20px;
    margin: 0;
    padding: 20px 20px;
    border-bottom: 1px solid rgba(26, 54, 126, 0.125);
    margin-bottom: 15px;
}

.library-creation-progress table {
    border: 1px solid #ece9e9;
    margin-top: 20px;
    table-layout: fixed;
}

.library-creation-progress table td:nth-child(1) {
    width: 50%;
}

.library-creation-progress table > tbody > tr > td:nth-child(2) {
    width: 15%;
}

.library-creation-progress table > tbody > tr > td:last-child {
    text-align: right;
    width: 20%;
}

.library-creation-progress table > tbody > tr > td {
    padding: 12px;
    text-align: left;
    vertical-align: middle;
    word-break: break-word;
}

.library-creation-progress table td:nth-child(1) p {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.library-creation-progress p {
    margin: 0;
}

.library-creation-progress table .btn .glyphicon {
    color: #fff;
    top: -2px !important;
    padding-right: 5px;
}

.library-creation-progress .modal-file-footer {
    padding: 15px;
    text-align: right;
}

p.no-library {
    text-align: center;
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #ffffff !important;
}

.library-form-inner .col-md-3 {
    padding-left: 0;
    padding-right: 10px;
}

.library-form-inner .col-md-6 .form-group {
    display: flex;
    margin-bottom: 20px;
}

.library-form-inner .col-md-6 .form-group .control-label {
    margin-top: 10px;
}

#file-uploaded-list table th a span {
    border: none;
    background-color: transparent;
    height: auto;
    width: auto;
    padding: 0;
    font-size: 18px;
    display: block;
}

td.action-button {
    min-width: 100px;
}

td span.label-new, span.label-updated {
    color: #ff0000 !important;
    width: auto !important;
    line-height: 13px !important;
    margin: 0px !important;
}

a.closebtn:hover, a.closebtn:focus {
    color: white !important;
}

.field-library-library_allfiles_in_single_library .glyphicon {
    top: -3px !important;
}

.field-library-library_allfiles_in_single_library .cbx-active {
    border-radius: 0px !important;
}

.dynamicform_inner {
    width: 100%;
}

.dynamicform_inner .container-items .item .col-sm-1 {
    width: 40px;
    flex: none;
    max-width: 40px;
}

.dynamicform_inner .container-items {
    margin-bottom: 0;
}

.dynamicform_inner button.remove-cc-email {
    position: relative;
    top: 6px;
    background: #f0b518;
    border-color: #f0b518;
    margin: 0 !important;
    margin-top: 27px !important;
}

.print-file-icon {
    cursor: pointer;
}

.ui-widget.ui-widget-content {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    max-width: 360px !important;
    max-height: 100vh !important;
    overflow-y: auto !important;
}

.library-assigned-contract, .library-assigned-portfolio {
    background: #777;
    color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-block;
    font-size: 75%;
    text-align: center;
    line-height: 15px;
    font-weight: 600;
    margin-left: 5px;
}
.library-clear-range-input{
    display: none;
}


table.table td.other-cols.contract-subject-dropdown .select2.select2-container{
    width: 220px;
    max-width: 220px;
    pointer-events: auto;
    touch-action: auto;
    max-height: 100px;
    overflow: auto;
}

.sidebar-nav>li ul>li>a {
    padding: 5px 0 5px 50px;
}

a.remove-contract-assignment span {
    color: #242424 !important;
}

.btn-cd i.fa {
    color: #555 !important;
}