﻿/*body {
    background: #ececec;
}

.lds-dual-ring.hidden {
    display: none;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 5% auto;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 9999;
    opacity: 1;
    transition: all 0.5s;
}*/
.SharedFolder {
    background-color: #56b5e3bf;
}

.collab-textarea {
    min-height: 100px !important;
}

#feedbackfooter {
    display: none;
}

#subfbfooter {
    display: none;
}

.text-ppt {
    color: #aa5252
}

.file-extn {
    font-size: 14px !important;
}

.text-doc-primary {
    color: #007bff !important;
}

.loading {
    position: fixed !important;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    /*background-color:white;*/
}

    /*#divChatBot {
    display: none;
}*/

    .loading > img {
        width: 80px !important;
        height: 80px !important;
        z-index: 10000000 !important;
    }

#overlay {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #e6612e solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}
/*-------------------------------------------------------------*/
.docs-subtitle {
    /* text-align: center;*/
    font-size: 20px;
    /*color: #0096b2;*/
    color: #ffffff;
    font-weight: bold;
    /*margin-left: 10px;*/
    /*text-shadow: 2px 2px 4px #000000;*/
}

.docs-master-title {
    /*  text-transform: uppercase;*/
    /*color: #0da08d;*/
    color: #ffffff;
    font-size: 16px;
    /*font-weight: bold;*/
    /* text-shadow: 2px 2px 4px #000000;*/
    /*padding-left: 1rem;*/
}

#tblfeedbackreport tr td a {
    margin-left: 5%;
}

    #tblfeedbackreport tr td a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.nav-icon-color {
    color: #7ccde8;
    text-shadow: -1px 0 #8b8e8f, 0 1px #8b8e8f, 1px 0 #8b8e8f, 0 -1px #8b8e8f;
}


.db-count {
    font-weight: bold;
    font-size: 3vw;
    margin-top: -20px;
    color: #000000;
}

    .db-count::after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 50%;
        border-bottom: 1px solid #cccccc;
    }

.db-count-case {
    /*text-transform: uppercase;*/
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.8vw;
}


.totalshadow {
    -webkit-box-shadow: 0px 8px 5px #1977cc;
    -moz-box-shadow: 0px 8px 5px #1977cc;
    box-shadow: 0px 8px 5px #1977cc;
    border: 1px solid #1977cc;
    border-radius: 10px;
}

.formsshadow {
    -webkit-box-shadow: 0px 8px 5px #b6bec4;
    -moz-box-shadow: 0px 8px 5px #b6bec4;
    box-shadow: 0px 8px 5px #b6bec4;
    border: 1px solid #b6bec4;
    border-radius: 10px;
    /*background-image:url(../../images/Dashboard/img-db.png);
   background-repeat:no-repeat;*/
    /*background-size:contain;*/
    /*object-fit:fill;*/
    /* background-size:100% 100%;
   padding:3px;*/
}

.icon-db {
    text-align: left;
    margin-left: 15px;
    margin-top: 10px;
    font-size: 1.2vw;
}

.docshadow {
    -webkit-box-shadow: 0px 8px 5px #007bffa3;
    -moz-box-shadow: 0px 8px 5px #007bffa3;
    box-shadow: 0px 8px 5px #007bffa3;
    border: 1px solid #144983b3;
    border-radius: 10px;
}

.rtfshadow {
    -webkit-box-shadow: 0px 8px 5px #6c757d !important;
    -moz-box-shadow: 0px 8px 5px #6c757d !important;
    box-shadow: 0px 8px 5px #6c757d !important;
    border: 1px solid #6c757d !important;
    border-radius: 10px;
}

.pptshadow {
    -webkit-box-shadow: 0px 8px 5px #aa5252 !important;
    -moz-box-shadow: 0px 8px 5px #aa5252 !important;
    box-shadow: 0px 8px 5px #aa5252 !important;
    border: 1px solid #aa5252 !important;
    border-radius: 10px;
}

.pdfshadow {
    -webkit-box-shadow: 0px 8px 5px #dc3545 !important;
    -moz-box-shadow: 0px 8px 5px #dc3545 !important;
    box-shadow: 0px 8px 5px #dc3545 !important;
    border: 1px solid #dc3545 !important;
    border-radius: 10px;
}

.sheetshadow {
    -webkit-box-shadow: 0px 8px 5px #28a745 !important;
    -moz-box-shadow: 0px 8px 5px #28a745 !important;
    box-shadow: 0px 8px 5px #28a745 !important;
    border: 1px solid #28a745 !important;
    border-radius: 10px;
}

.shareshadow {
    -webkit-box-shadow: 0px 8px 5px #f9d159;
    -moz-box-shadow: 0px 8px 5px #f9d159;
    box-shadow: 0px 8px 5px #f9d159;
    border: 1px solid #f9d159;
    border-radius: 10px;
}

.receiveshadow {
    -webkit-box-shadow: 0px 8px 5px #ad425f;
    -moz-box-shadow: 0px 8px 5px #ad425f;
    box-shadow: 0px 8px 5px #ad425f;
    border: 1px solid #ad425f;
    border-radius: 10px;
}

