
/**Common Css Start**/
a:focus, a:hover, a:visited {
    text-decoration: none
}

a:focus {
    outline: 0
}

*:focus {
    outline: none !important
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #515151
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

ol, ul {
    list-style: none;
    margin: 0
}

.bold {
    font-weight: 700;
}

.link {
    color: #016690 !important;
}

.text-white {
    color: var(--white) !important;
}

.text-black {
    color: #131313 !important;
}

.bg-white {
    background: var(--white-100) !important;
}

.cursor-pointer {
    cursor: pointer
}

.text-uppercase {
    text-transform: uppercase
}

.carousel-control.right, .carousel-control.left {
    background-image: none
}
p {
    margin-bottom: 0
}

/* Width Start  */
.w-100 {
    width: 100% !important
}

.w-50 {
    width: 50% !important
}

.w-25 {
    width: 25% !important
}

.w-24 {
    width: 24% !important
}

.w-20 {
    width: 20% !important
}

.w-33 {
    width: 33% !important
}

.w-32 {
    width: 32% !important
}

.w-49 {
    width: 49%;
}

.w-60 {
    width: 60% !important
}

/* Width End  */

.critical-color {
    color: var(--purple-sts);
}

.high-color {
    color: var(--red-sts);
}

.medium-color {
    color: var(--yellow-sts);
}

.low-color {
    color: var(--blue-sts);
}


@media only screen and (max-width: 991px) {
    .grid-stack > .grid-stack-item[data-gs-width='3'], .grid-stack > .grid-stack-item[data-gs-width='6'], .grid-stack > .grid-stack-item[data-gs-x='9'] {
        width: 100% !important;
    }
    .grid-stack > .grid-stack-item[data-gs-x='3'], .grid-stack > .grid-stack-item[data-gs-x='6'], .grid-stack > .grid-stack-item[data-gs-x='9'] {
        left: 0% !important;
    }
}
/*******End******/

/* Start of the dashboard */
body {
    background-color: #F2F4F8;
}

.grid-stack-item {
    background: transparent;
    border: 0;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
    overflow: hidden;
}
/*End of the dashboard*/


/* start of the assest box */
.common-heading h6 {
    font-weight: 600;
    color: var(--selectdrop-clr);
    font-size: var(--font-12);
    text-transform: uppercase;
    margin-bottom: 0
}

.lefttop-assestticket {
    padding: 0px;
    margin-bottom: 20px;
}

.righttop-asseststicket {
    padding: 0px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.assest-head {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.blank-box {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #F2F4F8;
    display: inline-block;
}

.assest-number {
    padding-top: 15px;
}

.assest-head p {
    width: 100px;
}

.dashboard-gridwrap .card .card-body {
    border-radius: 5px;
    box-shadow: 0px 1px 6px 3px #eff1f7;
}


.matrix-indicatorlist {
    text-align: right;
}

    .matrix-indicatorlist .list-inline-item {
        padding: 5px 35px;
        color: var(--white);
        font-size: var(--font-12);
    }

    .matrix-indicatorlist .purple-bgcolor {
        background: var(--purple-sts);
    }

    .matrix-indicatorlist .red-bgcolor {
        background: var(--red-sts);
    }

    .matrix-indicatorlist .yellow-bgcolor {
        background: var(--yellow-sts);
    }

    .matrix-indicatorlist .lightblue-bgcolor {
        background: var(--blue-sts);
    }

.matrix-indication {
    padding: 15px 0px;
}

.firstmatrix-row {
    background: #E3ECFF;
    padding: 5px 10px;
    margin-bottom: 5px;
}

    .firstmatrix-row p {
        width: 26%;
        text-align: center;
    }

.inidividual-matrixrow {
    background: #F0F5FF;
    padding: 5px 10px;
    margin-bottom: 5px;
}

    .inidividual-matrixrow p {
        width: 26%;
        text-align: center;
    }

.nodata-box p {
    font-size: var(--font-14);
}

.nodata-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

    .nodata-box img {
        margin-bottom: 10px;
    }

.ownertickets-wrapper {
    height: 100%;
}

.vulenrabilitylist-table thead tr th {
    color: #707070;
    font-size: var(--font-16);
    font-weight: bold;
    border-bottom: 3px solid #808080;
    padding: 10px 10px;
}

.vulenrabilitylist-table tbody tr td {
    color: #707070;
    font-size: var(--font-14);
    padding: 3px 10px;
    line-height: 24px
}

    .vulenrabilitylist-table tbody tr td a {
        color: #707070;
        padding: 0px;
    }

.vulenrability-innertable tbody tr td {
    position: relative;
}

.vulenrabilitylist-table tbody tr:hover td {
    background: #F2F4F8;
}

.ticketsrisk-table tbody tr:hover td {
    background: #F2F4F8;
}

.rcntprjct-table tbody tr:hover td {
    background: #F2F4F8;
}


.ticketsrisk-table thead tr th {
    color: #707070;
    font-weight: bold;
    font-size: var(--font-14);
    border-bottom: 3px solid #808080;
    padding: 10px 10px;
}

.ticketsrisk-table tbody tr td {
    font-size: var(--font-14);
    color: #707070;
    padding: 10px 5px;
}

    .ticketsrisk-table tbody tr td a {
        color: #707070;
    }

.rcntprjct-table thead tr th {
    color: #707070;
    font-weight: bold;
    font-size: var(--font-14);
    border-bottom: 3px solid #808080;
    padding: 10px 10px;
}

.rcntprjct-table tbody tr td {
    font-size: var(--font-14);
    color: #707070;
    padding: 3px 10px;
}

    .rcntprjct-table tbody tr td a {
        font-size: var(--font-14);
        color: #707070;
        padding: 0px;
    }


.ticketsrisk-table tbody tr .tckt-clientip {
    padding-top: 10px;
    font-weight: 300;
}

.ticketsrisk-table tbody tr .tckt-risk {
    margin-top: 10px;
}

    .ticketsrisk-table tbody tr .tckt-risk p {
        color: var(--white);
        background: var(--blue-sts);
        display: inline-block;
        padding: 3px 15px;
        border-radius: 50px;
    }

        .ticketsrisk-table tbody tr .tckt-risk p a {
            color: var(--white);
        }

.ticketsrisk-table tbody tr .tckt-hors {
    font-size: var(--font-12);
    padding-top: 8px;
    font-weight: 300;
}

.ticketsrisk-table tbody tr .tckt-status {
    background: #536C9F;
    color: var(--white);
    padding: 5px 5px;
    display: inline-block
}

    .ticketsrisk-table tbody tr .tckt-status a {
        background: #536C9F;
        color: var(--white);
    }

.ticketsrisk-table tbody tr .tcktrisk-purple p {
    background: var(--purple-sts)
}

.ticketsrisk-table tbody tr .tcktrisk-red p {
    background: var(--red-sts)
}

.ticketsrisk-table tbody tr .tcktrisk-yellow p {
    background: var(--yellow-sts)
}


/*Start of the common right box*/
.boxhamburger-menu {
    position: absolute;
}

.commonbox-topsection {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

    .commonbox-topsection .close-icon {
        color: #707070;
        font-size: 16px;
    }

.boxhamburger-menu {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px #333;
    z-index: 1;
    max-width: 200px;
    position: absolute;
    right: 16px;
    width: 100%;
    top: 50px;
    display: none
}

    .boxhamburger-menu ul {
        padding: 6px 0px;
    }

        .boxhamburger-menu ul li {
            border-bottom: 1px solid #ddd;
            padding: 5px 10px;
        }

            .boxhamburger-menu ul li:last-child {
                border-bottom: 0px;
            }

            .boxhamburger-menu ul li a {
                color: #707070;
            }

            .boxhamburger-menu ul li span {
                padding-left: 10px;
            }
/*End of the common right box*/

/* End of the assest box */


.grid-stack > .grid-stack-item[data-gs-width='3'] {
    width: 25%;
}

.grid-stack > .grid-stack-item[data-gs-width='6'] {
    width: 50%;
}

.grid-stack .grid-stack-item.active {
    position: fixed;
    top: 0px !important;
    width: 100vw;
    height: 100vh !important;
    left: 0px;
    z-index: 9999;
    background: var(--white-100);
    margin: 0px;
}


/* start of the Calendar Dashboard */
.fc .fc-button {
    font-size: var(--font-12) !important;
}

.fc .fc-toolbar-title {
    font-size: var(--font-18) !important;
}

.auditcalendar-innerwrap .fc .fc-toolbar-title {
    font-size: var(--font-16);
}

.auditcalendar-innerwrap .fc .fc-button .fc-icon {
    font-size: var(--font-18);
}

.auditcalendar-innerwrap
.auditcalendar-innerwrap .fc .fc-button-primary:not(:disabled).fc-button-active, .auditcalendar-innerwrap .fc .fc-button-primary:not(:disabled):active {
    background: var(--white);
    color: #333;
}

.auditcalendar-innerwrap .fc .fc-button-primary {
    background: var(--white);
    color: var(--white);
    padding: 0px 12px;
    font-size: var(--font-12);
    text-transform: capitalize;
}

.auditcalendar-innerwrap .fc .fc-button:focus {
    box-shadow: none;
}

auditcalendar-innerwrap .fc .fc-button-primary:focus, .auditcalendar-innerwrap .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .auditcalendar-innerwrap .fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: none;
}

.fc .fc-button-primary {
    border-color: #cccccc;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-right: none;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    border-left: none;
}

.fc .fc-button-primary:hover {
    border-color: #cccccc
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    color: #000;
    background-color: var(--white);
    border-color: #ccc;
    font-weight: bold;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 5px;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 5px;
}

.tckt-riskname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 115px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}
/*End of the Calendar Dashboard */


.fullscreen-icon .fullscreen-img {
    background: url(/content/images/dashboard/fullscreen.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.grid-stack-item.active .fullscreen-icon .fullscreen-img {
    background: url(/content/images/dashboard/fullscreen_exit.svg)no-repeat;
}

.grid-stack-item.active .close-icon {
    display: none;
}

.ticketsrisk-table tbody tr td {
    position: relative;
}

.tableaction-list {
    background: var(--white);
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px #333;
    z-index: 1;
    max-width: 200px;
    position: absolute;
    right: 16px;
    width: 100%;
    top: 30px;
    padding: 5px 15px;
}

.tableaction-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200px;
    display: none;
}

.tableaction-list li {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}

    .tableaction-list li:last-child {
        border-bottom: 0px solid #ddd;
    }


    .tableaction-list li a {
        font-size: var(--font-14);
        color: #707070;
    }

        .tableaction-list li a span {
            padding-left: 10px;
        }


.grid-stack-item.active .vulenrability-innertable {
    height: 100%;
}

.dashboard-gridwrap .grid-stack-item.active .card-body {
    box-shadow: none
}


/* Start of the sllips txt */
.morecontent span {
    display: none;
}

.morelink {
    display: block;
}
/* End of the sllips txt */

/* start of the login screen */
.loginwhole-panel {
    height: 100vh;
    display: flex;
    position: relative
}

.left-loginpanel {
    width: 40%;
    background: var(--white);
}

.right-loginpanel {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
}

.loginform-head h2 {
    font-size: var(--font-18);
    font-weight: bold;
    color: var(--grey-clr);
    text-align: center;
}

.loginform-head p {
    font-size: var(--font-12);
    color: #606060;
    text-align: center;
}

.leftinner-loginpanel {
    max-width: 220px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.loginform-wholewrap {
    padding-top: 30px;
}

.bottomlogin-form {
    padding-top: 30px;
}

.forget-link {
    text-align: right;
}

    .forget-link a {
        font-size: var(--font-11);
        text-align: right;
        color: #177CF8;
    }

.formlogin-btnwrap {
    margin-top: 30px;
}

    .formlogin-btnwrap a {
        background: #536C9F;
        padding: 6px 0px;
        color: var(--white);
        text-transform: uppercase;
        width: 100%;
        display: block;
        text-align: center;
        border-radius: 5px;
        font-size: var(--font-14);
        font-weight: 600;
        height: 35px;
    }

.login-disclamier {
    padding-top: 10px;
}

    .login-disclamier p {
        font-size: var(--font-11);
        color: #606060;
        line-height: 1.2rem
    }

.rightinner-loginpanel {
    background: url(/content/images/login-bg.jpg) no-repeat;
    height: 100%;
    background-size: 100% 100%;
}

.rightlogin-contentwrp {
    padding: 20px 40px;
    position: absolute;
    bottom: 50px;
}

    .rightlogin-contentwrp p {
        font-size: var(--font-14);
        color: var(--white);
        padding-top: 1rem;
    }

.rightlogin-footerwrap {
    padding: 12px 30px;
    background: #004CF8;
    position: absolute;
    width: 100%;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .rightlogin-footerwrap p, .rightlogin-footerwrap a {
        color: var(--white);
        font-size: var(--font-13);
    }

.individuallogin-row {
    position: relative;
}

.usericon-div {
    background: url(/content/images/login/without_click_user.svg)no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    bottom: 7px;
    left: 10px;
    background-size: 100% auto;
}

.passwordicon-div {
    background: url(/content/images/login/without_click_lock.svg)no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    bottom: 7px;
    left: 10px;
    background-size: 100% auto;
}

.login-input {
    color: var(--grey-clr);
    padding-left: 40px !important;
}

    .login-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: var(--grey-clr);
    }

    .login-input::-moz-placeholder { /* Firefox 19+ */
        color: var(--grey-clr);
    }

    .login-input:-ms-input-placeholder { /* IE 10+ */
        color: var(--grey-clr);
    }

    .login-input:-moz-placeholder { /* Firefox 18- */
        color: var(--grey-clr);
    }

.login-disclamier p a {
    color: #177CF8
}

.individuallogin-row:hover .usericon-div {
    background: url(/content/images/login/click_user.svg)no-repeat;
    background-size: 100% auto;
    height: 20px;
}

.individuallogin-row:focus .usericon-div {
    background: url(/content/images/login/click_user.svg)no-repeat;
    background-size: 100% auto;
    height: 20px;
}

.individuallogin-row:hover .passwordicon-div {
    background: url(/content/images/login/click_lock.svg)no-repeat;
    background-size: 100% auto;
    height: 20px;
}

.individuallogin-row:focus .passwordicon-div {
    background: url(/content/images/login/click_lock.svg)no-repeat;
    background-size: 100% auto;
    height: 20px;
}

.individuallogin-row .login-input::placeholder {
    font-size: var(--font-10);
}
/* End of the login screen */


/* Start of the support query */

.breadcrumbs li {
    position: relative;
}

    .breadcrumbs li:after {
        content: "/";
        position: absolute;
        top: -1px;
        right: -8px;
        color: #909090;
        font-size: 15px;
    }

    .breadcrumbs li:last-child:after {
        content: none;
    }

    .breadcrumbs li a {
        font-size: var(--font-12);
        color: #909090;
    }

    .breadcrumbs li.active a {
        color: var(--grey-clr);
    }

.queryinner-bottomwrap {
    display: flex;
    justify-content: space-between;
}

.leftquery-wrap {
    width: 75%;
    background: var(--white);
    border-radius: 5px;
    padding: 20px;
}

.rightquery-wrap {
    width: 21%;
    margin-left: 20px;
}

.queryform-wrppanel p {
    font-size: var(--font-16);
    color: #606060;
    line-height: 20px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 15px;
}

.individual-queryrow label, .label-css {
    color: var(--indiquery-label);
    font-size: var(--font-11)
}
.individual-queryrow label{
    font-weight: var(--fw-6500);
}
.label-css{
    font-weight: 500;
}
.typecode-wrap label .small-label {
    font-size: var(--font-12);
    font-weight: 300;
    color: #606060;
}

.imageupload-wrap label .small-label {
    font-size: var(--font-12);
    font-weight: 300;
    color: #606060;
}

.file-upload-wrapper {
    border: 1px dashed #ddd;
    padding: 20px;
    height: 200px;
    position: relative;
}

/* 29-10 */
.filecode-wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.typecode-wrap label, .imageupload-wrap label {
    display: block;
    font-weight: bold;
}

.typecode-wrap {
    width: 40%
}

.uploadIcon {
    display: block;
    text-align: center;
    font-size: 40px;
    color: #dadada;
    position: relative;
    top: 30px;
}

.file-upload-wrapper input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 1;
}

.file-upload-wrapper p {
    padding-bottom: 15px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    border: none
}

.imageupload-wrap {
    width: 50%;
}

.regbtn {
    border: none;
    padding: .5625rem 1rem;
    font-size: var(--font-14);
    border-radius: .25rem;
    color: var(--white);
    text-transform: uppercase;
    margin-right: 5px;
    display: inline-block;
}

.rightWrapHeading {
    font-size: var(--font-18);
    font-weight: 300;
    color: var(--grey-clr);
    border-bottom: 1px solid #909090;
    padding-bottom: 10px;
}

.profileQuery p {
    padding-top: 10px;
    font-size: var(--font-12);
}


.profileQuery {
    background-color: var(--white);
    text-align: center;
    border-radius: 5px;
    padding: 13px 0 25px;
    width: 90px;
    box-shadow: 0px 0px 4px -1px var(--grey-clr);
}

    .profileQuery img {
        height: 50px;
        width: 50px
    }

.querytype label {
    font-size: var(--font-12);
    margin-bottom: 2px;
    color: #909090;
    font-weight: 600;
}

.querytype p {
    font-size: var(--font-14);
    font-weight: bold;
    color: #000;
}

.querytype {
    margin-bottom: 5px;
}

.sendMsgbtn {
    background-color: #8aacfa;
    border: none;
    font-size: var(--font-14);
    color: var(--white);
    padding: 5px 10px;
    border-radius: 4px;
}

.queryBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cecece;
}

    .queryBox:last-child {
        border-bottom: 0px;
    }

.queryview-morelisting {
    padding-top: 25px;
}

    .queryview-morelisting a {
        font-size: var(--font-14);
        color: #177CF8;
    }


.action-class {
    position: relative;
}

    .action-class img {
        cursor: pointer;
    }
/*End of the support query*/

/* Start of the table */
.page-body-wrapper {
    padding: 0 !important;
}

.tableTalu .dataTables_wrapper .dataTables_filter input.form-control.form-control-sm {
    width: 200px !important;
    border: 1px solid #9a9a9a;
    padding: 10px;
    background-color: transparent;
    height: 40px;
}

.tableTalu .page-link {
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: transparent;
    border: none;
    padding: 3px 8px;
}

.tableTalu .page-item.disabled .page-link {
    color: var(--gray);
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    border: none;
}

.tableTalu div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
}

.tableTalu .page-item.active .page-link {
    background-color: #8aacfa;
    border-color: #8aacfa;
    border-radius: 3px;
}

.tableTalu .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none;
    background: linear-gradient(to bottom, #8aacfa 0%, #8aacfa 100%);
    border-radius: 3px;
    color: var(--white) !important;
}

.tableTalu .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.popoverham {
    position: relative;
    display: inline-block;
    cursor: pointer;
}


.popmenu {
    position: absolute;
    width: max-content;
    border: 1px solid #ccc;
    text-align: center;
    background-color: var(--white);
    border-radius: 3px;
    top: 30px;
    left: 0;
    display: none;
    z-index: 100;
}

    .popmenu a {
        display: block;
        padding: 5px;
        border-bottom: 1px solid #ccc;
        color: #001737;
    }

        .popmenu a:last-child {
            border-bottom: none
        }

        .popmenu a i {
            padding-right: 10px;
        }

    .popmenu:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 8px solid white;
        position: absolute;
        top: -8px;
        left: 5px;
    }

    .popmenu:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #ccc;
        position: absolute;
        top: -9px;
        left: 4px;
    }

    .popmenu a:hover {
        background-color: #ececec;
    }

