﻿
body {
    /*max-width: 1300px;*/
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont,Segoe UI, Arial, Roboto,Helvetica Neue,sans-serif !important;
    overflow-y:scroll !important;
    height:max-content;
}

.header {
    overflow: hidden;
    padding: 20px 5px 0px 20px;
    height: auto
}

    .header a.logo {
        font-size: 35px;
        font-weight: bold;
    }

.header-left {
    float: left;
}

.header-right {
    float: right;
}

.horizontal-row-header {
    padding-left: 50px;
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer
}

.header_text {
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont,Segoe UI, Arial, Roboto,Helvetica Neue,sans-serif !important;
    font-weight: bold;
    padding-left: 22px;
    color: #000000;
}

.navigation__menu-item-link {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    height: 2.9375rem;
    justify-content: center;
    margin-right: 50px;
    padding-left: 20px
}

.padleft-20 {
    padding-left: 20px
}

.navigation__menu-list--level-1 {
    box-sizing: border-box;
    flex-direction: row;
    height: 3.1875rem;
    padding-right: 4.8125rem;
    border-bottom: 0.25rem solid #000000;
}

.table, th, td {
    font-size: small;
    font-family: -apple-system, BlinkMacSystemFont,Segoe UI, Arial, Roboto,Helvetica Neue,sans-serif !important;
    border-right: 0px;
    border-left: 0px;
    padding: 8px 8px 0px 8px;
}

tr td:first-child {
    border-left: 0;
}

tr td:nth-last-child(1) {
    border-right: 0;
}

.p {
    font-size: large;
    font-family: -apple-system, BlinkMacSystemFont,Segoe UI, Arial, Roboto,Helvetica Neue,sans-serif !important;
}

.table_img {
    width: 25px;
    height: 25px;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    display: inline;
    cursor: pointer
}

.table_img_big {
    width: 50px;
    height: 50px;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    display: inline;
}

.table_img_pencil {
    width: 20px;
    height: 20px;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    display: inline;
    cursor: pointer
}

.table_img_filter {
    width: 25px;
    height: 25px;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    display: inline;
    cursor: pointer
}

.table_img img {
    width: 25px
}

.table_img_delete {
    width: 25px;
    height: 25px;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    display: inline;
    cursor: pointer
}

.button_style {
    width: 75px;
    border-style: none;
    border-radius: 2px;
    cursor: pointer;
    background-color: #DD1D21;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    height: 26px;
    padding-bottom: 4px;
    font-family: -apple-system, BlinkMacSystemFont,Segoe UI, Arial, Roboto,Helvetica Neue,sans-serif !important;
}

.PCAP-Button {
    width: fit-content;
    text-align: center;
    height: 70px;
    border-style: none;
    border-radius: 10px;
    cursor: pointer;
    background-color: #89CFDC;
    /*color: #FFFFFF;*/
    font-weight: bold;
    font-size: 20px;
    border: 1px solid;
    font-family: -apple-system, BlinkMacSystemFont,Segoe UI, Arial, Roboto,Helvetica Neue,sans-serif !important;
    word-wrap: break-word;
}

.new_row_button_style {
    width: 110px;
    height: 30px;
    border-radius: 6px;
    cursor: pointer;
    font-size: small;
    font-family: -apple-system, BlinkMacSystemFont,Segoe UI, Arial, Roboto,Helvetica Neue,sans-serif !important;;
}

.header_logo {
    width: 45px;
    height: 45px;
    display: inline;
    justify-content: center;
    /*border-radius: 50%;*/
    cursor: pointer;
}

hr.new1 {
    border-top: 0px;
    border-bottom: 1px;
    margin-top: 20px;
    margin-left: 100px;
    margin-bottom: 0px;
    border: 1px !important;
}

    hr.new1:not([size]) {
        height: 0.25px;
    }

hr.new2 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: black;
    border: 0px solid #000000;
}

    hr.new2:not([size]) {
        height: 5px;
    }

#tblAddTa tr td {
    padding: 10px 10px 10px 0px;
    text-align: left;
}

input [type="text"] {
    width: 250px;
    height: 30px;
}

ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}

li {
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
}

ul li a.active {
    content: ' ';
    color: black;
    bottom: 0;
    border-bottom: -4px;
    margin-bottom: 0px;
    border-bottom-color: #FBCE07;
    box-shadow: inset 0 0 0 0 #d9d9d9;
}