.collabshadow {
    -webkit-box-shadow: 0px 8px 5px #87bd94;
    -moz-box-shadow: 0px 8px 5px #87bd94;
    box-shadow: 0px 8px 5px #87bd94;
    border: 1px solid #5a9167;
    border-radius: 10px;
}

.collab {
    margin-top: 5px;
    font-size: 20px;
}

.createfile {
    margin: 0 auto;
    width: 80%;
    border-radius: 10px !important;
    font-size: 14px;
}

    .createfile a:hover {
        background-color: #1d2124 !important;
        color: white !important;
        font-weight: normal !important;
    }

.mainlog {
    display: flex;
    justify-content: left;
    margin-top: 5px;
    margin-left: 5px;
}


.nic-logo {
    margin-top: 230px;
}


.model-btn {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #373a3e;
    border: 1px solid #373a3e;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 10px;
    width: 70%;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bootstrap-tagsinput {
    width: 100% !important;
    /* max-height: 150px;
    height: 100px;
    overflow-y: scroll;
    overflow-x: clip;*/
}

.navbar-header {
    /* background: rgb(2,101,143);
    background: linear-gradient(270deg, rgba(2,101,143,1) 0%, rgba(26,145,151,1) 100%, rgba(0,212,255,1) 100%);*/
    background: rgb(2,101,143);
    background: linear-gradient(270deg, rgba(32,165,173,1) 30%, rgba(2,101,143,1) 100%);
}


.version {
    /*position: absolute;
    bottom: 5px;
    left: 95px;*/
    color: #000;
    font-weight: 600;
    font-size: 1em;
}

.btn-collab {
    color: #ffffff !important;
    background-color: rgba(2,101,143,1);
    border-color: rgba(2,101,143,1);
    font-size: 14px;
    letter-spacing: 0.5px;
}

    .btn-collab:hover {
        color: #ffffff;
        background-color: rgba(4,85,119,1) !important;
        border-color: rgba(4,85,119,1) !important;
    }

.btn-share {
    color: #ffffff;
    background-color: #800000;
    border-color: #800000;
    font-size: 14px;
    letter-spacing: 0.5px;
}


.collab-text {
    /*color: blue;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0px;*/
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding-bottom: 8px;
    margin: 20px auto;
    text-align: center;
    letter-spacing: 1.2px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.txtview {
    color: #333;
    font-size: 14px;
    font-weight: 100;
    margin: 15px 0px;
}

.collab-textheading {
    color: blue;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

/*.border-collab-bottom {
    border-bottom: 1px solid #c3c4c4;
}*/

.border-collab {
    border: 1px solid rgba(2,101,143,1);
}

.collab-textarea {
    min-height: 200px;
    font-size: 13px;
}

.modal-header {
    cursor: move;
}

.fedreport-btn {
    margin-top: 15px;
}

.util-shared {
    border-left: 1px solid #ccc4c4;
    margin-left: -15px;
    padding-left: 15px;
}

@media (max-width: 767px) {
    .fedreport-btn {
        margin-top: 0px;
    }

    .util-shared {
        border-left: 0px !important;
        margin-left: 15px;
        padding-left: 0;
    }
}


.my-custom-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
}

.my-custom-scrollbar1 {
    position: relative;
    height: 220px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.wrap {
    word-wrap: break-word;
}

.col-mb-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.eoffice-header {
    background-color: rgb(44 95 114);
    color: #ffffff;
    padding: 2px;
    font-weight: bold;
    margin-bottom: 5px;
}

.eoffice-border {
    border: 1px solid #b5b5b5;
    padding: 5px;
    border-radius: 5px;
}

.model-head-back {
    background-color: #2c5f72;
    color: #ffffff;
    padding: 5px;
    border-radius: 0.4rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.specifictd {
    word-break: break-all;
    min-width: 100px;
}



@media (max-width: 480px) {
    .col-mb-1 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .db-count {
        margin-top: -2px;
    }

    .db-count-bottom {
        margin-bottom: 10px;
    }

    .nav-icon-lnk {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .db-count-case {
        font-size: 8px !important;
    }

    .db-count {
        font-size: 25px !important;
    }

    .spreadsheet-top {
        top: 160px !important;
    }

    .icon-db {
        font-size: 12px !important;
    }
}


.bg-collab {
    color: #ffffff !important;
    background-color: rgba(2,101,143,1);
    border-color: rgba(2,101,143,1);
}

.profile-isses {
    background-color: #f4f4f4;
    color: #750606;
    font-weight: bold;
    line-height: 1.5rem;
    margin-left: 0.1rem;
}

/*---------------------------Accordion----------------------------------*/
.accordion_head {
    background: linear-gradient(270deg, rgb(36, 131, 197) 30%, rgba(50, 158, 234, 0.4) 100%);
    color: white;
    cursor: pointer;
    font-family: arial;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 7px 11px;
    font-weight: bold;
    text-align: center;
}

.plusminus {
    float: right;
}
/*---------------------------Accordion----------------------------------*/

.scrolldiv {
    color: red;
    font-size: 18px;
    font-weight: bold;
}

.notification-width {
    inline-size: 300px;
}
/************************************************************************/
.bounce {
    /*height: 50px;*/
    height: 35px;
    overflow: hidden;
    position: relative;
}

    .bounce p {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        color: #f00;
        font-family: "Segoe UI";
        /*font-size: 18px;*/
        /* font-weight: 600;
        line-height: 50px;*/
        text-align: center;
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        -moz-animation: bouncing-text 7s linear infinite alternate;
        -webkit-animation: bouncing-text 7s linear infinite alternate;
        animation: bouncing-text 15s linear infinite alternate;
    }

@-moz-keyframes bouncing-text {
    0% {
        -moz-transform: translateX(50%);
    }

    100% {
        -moz-transform: translateX(-50%);
    }
}

@-webkit-keyframes bouncing-text {
    0% {
        -webkit-transform: translateX(50%);
    }

    100% {
        -webkit-transform: translateX(-50%);
    }
}

@keyframes bouncing-text {
    0% {
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    100% {
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/* Utilization Statistics */

@font-face {
    font-family: 'Poppins-Black';
    src: url('../../webfonts/Poppins-Black.ttf');
}


@font-face {
    font-family: 'Poppins-Bold';
    src: url('../../webfonts/Poppins-Bold.ttf');
}


@font-face {
    font-family: 'Poppins';
    src: url('../../webfonts/Poppins-Light.ttf');
}


@font-face {
    font-family: 'Poppins-Regular';
    src: url('../../webfonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../../webfonts/Poppins-Medium.ttf');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../../webfonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../../webfonts/OpenSans-Bold.ttf');
}


.utl-head {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #e16317;
}

.utl-stats {
    background-color: #0e7e9b;
    color: #ffffff;
    width: 100%;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
}

.utl-users-img {
    width: 50px;
    height: 50px;
    margin-top: 5px;
}

.utl-users-count {
    font-family: OpenSans-Bold;
    font-size: 50px;
    color: #0e7e9b;
    margin-top: -5px;
}

.utl-img {
    width: 20px;
    height: 25px;
    margin-top: 5px;
}
/*
.utl-count {
    font-family: OpenSans-Bold;
     font-size: 16px;
    color: #343a40 !important;
}*/

.utl-count a {
    /*color: #0e7e9b !important;*/
    color: #343a40 !important;
}

.utl-txt-transform {
    text-transform: uppercase;
}

.db-img {
    height: 100px;
}

/************************************************************************/
.bootbox-import > div > div {
    background-color: red;
}

.fa-1_5x {
    font-size: 1.5em;
}

.nav-link.gtrthan::after {
    content: "";
    position: absolute;
    top: 0;
    left: 90%;
    border-left: 28px solid #007bff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent
}

.nav-link.gtrthanw::after {
    content: none;
}

/*.container {
    margin: 20px;
}*/

/* autocomplete tagsinput*/
.tt-suggestion {
    background-color: #4d48ec;
    display: inline-block;
    padding: 0.2em 0.6em 0.5em;
    font-size: 0.9em;
    font-weight: 700;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    width: 100%;
    z-index: 999;
}

.tab-contentScroll {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 700px;
}

.mdlfootermain {
    display: flex;
    justify-content: flex-end; /* Align buttons to the right */
    gap: 0; /* Remove gap between buttons */
}

.tab-contentScrollbkd {
    background-color: #eeeeee;
    border-radius: 5px;
    border: 1px solid #09bcbe;
    margin-top: 8px;
}

fieldset {
    background-color: #eeeeee;
    border-radius: 5px;
    /*border: 1px solid #1a99a7;*/
    border: 1px solid #09bcbe;
    /*height: 300px;*/
    margin-top: 8px;
}

legend {
    /*background-color: Teal;*/
    background-image: radial-gradient(circle at -22% -96%, #09bcbe, #0f8ece 68%, #0f8dce 118%);
    color: white;
    font-size: 1em;
    border-radius: 5px;
    padding: 5px 10px;
}

.block_container {
    display: flex;
}

.blink {
    animation: blinker 5s linear infinite;
    color: red;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 16px;
}

@keyframes blinker {
    50% {
        opacity: -100;
    }
}


.serverbusy {
    /* background-image: url(/images/server-busy.jpg);
    background-size: cover;
    background-repeat: no-repeat, no-repeat;*/
    width: 100%;
    position: absolute;
    top: 64px;
    bottom: 0;
}

    .serverbusy .servertext {
        display: flex;
        font-size: 3rem;
        justify-content: left;
        align-items: center;
        height: 100%;
        padding-left: 15px;
        font-weight: bold;
    }

/*----------------------*/
@media (min-width: 1200px) {
    .utl-count {
        font-size: 12px;
    }
}

@media (min-width: 1400px) {
    .utl-count {
        font-size: 16px;
    }
}

.typing {
    color: #000000;
}