/* End of the table */


/* Start of the company */
.companytabs-formwrap {
    background: var(--white-100);
    border-radius: 5px;
    padding: 0.6rem;
    box-shadow: var(--mainbox-shadow)
}

/* Start of the common checkbox */
.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .styled-checkbox + label:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 20px;
            height: 20px;
            background: var(--white);
            border: 1px solid #536c9f;
        }

    .styled-checkbox:hover + label:before {
        background: #536c9f;
    }

    .styled-checkbox:checked + label:before {
        background: #536c9f;
    }

    .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 9px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/* End of the common checkbox */

.individual-checkboxes .small-txt {
    font-size: var(--font-12);
    font-weight: 300;
    color: #606060;
}

.squadconfiq-checkboxwraps {
    padding-bottom: 50px;
}

.topadv-firstlayer {
    justify-content: space-between;
}

    .topadv-firstlayer .individualadv-row {
        width: 33%;
        padding-right: 30px;
    }

.advsetting-typecode label {
    color: #606060;
}

.logoadv-setting label {
    color: #606060;
}

.advfile-codesetting {
    justify-content: flex-start;
}

.advsetting-typecode {
    width: 33%;
    padding-right: 30px;
}

.logoadv-setting {
    width: 33%;
    padding-right: 30px;
}