ul li a::before {
    /*position: absolute;*/
    content: "";
    bottom: -0.25rem;
    left: 0;
    right: 0;
    height: 0.25rem;
    background: #fbd336;
}

ul li a::after {
    box-sizing: border-box;
    /*position: absolute;*/
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    content: "";
    background-color: #dcdcdc;
    transition: height .3s;
}

.label_Text {
    font-family: -apple-system, BlinkMacSystemFont,Segoe UI, Arial, Roboto,Helvetica Neue,sans-serif !important;
    font-size: 12px;
    color: #404040;
    font-weight: 700;
}

.role_Text {
    font-family: -apple-system, BlinkMacSystemFont,Segoe UI, Arial, Roboto,Helvetica Neue,sans-serif !important;
    font-size: 8px;
    color: #404040;
    margin-left: 110px;
    display: block;
}

.textBox-save-filter {
    padding-right: 10px;
    border-radius: 4px;
}

.dropdown-saved-filter {
    margin-right: 10px;
    border-radius: 4px;
}

#nav li li a {
    font-size: 80%;
}

/* smaller font size for sub menu items */

#nav li:hover {
    background: #003f20;
}

/* highlights current hovered list item and the parent list items when hovering over sub menues */

ul ul {
    position: absolute;
    padding: 0;
    left: 0;
    display: none;
    /* hides sublists */
}

ul li:hover ul ul {
    display: none;
}

/* hides sub-sublists */

ul li:hover ul {
    display: block;
}

.grd-a {
    color: black;
    text-decoration: none;
}

    .grd-a:hover {
        color: black;
        text-decoration: none;
        background-color: white;
    }

.GridHeader_bottom_style {
    border-bottom: 6px solid #fbd336;
    border-bottom-style: inset
}

.modal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.PCAPmodal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    /*background-color: Black;*/
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center img {
        height: 128px;
        width: 128px;
    }
/* shows sublist on hover */

ul li li:hover ul {
    display: block;
    /* shows sub-sublist on hover */
    margin-left: 200px;
    /* this should be the same width as the parent list item */
    margin-top: -35px;
    /* aligns top of sub menu with top of list item */
}

h1 {
    text-decoration: underline;
    -webkit-text-decoration-color: red; /* Safari */
    text-decoration-color: red;
}

h4 {
    margin: 50px 0px 0px 0px;
    text-align: center;
}

.btnhelth {
    font-family: -apple-system, BlinkMacSystemFont,Segoe UI, Arial, Roboto,Helvetica Neue,sans-serif !important;
    font-weight: bold;
    font-size: 1.50rem;
    background-color: #EF2B14;
}

.brdcrum {
    font-family: -apple-system, BlinkMacSystemFont,Segoe UI, Arial, Roboto,Helvetica Neue,sans-serif !important;
    font-size: 0.7rem !important;
    margin: 0px 50px 0 50px;
}

    .brdcrum a, span {
        color: #494949;
    }

        .brdcrum a:hover {
            transition: color .3s;
            color: #dd1d21;
            text-decoration: none;
        }

.pdleft200 {
    padding-left: 200px;
}

.pdleft150 {
    padding-left: 150px;
}

.btnltgray {
    background-color: dimgrey;
    color: #fff;
    width: 75px;
    border-style: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: small;
    font-weight: bold;
    height: 26px;
    font-family: -apple-system, BlinkMacSystemFont,Segoe UI, Arial, Roboto,Helvetica Neue,sans-serif !important;
}

.divAutoAdjust {
    height: calc(100vh - 100px);
    box-sizing: border-box;
}

.someClass {
    border-bottom: solid 4px black;
}

@media screen and (max-width: 960px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }
}

.button_style_menu {
    width: 75px;
    height: 30px;
    border-radius: 6px;
    cursor: pointer;
    font-size: small;
    font-family: -apple-system, BlinkMacSystemFont,Segoe UI, Arial, Roboto,Helvetica Neue,sans-serif !important;
}

    .button_style_menu:hover, .button_style_menu:focus, .button_style_menu:active {
        color: #DD1D21 !important;
        background-color: #bab6b6 !important;
    }

.comtent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.label_Text_manage {
    font-size: 30px;
    font-weight: 900;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont,Segoe UI, Arial, Roboto,Helvetica Neue,sans-serif !important;
    text-decoration: underline;
    text-decoration-color: #EF2B14;
    text-decoration-thickness: 3px;
    text-underline-position: under;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    color: #404040;
}

