
.m-t-10{
    margin-top: 10px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-t-50 {
    margin-top: 50px !important;
}
.m-t-60 {
    margin-top: 60px !important;
}
.m-t-70 {
    margin-top: 70px !important;
}
.m-t-80 {
    margin-top: 80px !important;
}
.m-t-90 {
    margin-top: 90px !important;
}
.m-t-100 {
    margin-top: 100px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.m-b-40 {
    margin-bottom: 40px !important;
}
.m-b-50 {
    margin-bottom: 50px !important;
}
.m-b-60 {
    margin-bottom: 60px !important;
}
.m-b-70 {
    margin-bottom: 70px !important;
}
.m-b-80 {
    margin-bottom: 80px !important;
}
.m-b-90 {
    margin-bottom: 90px !important;
}
.m-b-100 {
    margin-bottom: 100px !important;
}

.nav-link{
    margin-left: 20px !important;
}
.center-container {
    display: flex;
    justify-content: center;
    align-content: center;
}
.center-container .card{
    width: 50%;
    box-shadow: gray 8px 8px 80px;
}

.page-min-title {
    padding-left: 8px;
    color: #2bbbad;
    font-weight: bold;
}

.hide{
    display: none !important;
}

.btn i{
    font-size: 13px;
    padding-top:3px;
}

.f-label {
    color: #2BBBAD;
    font-weight: bold;
}

.check-list-con {
    overflow-y: auto;
    max-height: 150px;
}

.page-title {
    font-family: monospace;
    font-weight: bold;
    color: #2BBBAD;
    font-size: 17px;
    letter-spacing: 4px;
}

.w-note {
    font-size: 13px;
    color: darkorange;
}

/**************************** Scroll Bar ************************/
/*********************************************************************/
/* total width */
*::-webkit-scrollbar {
    background-color: #fff;
    width: 16px
}

/* background of the scrollbar except button or resizer */
*::-webkit-scrollbar-track {
    background-color: #fff
}

/* scrollbar itself */
*::-webkit-scrollbar-thumb {
    background-color: #60C3B9;
    border-radius: 16px;
    border: 4px solid #fff
}

/* set button(top and bottom of the scrollbar) */
*::-webkit-scrollbar-button {
    display: none
}

/**************************  Custome CheckBox ************************/
/*********************************************************************/
/* The container */
.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.check-text {
    font-size: 1rem;
    color: gray;
    display: inline-block;
    height: 18px;
    overflow: hidden;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 24px;
    width: 23px;
    background-color: #eee;
    border-radius: 7px;
    transition: .3s all ease-in-out;
    border: 1px solid #2BBBAD;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
    background-color: #ccc;
    border: 1px solid #2BBBAD;
}


/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
    background-color: #2BBBAD;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/********************* MDB DataTable *********************************/
/*********************************************************************/

.dataTables_wrapper{
    position: relative;
}

.dataTables_wrapper input{
    border: 1px solid lightgray;
    border-radius: 3px;
}

.dataTables_wrapper select {
    border: 1px solid lightgray;
    border-radius: 3px;
}

.color-gradiant {
    /*background-image: linear-gradient(40deg,#FFBB33, #fcdd45) !important;*/
    background-color: #2bbbad;
}

.btn-rounded {
    border-radius: 50%;
}

@media only screen and (max-width: 428px) {
    /* For mobile phones: */
    table .dataTable > tbody > tr.child span.dtr-title {
        display: inline-block;
        min-width: 35%;
        font-weight: bold;
    }

    table.dataTable > tbody > tr.child ul.dtr-details {
        width: 100%;
    }

    table.dataTable > tbody > tr.child span.dtr-title {
        min-width: 35%;
        color: #5a5a5a;
    }

    table.dataTable > tbody > tr.child ul.dtr-details > li {
        text-align: left;
    }
}

@media only screen and (min-width: 1025px) and (min-width: 1281px) {
    /* For Desktop, laptop, hight resolution screens : */
    .dataTables_wrapper .dataTables_length {
        position: absolute;
        top: -55px;
        left: 93px;
        color: #FFF !important;
    }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right;
        position: absolute;
        top: -55px;
        right: 48px;
        color: #FFF !important;
    }
}

.dataTables_wrapper td {
    text-align: center;
}

.odd {
    background-color: #EEE !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #FFF !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: none;
    background-color: #FFF !important;
    background: none;
}

thead td {
    color: #2bbbad;
    font-weight: bold;
}

table.dataTable.no-footer {
    border-bottom: 1px solid lightgray;
}

.dataTables_wrapper .dataTables_info {
    color: gray;
}

.pagination .page-item.active .page-link {
    background-color: #78909C;
}

table.dataTable tbody tr {
    transition: .3s all ease-in-out;
}

table.dataTable tbody tr.selected {
    background-color: none;
    background-image: linear-gradient(to top,#fcdd45,#FFBB33) !important;
    color: white;
}


/*************************** custome modal ***************************/
/*********************************************************************/

.c-modal {
    position: absolute;
    display: none;
    opacity: 0;
    top: 5%;
    left: 14%;
    width: 68%;
    min-height: 745px;
    background-color: white;
    box-shadow: 0px 0px 200px 160px grey;
    border-radius: 20px;
    overflow: hidden;
    transition: .3s all ease-in-out;
}

.c-modal-open{
    display: block;
    opacity: 1;
}

.c-modal-header {
    height: 50px ;
    padding-top: 10px;
    background-color: #60c3b9;
    color: white;
}
.c-modal-title {
    font-size: 19px;
    font-weight: bold;
}

.c-modal-colse {
    margin: 15px;
    color: white !important;
    margin-right: 18px;
    margin-top: 3px;
}

.c-modal-body {
    height: 640px;
    border-bottom: 1px solid gray;
    padding: 5px;
}
.c-modal-footer {
    height: 55px;
}

.face-flip-btn {
    position: absolute;
    top: 5px;
    left: 5px;
}
.scan-btn {
    position: absolute;
    top: 5px;
    left: 120px;
}

.removeAttrBtn {
    cursor: pointer;
    font-weight: bold;
}

.extra-attr-lbl {
    font-size: 15px;
    line-height: 6;
    color: #4285f4;
}

/*********************** image editor *********************************/
/*********************************************************************/
.tui-image-editor-container {
    height: 625px !important;
    width: 100% !important;
    border-radius: 15px;
}
.tui-image-editor {
    height: 400px !important;
    width: 700px !important;
}
.tui-image-editor-canvas-container {
    max-width: 700px !important;
    max-height: 374px !important;
    overflow: hidden;
}

.tui-image-editor {
    background-color: #EEE;
}

.tui-image-editor-header-logo{
    display: none;
}
.save-btn {
    width: 20%;
    margin-left: 40%;
    border-radius: 21px;
}

/*** js tree ***/
.jstree-default .jstree-search {
    color: #2BBBAD !important;
}

.saveTreeBtn {
    position: absolute;
    bottom: 5px;
    left: 15%;
}

/*************************** Archive page ****************************/
/*********************************************************************/
.access-container {
    position: relative;
    float: left;
    width: 20%;
    border-radius: 15px;
    margin-left: 1%;
}

.easy-access {
    border: 1px solid lightgray;
    padding: 3px;
    border-radius: 15px;
    padding-left: 20px;
    background-color: #EEE;
    color: gray;
    height: 34px;
    margin-bottom: 4%;
}

.tree-container {
    position: relative;
    overflow: auto;
    min-height: 454px;
    max-height: 500px;
    background-color: #EEE;
    border-radius: 15px;
    margin-left: 1%;
    padding: 1%;
    padding-top: 4%;
}

.explore-container {
    float: left;
    width: 75%;
    overflow: auto;
    height: 100%;
    min-height: 500px;
    margin-left: 1%;
}

.explore-container .path-info {
    border: 1px solid lightgray;
    padding: 3px;
    border-radius: 15px;
    padding-left: 20px;
    background-color: #EEE;
    color: gray;
    height: 34px;
}

.Recycle-Bin {
    font-size: 40px;
    color: #2bbbad;
    cursor: pointer;
    position: absolute;
    top: -15px;
    left: 10px;
}

.expired-docs-btn {
    font-size: 40px;
    color: #2bbbad;
    cursor: pointer;
    position: absolute;
    top: -15px;
    left: 50px;
}

.deleted-count {
    background: #e16868 !important;
    border-radius: 50% !important;
    font-size: 10px !important;
    position: absolute;
    top: 14px;
    left: 14px;
}
.expired-count {
    background: #e16868 !important;
    border-radius: 50% !important;
    font-size: 10px !important;
    position: absolute;
    top: 14px;
    left: 14px;
}

.folder-search {
    width: 20%;
    /* display: inline; */
    float: right;
    margin-right: 1%;
}
.folder-search input{
    height: 24px;
    font-size: 14px;
}

.folder-content {
    margin-top: 1%;
    padding: 5%;
    /* border: 1px solid gray; */
    background-color: #eee;
    border-radius: 20px;
    height: 100%;
	min-height: 460px;
    max-height: 460px;
    overflow: auto;
}

.sort-control-con {
    float: right;
    margin-right: 10px;
    margin-top: 2px;
    font-size: 15px;
    cursor: pointer;
}
.sort-control {
    padding: 2px;
    padding-left: 7px;
    padding-right: 7px;
    border: 1px solid;
    border-color: #2BBBAD;
    border-radius: 50%;
    font-weight: bold;
    cursor: pointer;
    background-color: lightgray;
    color: #FFF;
}
.sort-control.active {
    background-color: #2BBBAD;
    color: #FFF;
}

.archive-container {
    border: 1px solid lightgray;
    min-height: 538px;
    border-radius: 20px;
    padding-top: 15px;
}

.search-input {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #2bbbad;
    border-top: 1px solid #2bbbad;
    text-align: center;
    margin-bottom: 10px;
}

.search-input:focus {
    box-shadow : none;
}

.folder-item {
    height: 60px;
    margin: 1%;
    margin-right: 3%;
    margin-bottom: 4%;
    float: left;
    width: 8%;
    position: relative;
}

.folder-item .item-icon {
    width: 80%;
    margin-left: 8%;
    height: 85%;
    cursor: pointer;
    transition: .3s all ease-in-out;
}

.item-icon:hover {
    transform: scale(1.2);
}

.folder-item .item-name {
    text-align: center;
    font-size: 12px;
    max-height: 38px;
    overflow: hidden;
}

.fileInfoForm {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    border: 1px solid lightgray;
}

.extrra-attr-con {
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    height: 228px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
}

.search-con {
    background-color: #f9f9f9;
    padding: 10px;
    padding-left: 20px;
    border-radius: 20px;
}

.reviewConfirmMark {
    position: absolute;
    display: block;
    top: 0px;
    left: 80%;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    color: white;
}

.reviewed {
    background: #31c048;
}
.confirmed {
    background: #50a1d6;
}

.toConfirm,.RtoConfirm {
    background-color: darkorange;
}

.toReview {
    background-color: #f95858;
}

.reviewConfirmMark i {
    font-size: 12px;
    position: absolute;
    top: 2px;
    left: 2px;
}

.indexedIcon {
    position: absolute;
    top: 0px;
    left: -5px;
    width: 11px;
}

.fileCheck {
    position: absolute;
    top: 57%;
    left: -10%;
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.multi-select {
    float: right;
    margin-right: 1%;
}
.multi-select-check {
    cursor: pointer;
    width: 20px;
    height: 25px;
}


/************************** card filp *********************************/
/*********************************************************************/
.scene {
    width: 100%;
    height: 100%;
}
.card {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 1s;
    transform-style: preserve-3d;
}
.card__face {
    position: absolute;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    overflow: auto;
}

.card__face--front {
    background: White;
}

.card__face--back {
    background: White;
    transform: rotateY( 180deg );
}

.card.is-flipped {
    transform: rotateY(180deg);
}

/************************** Loading Animation **************************/
/**********************************************************************/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #2bbbad;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.loading-con {
    display: inline;
    margin-left: 42%;
    position: relative;
}

.loading-text {
    position: absolute;
    top: -11px;
    left: 15px;
    font-size: 12px;
    color: #2bbbad;
}


/*********************** context-menue ********************************/
/*********************************************************************/
.context-menu {
    width: 170px;
    box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    background-color: #FFF;
    border-radius: 5px;
    display: none;
}

.context-menu .menu-options {
    list-style: none;
    padding: 10px 0;
}

.context-menu .menu-options .menu-option {
    font-weight: 500;
    font-size: 14px;
    padding: 9px 7px 10px 10px;
    cursor: pointer;
}

.context-menu .menu-options .menu-option a {
    display: inline;
    width: 130px;
    color: gray;
}

.context-menu .menu-options .menu-option a:hover {
    color: #2BBBAD;
}

.context-menu .menu-options .menu-option:hover {
    background: #DDD;
}

.menu-option-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.menu-option-icon img {
    width: 100%;
    height: 100%;
}

.check-list-item {
    border-bottom: 1px solid #2BBBAD;
    padding-right: 15px;
    float: left;
    margin: 1%;
    text-overflow: ellipsis;
    min-width: 130px
}

.folderlist-con {
    position: relative;
    margin-bottom: 25px;
    margin: 1%;
    margin-bottom: 25px;
    float: left;
    min-width: 130px
}
.fPer {
    position: absolute;
    left: 0px;
    top: 38px;
    transition: .3s all ease-in-out;
}
.fPer i {
    font-size: 13px;
    display: inline-block;
    width: 20px;
    margin-left: 2px;
    color: #2bbbad;
    border-radius: 25px;
    border: 1px solid;
    text-align: center;
    padding-right: 2px;
    cursor: pointer;
    transition: .3s all ease-in-out;
}
.fPer i.active {
    background-color: #2bbbad;
    color: #FFF;
}

.search-results {
    margin-top: 1%;
    padding: 5%;
    /* border: 1px solid gray; */
    background-color: #eee;
    border-radius: 20px;
    height: 100%;
    min-height: 453px;
}

/***************** custome file input *****************/
/******************************************************/

.file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.file-input::before {
    content: 'Select file';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.file-input:hover::before {
    border-color: black;
}

.file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.inline-filter {
    display: inline-block;
    width: 250px;
    margin-left: 40px
}
.inline-filter-bill {
    display: inline-block;
    /* width: 200px; */
    border: 1px solid;
    padding: 3px;
    border-radius: 5px;
    color: #2BBBAD;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    transition: .3s all ease-in-out;
}
.inline-filter-bill.MActive {
    background-color: #2BBBAD !important;
    color: #FFF !important;
}

.un-acc-opt {
    color: gray;
    opacity: .7;
}

.dropdown-item:hover {
    text-decoration: none;
    background-color: #2bbbad;
    color: white !important;
    border-radius: 5px;
}


/********** DashBoard **************/
/***********************************/
.dashboard-con{
    position: relative;
    width: 100%;
    min-height: 500px;
}
.dashboard-sec {
    background-color: #EEE;
    border-radius: 20px;
    margin: 1%;
    width: 100%;
}

.dash-stats-con{
    height: 210px  
}

.donat-chart-con {
    float: left;
    margin: 1%;
    position: relative;
    display: block;
    width: 150px !important;
    height: 150px !important;
}

.donat-chart-title {
    position: absolute;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    top: 30%;
    left: 32%;
    color: #616161;
}

.count {
    border: 1px solid;
    border-radius: 5px;
    padding: 2px;
    padding-right: 5px;
    padding-left: 4px;
    font-weight: bold;
    color: white;
    font-size: 14px;
    background-color: #2bbbad;
}

.dash-arch-log {
    width: 68%;
    height: 415px;
    margin-left: 1%;
}

dash-arch-log-control {
    width: 100%;
}

.dash-btn {
    width: 90%;
}

.emptybin {
    font-size: 13px;
    margin-left: 12px;
    color: #2bbbad;
    text-decoration: underline;
}

.config-btn {
    font-size: 22px;
    background-color: #2bbbad;
    color: white;
    padding: 7px;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
    transition: .3s all ease-in-out;
}

.config-btn:hover {
    background-color: white;
    color: #2bbbad;
}


/******* time line chart ********/
/*******************************/

.line-con {
    min-height: 190px;
    overflow-x: auto;
}

.line-part {
    width: 70px;
    height: 3px;
    background-color: #25a59a;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-top: 105px;
    margin-bottom: 52px;
}

.line-dat {
    width: 87px;
    height: 7px;
    background: #25a59a;
    transform: rotate(90deg);
    position: absolute;
    left: -9px;
    top: -47px;
    padding-left: 10px;
    color: #25a59a;
    overflow: visible;
    padding-top: 6px;
}

.line-lbl {
    transform: rotate(85deg);
    width: 90px;
    position: absolute;
    top: 41px;
    left: -8px;
    font-size: 14px;
}

.modal-lbl {
    text-align: center;
    color: #99a1a0;
    font-weight: bold;
    font-size: 20px;
}

.paginate_button {
    margin: 2px;
    background-color: #2bbbad;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.paginate_button:hover {
    background-color: #2bbbad;
    transform: scale(1.1);
}

.paginate_button.current {
    color: #2bbbad;
    background-color: white;
    border: 1px solid #2bbbad;
}

.filter-lbl {
    margin-bottom: 10px;
    color: #2bbbad;
    font-weight: bold;
}

.all-dates{
    color: white !important
}

.search-icon {
    width: 45px;
    position: absolute;
    top: 2px;
    left: 93%;
    cursor: pointer;
    transition: .9s all ease-in-out;
}

.search-icon:hover{
    transform: rotateY(360deg);
}

.fsearch-input {
    height: 50px;
    border-radius: 50px;
    border: 0;
    border-bottom: 1px solid #2bbbad;
    border-top: 1px solid #2bbbad;
    text-align: center;
    margin-bottom: 10px;
}

.fsearch-input:focus {
    box-shadow: none !important;
}

/********* Full Text Search Page ***********/

.result-con{
    height: 350px;
    background-color: #f9f9f9;
    border-radius: 22px;
    margin: 50px auto;
    padding: 100px;
    padding-top: 50px;
    overflow: auto;
}


.docRow {
    border-bottom: 4px solid #DDD;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    border-radius: 5px;
}

.docRow .docIcon {
    height: 50px;
    margin: 1%;
    margin-right: 3%;
    margin-bottom: 4%;
    float: left;
    width: 50px;
    position: relative;
}

.docIcon {
    height: 60px;
    margin: 1%;
    margin-right: 3%;
    margin-bottom: 4%;
    float: left;
    width: 8%;
    position: relative;
}

.docIcon .item-icon {
    width: 80%;
    margin-left: 8%;
    height: 85%;
    cursor: pointer;
    transition: .3s all ease-in-out;
}

.docRow .item-name {
    line-height: 3;
    font-size: 13px;
}

.docRow .item-rank {
    margin-top: 17px;
    width: 35px;
    height: 25px;
    text-align: center;
}