.topadv-companysetting {
    padding-bottom: 30px;
    border-bottom: 2px solid #ddd;
}

.individualperson-wraper {
    padding-top: 10px;
}

.companyadv-btnwrap {
    padding: 30px 0 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    /*opacity: 0;*/
    height: 12px;
}

a[data-toggle="tooltip"] {
    position: relative;
}
/* End of the company */


/* Start of the media */
@media(min-width:1920px) {
    .commonbox-topsection {
        margin-bottom: 50px;
    }

    .vulenrability-innertable {
        height: 250px;
        overflow-x: scroll;
    }

    .nodata-box {
        margin-top: -60px;
    }
}

@media (min-width:992px) and (max-width:1199px) {

    /*Start of the support query*/
    .leftquery-wrap {
        width: 70%;
    }

    .rightquery-wrap {
        width: 28%;
    }
    /*End of the support query*/

    .advsetting-typecode label {
        font-size: var(--font-13);
    }

    .logoadv-setting label {
        font-size: var(--font-13);
    }
    /*End of the company*/

}


@media (max-width:991px) {
    .nodata-box p {
        text-align: center;
    }

    .grid-stack-item {
        min-height: 300px !important;
        position: relative !important;
        top: inherit !important;
    }

    .grid-stack {
        height: auto !important;
    }

        .grid-stack .grid-stack-item.active {
            position: fixed !important;
            top: 0px !important;
            width: 100vw !important;
            height: 100vh !important;
            left: 0px;
            z-index: 999999;
            background: var(--white-100);
            margin: 0px;
        }

    /* start of the login section */
    .login-innerwrapper {
        background: url(/content/images/login-bg.jpg) no-repeat;
        width: 100%;
        height: 100%;
        background-size: cover;
    }

    .loginwhole-panel {
        flex-wrap: wrap;
        padding: 15px;
        height: 97vh
    }

    .right-loginpanel {
        display: none;
    }

    .left-loginpanel {
        width: 100%;
    }

    .rightlogin-footerwrap {
        position: relative;
        padding: 12px 20px
    }
    /* End of the login section */


    /* start of the support query */
    .queryinner-bottomwrap {
        flex-direction: column;
    }

    .leftquery-wrap {
        width: 100%;
    }

    .rightquery-wrap {
        width: 100%;
        margin-left: 0px;
        margin-top: 40px;
    }

    .filecode-wrap {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .typecode-wrap {
        margin-bottom: 15px;
        width: 100%;
    }

    .imageupload-wrap {
        width: 100%;
    }

    .file-upload-wrapper p {
        top: 50%;
        padding: 0 20px;
        line-height: inherit;
    }

    .queryBox {
        justify-content: flex-start;
    }

    .sendmsgQuery {
        padding-left: 30px;
    }
    /*End of the support query*/


    /* Start of the user management table */
    .table-wrapper .rowDatatable {
        flex-direction: column;
    }

    .table-wrapper .rightSect {
        flex-direction: column;
    }

    .table-wrapper .dataTables_wrapper .dataTables_info {
        border-bottom: 2px solid #b2b2b4;
        border-right: 0px;
        padding-bottom: 8px;
    }

    .table-wrapper .dataTables_wrapper .dataTables_paginate {
        padding-top: 5px;
    }
    /* End of the user table */


    /* Start of the user */
    .rowDatatable {
        flex-direction: column;
    }

    .table-wrapper {
        padding-bottom: 20px;
    }
    /* End of the user */

}

@media (min-width:768px) and (max-width:991px) {

    /* Start of the company */
    .advsetting-typecode label {
        font-size: var(--font-14);
    }

    .logoadv-setting label {
        font-size: var(--font-14);
    }
    /*End of the company*/

}

@media screen and (max-device-width:767px) {
    .matrix-indicatorlist {
        display: flex;
        text-align: left;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

        .matrix-indicatorlist .list-inline-item {
            margin-bottom: 10px;
            padding: 5px;
        }

    .riskmatrix-btmtable {
        height: 300px;
    }

    .firstmatrix-row p {
        font-size: var(--font-11);
    }

    .inidividual-matrixrow p {
        font-size: var(--font-11);
        line-height: 12px;
    }

    .ownertickets-bargraphs {
        overflow-x: scroll;
    }

        .ownertickets-bargraphs .highcharts-figure {
            width: 500px;
        }

    .nodata-box {
        height: 75%;
    }

    .ticketsrisk-table {
        width: 100%;
    }

    .rcntprjct-table {
        width: 100%;
    }

    .companynav-pilltabs {
        width: 430px;
    }

        .companynav-pilltabs .nav-item {
            padding-right: 30px;
        }

            .companynav-pilltabs .nav-item:last-child {
                padding-right: 0px;
            }

    .topadv-firstlayer {
        flex-direction: column;
    }

        .topadv-firstlayer .individualadv-row {
            width: 100%;
            padding-right: 0px;
            font-size: var(--font-14);
        }

    .advsetting-typecode label {
        font-size: var(--font-14);
    }

    .advsetting-typecode {
        padding-right: 0px;
    }

    .logoadv-setting label {
        font-size: var(--font-14);
    }

    .logoadv-setting {
        padding-right: 0px;
    }

    .personwhole-deatilswrap {
        flex-direction: column;
    }

    /* End of the comapny page */

}

@media(max-width: 460px) {
    .rightSect {
        flex-direction: column;
    }

    .dataTables_wrapper .dataTables_info {
        border: none;
        padding: 5px 0 10px !important;
        margin: 0;
    }

    .paginationbar {
        padding-bottom: 10px
    }
}