.label_Text_manage_TA1 {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont,Segoe UI, Arial, Roboto,Helvetica Neue,sans-serif !important;
    display: flex;
}

.atomic--uppercase {
    text-transform: uppercase;
}

#confirm-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #FFDD33;
    padding: 20px;
    display: none;
}

.Gridview-mouse-hover {
    width: 200px;
    height: 25px;
    border-right: 50px transparent grey;
    background: repeating-linear-gradient( -45deg, transparent, transparent 4px, transparent 4px, #d9d9d9 6px ), linear-gradient( to bottom, transparent, transparent )
}

.header-help-links {
    font-family: -apple-system, BlinkMacSystemFont,Segoe UI, Arial, Roboto,Helvetica Neue,sans-serif !important;
    font-size: 12px;
    margin-left: 20px;
    width: auto;
    text-decoration: none;
    color: black;
    cursor: pointer;
    padding-bottom: 21px;
}

a[id^='header-']:hover {
    color: black;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 0 #d9d9d9;
}

#header-notification {
    padding-bottom: 9px;
}

.Border_style {
    border-style: none;
    border-radius: 100px;
    border-collapse: separate;
    border-spacing: 10px 20px;
    padding-bottom: 20px;
    height: 15px;
    color: white !important;
}

.Font_Size {
    font-size: 12px !important;
}

.disabled {
    pointer-events: none;
}

.mrg20Top {
    margin-top: 20px;
}

.padtop-20 {
    padding-top: 20px;
}


.cell-text {
    display: inline-block;
}

.rounded-border {
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
    margin: 2px;
    color: #595959;
    font-weight: 500;
    font-size: x-small;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0%;
    right: 0;
    background-color: whitesmoke;
    overflow-x: hidden;
    transition: 0.5s;
    border-left: 1px solid lightgrey;
    font-family: -apple-system, BlinkMacSystemFont,Segoe UI, Arial, Roboto,Helvetica Neue,sans-serif !important;
    /*padding-top: 60px;*/
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: black;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: black;
        }


    .sidenav .closebtn {
        /*position: absolute;*/
        top: 0;
        right: 20px;
        font-size: 26px;
        margin-left: 50px;
    }

    .sidenav .gvModule {
        display: inline;
        font-size: 13px;
        width: 100px;
        /*font-weight:bold;*/
        text-decoration: underline !important;
    }

.notification_img {
    width: 16px;
    height: 16px;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    display: inline;
    cursor: pointer;
    color: black;
}

#gvNotifications td {
    padding-bottom: 20px;
}

#dvNoNotifications {
    display: flex;
    justify-content: center;
    margin-top: 50%;
}

#tblNoNotifications {
    align-self: center;
}

.badgeNotification {
    /*position: relative;
    top: -25px;
    left: -18px;
    border: 1px solid black;
    border-radius: 25%;
    background-color:red;
    color:white;*/
    position: relative;
    top: -18px;
    right: 15px;
    padding: 0px 7px;
    background-color: #DD1D21;
    color: white;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    align-content: center;
    font-weight: 700;
}

/*@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}*/

@media screen and (max-width:1210px) {
    .header_text {
        font-size: 1.2rem;
    }

    .header-help-links, .label_Text {
        font-size: 12px;
    }

    .role_Text {
        font-size: 8px;
    }
}


@media screen and (max-width:1090px) {
    .header_text {
        font-size: 1rem;
    }

    .header-help-links, .label_Text {
        font-size: 10px;
    }

    .role_Text {
        font-size: 8px;
    }
}

@media screen and (max-width:992px) {
    .header-help-links {
        font-size: 12px;
    }

    .role_Text {
        font-size: 8px;
    }

    .label_Text {
        font-size: 14px;
    }
}

.modal-header {
    font-size: 14px !important;
    font-weight: bold !important;
}

.modal-body {
    font-size: 12px !important;
}

/*loader default*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    /*backdrop-filter:blur(0.5px);*/
    transition: opacity 0.75s, visibility 0.75s;
    z-index:100;
}
.loader::after {
    content: '';
    width: 100px;
    height: 100px;
    border: 4px solid transparent;
    border-top-color: #FBCF09;
    border-radius: 50%;
    animation: loading 0.4s ease infinite;
}

@keyframes loading {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.loader-hidden {
    opacity: 0;
    visibility: hidden;
}