﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
    color: blue;
}

p {
    margin-bottom: 0px;
}

.MainPage {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px
}

.modal-backdrop.show {
    display: none;
}

.trhighlighted {
    background-color: #FF2080 !important;
}
/*

.SidebarContainer
{
    background-color: #06838A;
    width: 150px;
    position: fixed;
    height: 100%;
    z-index: 999;
    background: url('sidebar-4.jpg');
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}
.SidebarContainer::before
{
    background-color: rgba(255, 255, 255, 0.7);
    content: '';
    display: block;
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
}
.SidebarContainer > .Logo
{
    min-height: 70px;
    width: 100%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid black;
}
.SidebarContainer > .Logo
{
    box-shadow: 0px 2px 2px;
    padding: 6px;
    z-index: 9999;
    background-color: #1a5487;
    position: relative;
}

.SidebarContainer > .Logo > H3
{
    color: White;
    font-size: 20px;
    margin: 15px;
}
.SidebarContainer > .Logo H3 a
{
    text-decoration: none;
    color: #fff;
}
.SidebarContainer > .LeftSidebar
{
    display: flex;
    height: 100%;
    width: 100%;
}

*/
.HeaderBar {
    height: 50px;
    position: fixed;
    background-color: #01579b;
    z-index: 99;
    padding: 5px 0;
}

.headerBarWidth {
    left: 150px;
    width: calc(100% - 150px);
}

.headerBarWidthFull {
    width: 100%;
    left: 0px;
    width: calc(100% - 0px);
}

.contentPage_full {
    background-color: #fff;
    min-height: 600px;
    width: calc(100% - 0px);
    height: auto;
    position: relative;
    top: 70px;
    left: 0px;
    display: inline-block;
    box-shadow: 0px 1px 2px 1px #000;
}

.DivSession {
    padding: 0px;
    display: inline-block;
    float: left;
    width: auto;
    margin-top: 5px;
}

    .DivSession > h3 {
        margin-top: 0px;
        color: White;
    }

        .DivSession > h3 a {
            color: #fff;
            text-decoration: none;
        }

.removerMargin_TB {
    margin-bottom: 0px;
    margin-top: 0px;
}

/*.SubLinkBar {
    width: 100%;
    border-radius: 9px;
    background-color: #3d454e;
    z-index: 1;
    left: 250px;
    top: 84px;*/
    /*right: 0.3%;*/
    /*-webkit-box-shadow: 0 0 35px 0 rgb(61 69 78 / 15%);
    box-shadow: 0 0 35px 0 rgb(61 69 78 / 15%);
}*/

.SubLinkBar {
    width: 100%;
    background-color: #3d454e;
    z-index: 1;
    top: 70px;
}


        .SubLinkBar a:hover {
            color: #036EA3;
        }

.ToggleBar {
    width: 50px;
    float: left;
    display: inline-block;
    cursor: pointer;
    margin: 5px 10px;
}

    .ToggleBar > a .icon {
        display: block;
        width: 20px;
        height: 2px;
        margin: 5px 0px;
        background-color: #fff;
    }

#VToggle {
    display: none;
    transform: rotate(90deg);
}

    #VToggle .icon {
        width: 20px;
        height: 2px;
        margin: 5px 10px;
        background-color: #fff;
    }

.UserNav {
    padding: 0px;
    display: inline-block;
    float: right;
    width: auto;
    margin-top: 5px;
    padding-right: 10px;
}

    .UserNav > a {
        color: White;
        text-decoration: none;
    }

    .UserNav > .dropDown_User {
        display: none;
        position: absolute;
        right: 10px;
        background-color: White;
        width: auto;
        min-width: 150px;
        min-height: 200px;
        box-shadow: 0px 2px 10px;
    }

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-nav {
        float: left;
        margin: 0;
        padding-right: 20px;
    }
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.UserNav .dropdown-menu {
    left: auto;
}

.dropdown-menu li a {
    padding: 7px 20px;
    border-bottom: 1px solid #ddd8d8;
}



/****Side Menu**********/
.SideMenubar {
    list-style: none;
    width: 100%;
    position: relative;
    height: 100%;
    padding: 0px;
    z-index: 999;
    padding-bottom: 100px;
    overflow: auto;
}

    .SideMenubar li a {
        font-weight: bold;
        text-transform: uppercase;
        padding: 2px 10px;
        width: 100%;
        font-size: 13px;
        color: #2f2f2f;
        display: inline-block;
        border-bottom: 1px solid gray;
        text-decoration: none;
        line-height: 30px;
    }

        .SideMenubar li a:hover {
            color: White;
            background-color: #113f6e;
        }

    .SideMenubar li .SideMenubarSub {
        display: none;
        list-style: none;
        margin: 0px;
        padding: 0px;
        overflow-y: scroll;
        min-height: 100px;
        height: calc(100% - 70px);
        left: 150px;
        top: 70px;
        bottom: 0px;
        width: 220px;
        background-color: #f8f8f8;
    }

/*
.SideMenubarSub li a
{
    font-weight: 500;
    background-color: #113f6e;
    color: #fff;
    text-transform: capitalize;
    padding: 2px 10px;
    width: 100%;
    font-size: 13px;
    display: table;
    border-bottom: 1px solid gray;
    text-decoration: none;
    line-height: 30px;
}
*/


.SideMenubarSub li .SideMenubarSubSub {
    display: block;
    list-style: none;
    padding-left: 30px;
    width: 100%;
    position: relative;
    height: 100%;
    background-color: transparent;
}

.SideMenubarSub li:hover .SideMenubarSubSub {
    display: block;
}

SideMenubarSubSub li a {
    font-size: 11px;
}

.SideMenubarSubSub li a:before {
    content: '\21B3';
    padding-right: 5px;
    color: #f8f8f8;
}

/*.SideMenubar li:hover .SideMenubarSub, .SideMenubar li:focus .SideMenubarSub, .SideMenubar li:active .SideMenubarSub
{
    display: block;
    width: 100%;
    min-width:200px;
}*/
.SideMenubarSub > li > a:hover {
    background-color: #2a6296;
    color: white;
}

.SideMenubar > li.active > a {
    background-color: #113f6e;
    color: #fff;
}

.SideMenubar li.active .SideMenubarSub {
    display: block;
    min-width: 200px;
}

/***************AcoordianMenu*****/
.Accordion1 {
    list-style: none;
    width: 100%;
    height: 100%;
    padding: 0px;
    overflow: scroll;
    z-index: 999;
    margin-bottom: 100px;
}

.AccHeader {
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 20px;
    width: 100%;
    font-size: 13px;
    color: #0d4985;
    display: inline-block;
    border-bottom: 1px solid gray;
    text-decoration: none;
    line-height: 30px;
}

    .AccHeader:after {
        content: '+';
        position: inherit;
        right: 10%;
        font-size: 20px;
    }

    .AccHeader:hover {
        background-color: rgba(199, 197, 197, 0.6);
    }

.accordionHeaderSelected:after {
    content: '-';
    font-size: 20px;
    position: inherit;
    right: 10%;
}

.accordionHeaderSelected {
    background-color: #0d4986;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 20px;
    width: 100%;
    font-size: 13px;
    display: inline-block;
    border-bottom: 1px solid gray;
    text-decoration: none;
    line-height: 30px;
    color: #fff;
}

.accordionContent {
    background-color: rgba(199, 197, 197, 0.6);
}

    .accordionContent > a {
        line-height: 25px;
        color: #0d4985;
        font-size: 13px;
        border-bottom: 1px solid gray;
        padding: 4px 0px 4px 35px;
        width: 100%;
        display: inline-block;
        text-decoration: none;
    }

        .accordionContent > a:hover {
            background-color: #223b54;
            color: White;
            padding-left: 5px;
            transition: 0.5s;
        }

/*********************/
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
}

a.CloseBtn {
    display: none;
    color: Red;
    position: absolute;
    left: auto;
    text-decoration: none;
    right: 5px;
    padding: 5px;
    border: 1px solid red;
}

.navbar-nav > li > a {
    color: White;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid white;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 5px;
}


@media (max-width: 768px) {

    .DivSession > h3 {
        font-size: 14px;
    }

    a.CloseBtn {
        display: block;
    }

    .UserNav {
        margin-top: 0px;
    }

    .HeaderBar {
        width: 100%;
        height: auto;
        left: 0px;
        position: fixed;
    }

    .navbar-nav {
        margin: 0px;
    }

    .ToggleBar {
        margin: 0px 10px;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #0866c6;
        position: absolute;
    }

    .contentPage {
        width: 100%;
        top: 110px;
        height: auto;
        position: relative;
        left: 0px;
    }

    .contentPage_full {
        width: calc(100% - 0px);
        height: auto;
        position: relative;
        left: 0px;
    }
}



/*----Input Tool----------*/

.textBox {
    outline: 0;
    border: 1px solid #bababa;
    width: 100%;
    padding: 3px;
    font-size: 13px;
    /*height: 25px;*/
}



.form-control {
    outline: 0;
    border: 1px solid #bababa;
    padding: 3px;
    font-size: 13px;
    /*height: 25px;*/
}

/*.textBox:focus {
    border-color: #000;
}*/

.button {
    margin-top: 10px;
    border: 2px solid;
    /* height: 29px; */
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    outline: 0px;
    color: black;
    line-height: 18px;
    font-style: normal;
    /* background: white; */
    padding: 10px;
    border-radius: 19px;
    text-decoration: none;
    box-shadow: 4px 4px 4px 0px #00000040 inset;
}

.button-fw {
    width: 100%;
}

.button:disabled,
.button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

select:disabled,
select[disabled],
.textBox_img:disabled,
.textBox_img[disabled] {
    border: 1px solid #eae8e8;
    background-color: #eae8e8;
    color: #666666;
}

    select:disabled ~ .label-helper,
    select[disabled] ~ .label-helper,
    .textBox_img:disabled ~ .label-helper,
    .textBox_img[disabled] ~ .label-helper {
        color: #666666;
    }

.textbox:disabled,
.textbox[disabled],
.textbox_img:disabled,
.textbox_img[disabled] {
    border: 1px solid #eae8e8;
    background-color: #eae8e8;
    color: #666666;
}

.button-info {
    background-color: #2ab57d;
    border-color: #fff;
    color: #fff;
    padding: .5rem;
    font-size: 16px;
}

    .button-info:hover,
    .button-info:active {
        background-color: #fff;
        border-color: #2ab57d;
        color: #2ab57d;
    }

.button-success {
    background-color: #036EA3;
    color: #fff;
}

    .button-success:hover,
    .button-success:active {
        background-color: #fff;
        color: #01579b;
    }

.button-danger {
    background-color: #d14444;
    border-color: #fff;
    color: #fff;
    padding: .5rem;
    font-size: 16px;
}

    .button-danger:hover,
    .button-danger:focus {
        outline: 0px;
        border-color: #dc3535;
        background-color: #fff;
        color: #dc3535;
    }


table {
    border: none;
}

.tblGrid {
    width: 100% !important;
}

    .tblGrid td,
    .tblGrid th {
        padding: 5px;
        border: 1px solid #80808036;
    }

    .tblGrid th {
        position: sticky;
        top: 0;
        background: #036EA3;
        color: White;
        white-space: nowrap;
        font-weight: 500;
        text-align: left;
        padding: 6px 10px;
        border: none;
        z-index: 1;
    }

    .tblGrid tr {
        border-bottom: 1px solid #d4d4d4;
    }

        .tblGrid tr:hover {
            background-color: #e8e8e8;
        }

        .tblGrid tr:nth-child(odd) {
            background-color: #f8f8f8;
        }

    .tblGrid th a {
        text-align: left;
        padding: 0px 10px 0px 0px;
        display: inline-block;
        color: White;
    }

        .tblGrid th a:hover:after {
            background: #333;
            background: rgba(0, 0, 0, .8);
            border-radius: 5px;
            color: #fff;
            font-size: 10px;
            content: attr(data-text);
            padding: 5px 5px;
            position: absolute;
            z-index: 9999;
        }

        .tblGrid th a:after {
            content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAACXBIWXMAAC4hAAAuIQEHW/z/AAAAY0lEQVQoU2NgwAL+/fsng00cRQyoKOo/EBBUCFIEAn///j2OUzFQ8iVMIYgGmm6NoRgomIWsCMbGUAi17jvQVHTci+4JLXQTgZr+YXUnUGIzmhuFcXoIydd9eIMI6ClpbOEIALaGl94KBk1gAAAAAElFTkSuQmCC');
            position: relative;
            padding: 3px 0px;
        }

    .tblGrid td:nth-last-child(1),
    .tblGrid td,
    .tblGrid th:nth-last-child(1),
    .tblGrid th {
    }

        .tblGrid td select {
            border: 1px solid gray;
            height: auto;
        }

table {
    font-size: 13px;
}

/*.trHeadL {
    background-color: #daecfe;
    border-radius: 2px;
    font-weight: 700;
    font-size: 13px;
    margin: 0px 0px 6px 0px;
    color: #000;
    padding: 1px 5px;
}

.trSub {
    background-color: #daecfe;
    border-radius: 2px;
    font-weight: 700;
    font-size: 13px;
    margin: 6px 0px 10px 0px;
    color: #000;
    padding: 1px 5px;
}*/

.trHeadL {
    border-radius: 2px;
    font-weight: 700;
    font-size: 13px;
    margin: 0px 0px 6px 0px;
    color: #000;
    padding: 1px 5px;
    border-bottom: 2px solid #01579b;
}

.headerstrip {
    border-radius: 2px;
    font-weight: 700;
    font-size: 15px;
    margin: 0px 0px 6px 0px;
    color: #fff;
    padding: 5px 5px;
    border-bottom: 2px solid #01579b;
}

.trSub {
    border-radius: 2px;
    font-weight: 700;
    font-size: 13px;
    margin: 0px 0px 6px 0px;
    color: #000;
    padding: 1px 5px;
    border-bottom: 2px solid #01579b;
}

.Icon_img {
    padding: 8px 5px;
    height: 30px;
    border-left: 0px;
    font-size: 13px;
    width: 31px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

    .Icon_img > .Icon_img {
        text-align: center;
        /**width:18%;**/
    }

.trTextError2 {
    color: Red;
}

.input-group {
    width: 100%;
    position: relative;
    display: table;
    border-collapse: separate;
}

/*
input[type=checkbox], input[type=radio]
{
    padding: 5px;
}

label
{
    padding: 5px;
}*/
/******TabPanel*********/
.ajax__tab_xp .ajax__tab_tab {
    height: 20px;
    background: gray;
}



.ajax__tab_xp .ajax__tab_body {
    padding: 0px;
}


/*------box_outer--------*/
.box_outer {
    display: inline-block;
    border: 2px solid #0866C6;
    text-align: center;
}

    .box_outer > a {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        font-size: 20px;
        color: #0866C6;
        text-transform: uppercase;
    }

        .box_outer > a:hover {
            width: 100%;
            background-color: #0866C6;
            display: inline-block;
            vertical-align: middle;
            text-decoration: none;
            color: #fff;
            text-transform: uppercase;
        }



/*yle : solid;
	cursor : AutoComplete flyout */
.autocomplete_completionListElement {
    /*border: solid 1px Gray;*/
    margin: 0px;
    min-height: 400px;
    max-height: 400px;
    padding: 0px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #dcdcdc;
}

.autocomplete_listItem {
    border-bottom: 1px dashed #fff;
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 30px;
    color: #333;
    background-color: #fff;
    padding-left: 10px;
    transition: .3s all ease-in;
    cursor: pointer;
    font-weight: 700;
}

.autocomplete_highlightedListItem {
    border-bottom: 1px dashed #3d454ec7;
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 30px;
    background-color: #fff;
    padding-left: 10px;
    transition: .3s all ease-in;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    background-color: #01579b;
}

.ImageUser {
    height: auto;
    width: 100%;
    border: 1px solid gray;
}


/****************************My CSS*******************************/
.chklbl {
    position: absolute;
    margin-top: 3px;
    font-weight: bold;
}

::-webkit-scrollbar {
    width: 5px;
    background: white;
    /*height: 10px !important;*/
}

    ::-webkit-scrollbar:hover {
        width:5px;
        border: 1px solid gray;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    }

::-webkit-scrollbar-track {
    background: white;
}

    ::-webkit-scrollbar-track:hover {
        border: 1px solid lightgrey;
    }

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 2px #036EA3;
    background-color: #F5F5F5;
}

    ::-webkit-scrollbar-thumb:hover {
        -webkit-box-shadow: inset 0 0 6px gray;
       
    }
::-webkit-scrollbar-thumb {
    background-color: #036ea38a;
}

/*::-webkit-scrollbar-button
{
    background-color: gray;
    width: 12px;
    height: 12px;
    border-radius-top: 50%;
}*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

.main-base {
    margin-top: 20px;
}

.form-row {
    /*border: 1px solid #dcdcdc;*/
    padding: 0px 0px;
    display: inline-block;
    position: relative;
    margin-top: 20px;
    width: 100%;
    min-height: 34px;
    margin-bottom: 5px;
    background: transparent;
    border-color: #d9d9d9;
    border-radius: 2px;
    border: 1px solid #c5c4c4;
}

.ui-datepicker-trigger {
    margin: 7px;
}

/*----input text------*/


.inputLabel {
    padding: 5px 5px;
    outline: 0px;
    font-size: 13px;
    line-height: 28px;
}

.textBox,
.textBox_img,
select {
    background-color: white;
    color: #000;
    padding: 5px 5px;
    float: left;
    outline: 0px;
    font-size: 13px;
    font-weight: 500;
    border: 0px;
    z-index: 3;
    min-height: 30px;
    padding: 0px 10px;
}

textarea.textBox {
    height: auto;
}

textarea {
}

select {
    width: 100%;
}

.textBox {
    width: 100%;
}

.msgcntspan {
    font-size: 0.9em;
    color: gray;
}

.Select_img {
    width: calc(100% - 35px);
}

.textBox_img {
    width: calc(100% - 35px);
}

.width_38 {
    width: calc(100% - 38px) !important;
}


.label-helper {
    position: absolute;
    opacity: 1;
    transition: .2s bottom, .2s opacity;
    top: -22px;
    left: 0px;
    right: auto;
    background-color: transparent;
    z-index: 9;
    text-transform: capitalize;
    font-family: Mukta;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
}

.form-row input[type=radio]
{
    margin-left:10px;
}

select, label {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}

.labelbold {
    font-size: 13px;
    font-weight: bold;
}

.labelnote {
    font-size: 13px;
    font-weight: bold;
    color: Red;
}

input[readonly] {
    background: #fff;
    color: #a5a3a3;
}

::-webkit-input-placeholder {
    color: #c7c4c4;
}

.textBox:focus + .label-helper,
.textBox:invalid + .label-helper,
.textBox_img:focus + .label-helper,
.textBox_img:invalid + .label-helper,
.textBox_img:hover + .label-helper,
.textBox:hover + .label-helper,
select:hover + .label-helper,
select:hover + .label-helper,
select:focus + .label-helper,
select:invalid + .label-helper,
select:focus + .label-helper,
select:invalid + .label-helper {
    color: Orange;
}

.textBox_img:focus {
    border-color: Orange;
}

.width100 {
    width: 100%;
}

label {
    margin-bottom: 0px;
}

/*---chkbox-------*/
.ChkBox,
.ChkBoxx {
    margin-top: 0px;
    padding: 6px 2px;
    display: inline-block;
}

/*Checkboxes styles*/
.form-row > span > input[type="checkbox"],
.form-row > span > input[type="ChkBoxx"] {
    display: none;
}

    .form-row > span > input[type="checkbox"] + label,
    .form-row > span > input[type="ChkBoxx"] + label {
        display: block;
        position: relative;
        padding-left: 25px;
        margin-bottom: 5px;
        padding-right: 5px;
        font-size: 13px;
        color: #000;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }


        .form-row > span > input[type="checkbox"] + label:last-child,
        .form-row > span > input[type="ChkBoxx"] + label:last-child {
            margin-bottom: 0;
        }


        .form-row > span > input[type="ChkBoxx"] + label:before,
        .form-row > span > input[type="checkbox"] + label:before {
            content: '';
            display: block;
            width: 15px;
            height: 15px;
            border: 2px solid gray;
            position: absolute;
            left: 0;
            top: 0;
            opacity: .6;
            -webkit-transition: all .12s, border-color .08s;
            transition: all .12s, border-color .08s;
            background: #fff;
        }


    .form-row > span > input[type="ChkBoxx"]:checked + label:before,
    .form-row > span > input[type="checkbox"]:checked + label:before {
        width: 10px;
        top: -7px;
        height: 17px;
        left: 5px;
        border-color: #0d6efd;
        border-radius: 0;
        opacity: 1;
        border-top-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .form-row > span > input[type="ChkBoxx"]:checked + label:after,
    .form-row > span > input[type="checkbox"]:checked + label:after {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        border: 2px solid #333;
        position: absolute;
        left: 0;
        top: 0;
        opacity: .6;
        -webkit-transition: all .12s, border-color .08s;
        transition: all .12s, border-color .08s;
    }


/*---checkboxlist-----*/

table.ChkBox td input[type="checkbox"] {
    display: none;
}

    table.ChkBox td input[type="checkbox"] + label {
        display: block;
        position: relative;
        padding-left: 20px;
        margin-bottom: 10px;
        font: 12px 'Open Sans', Arial, sans-serif;
        color: #000;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

        table.ChkBox td input[type="checkbox"] + label:last-child {
            margin-bottom: 0;
        }

        table.ChkBox td input[type="checkbox"] + label:before {
            content: '';
            display: block;
            width: 15px;
            height: 15px;
            border: 2px solid gray;
            position: absolute;
            left: 0;
            top: 0;
            opacity: .6;
            -webkit-transition: all .12s, border-color .08s;
            transition: all .12s, border-color .08s;
        }

    table.ChkBox td input[type="checkbox"]:checked + label:before {
        width: 10px;
        top: -7px;
        height: 17px;
        left: 5px;
        border-color: #0d6efd;
        border-radius: 0;
        opacity: 1;
        border-top-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    table.ChkBox td input[type="checkbox"]:checked + label:after {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        border: 2px solid gray;
        position: absolute;
        left: 0;
        top: 0;
        opacity: .6;
        -webkit-transition: all .12s, border-color .08s;
        transition: all .12s, border-color .08s;
    }

/*---Radio-----*/

.radiobtn {
    width: 100%;
    display: flex;
    padding: 5px;
}

    .radiobtn > label {
        font-size: 13px;
        color: Black;
        font-weight: normal;
        padding-left: 3px;
        padding-right: 7px;
    }

table.radiobtn {
    padding: 2px;
}

    table.radiobtn tr > td {
        padding: 0px 5px;
    }

.Linkbtn {
    padding: 10px 10px;
}

    .Linkbtn > a:hover {
        color: blue;
    }

@media (max-width: 668px) {
    table.radiobtn {
        padding: 6px;
    }

    .form-row > span > input[type="checkbox"] + label {
        display: block;
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
        font: 11px 'Open Sans', Arial, sans-serif;
        color: #000;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }
}

@media (max-width: 669px) {
    .SideMenubar li.active .SideMenubarSub {
        display: inline;
        min-width: 200px;
    }

    .SideMenubar > li > a:after {
        position: absolute;
        right: 10px;
        content: '+';
        color: Black;
    }

    .SideMenubar li .SideMenubarSub {
        left: 0;
        top: 0;
        bottom: 0px;
        width: 100%;
        position: static;
        background-color: #f8f8f8;
    }

    .SideMenubarSub li a {
        background-color: #6a8694;
        border-color: #9d9999;
    }

    .SideMenubar > li.active > a:after {
        position: absolute;
        right: 10px;
        content: '-';
        color: #fff;
    }
}

/*-----alert---*/
.Alertmodal,
#Alertmodal {
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 10000;
    /* background-image: url(tp.png);  required by MSIE to prevent actions on lower z-index elements */
}

.alertBox {
    position: relative;
    width: 33%;
    min-height: 100px;
    height: auto;
    margin-top: 50px;
    border: 1px solid #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    top: 30%;
    margin-left: 25%;
    z-index: 999;
}

.Alertmodal > .alertBox {
    position: fixed;
}

.alertBox h1 {
    margin: 0;
    font: bold 1em Raleway, arial;
    background-color: #f97352;
    color: #FFF;
    border-bottom: 1px solid #f97352;
    padding: 10px 0 10px 5px;
}

.alertBox p {
    height: 50px;
    padding-left: 5px;
    padding-top: 30px;
    text-align: center;
    vertical-align: middle;
}

.alertBox .CloseAlert {
    text-align: center;
    display: block;
    position: relative;
    margin: 10px auto 10px auto;
    padding: 7px;
    border: 0 none;
    width: 70px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    background-color: #f97352;
    border-radius: 0px;
    text-decoration: none;
    outline: 0 !important;
}

.UserPhoto {
    display: inline-block;
    height: auto;
    border: 1px solid #dcdcdc;
    margin-left: auto;
    height: 120px;
    margin-right: auto;
    width: 50%;
}

.UserPhoto2 {
    display: inline-block;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    border: 1px solid gray;
}

    .UserPhoto > div > img,
    .UserPhoto2 > div > img {
        width: 100%;
        height: auto;
    }

/*
input[type=file] 
{  position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    
    width:0;    margin-left: 25%;
    margin-right: 25%;
    height:0;
    outline: none;
    cursor: inherit;
}

input[type=file]+label
{
    opacity: 1;
}
input[type=file]:before {
    background-color: #d8d8d8;
    height: 29px;
    padding: 4px;
    width: 130px;
    margin-top: 10px;
    border: 2px solid black;
    text-align: center;
    color: black;
    content: 'Upload File';
    position: absolute;
}
input[type=file]{
    background: none repeat scroll 0 0 #6b8794;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Altis_Book';
    font-size: 15px;
    padding: 3px 0px;
}*/
input[type=file],
input[type=file] + input {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    font-size: 11px;
    padding: 4px;
    width: 100%;
}

    input[type=file] + input {
        padding: 11px;
        background-color: #00b7cd;
        color: #fff;
    }

::-webkit-file-upload-button {
    -webkit-appearance: none;
    background-color: #077be0;
    border: 1px solid #077be0;
    font-size: 11px;
    padding: 8px;
}

@media (max-width: 600px) {
    .UserPhoto2 {
        display: inline-block;
        height: 120px;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        border: 1px solid gray;
    }

    .UserPhoto {
        display: inline-block;
        height: 120px;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        border: 1px solid gray;
    }

    select {
        outline: 0;
        width: 100%;
        height: 27px;
        font-size: 13px;
        border: 0px;
    }

    #alertBox {
        margin-left: 5%;
    }

    #alertBox {
        position: relative;
        width: 90%;
        top: 5%;
    }
}


.removePadding {
    padding: 0px;
    padding-right: 0px;
}

.PopUp {
    display: inline-block;
    width: 350px;
    background-color: White;
    min-height: 200px;
    box-shadow: 0px 1px 2px 1px #dcdcdc;
}

    .PopUp > div {
        padding: 0px;
        margin: 0px;
    }

        .PopUp > div > p {
            padding: 5px;
            background-color: #01579b;
            margin: 0px;
            color: White;
        }

        .PopUp > div > .form-row {
            margin-left: 5%;
            margin-right: 5%;
            width: 90%;
        }

.overflowGrid {
    display: inline-block;
    width: 100%;
    max-height: 600px;
    overflow: auto;
}

    .overflowGrid::-webkit-scrollbar {
        width: 8px !important;
    }

    .removeborder {
        border: 0px;
    }

hr {
    margin-top: 2px;
    margin-bottom: 2px;
    border: 0;
    border-top: 1px solid #eee;
}

.tab-content {
    border: 1px solid #dddddd;
    padding: 15px;
    display: inline-block;
    width: 100%;
    border-top: none;
}

/*
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #c7c7c7;
    background: #fff;
    padding: 5px 10px;
    color: #333;
    font-size: 13px;
    box-shadow: 2px 2px 2px #dcdcdc;
    border-radius: 3px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {}*/

.tblPOP {
    display: inline-block;
    width: 350px;
    background-color: White;
    border: 1px solid gray;
    min-height: 150px;
    box-shadow: 0px 1px 2px 2px;
}

.box_Shaded {
    box-shadow: rgb(0, 0, 0) 0px 1px 5px;
    background-color: White;
}

.tblPOP tbody {
    width: 100%;
}

.tblPOP td {
    margin-left: 5%;
    margin-right: 5%;
    width: 40%;
    padding: 5px;
}

.tblPOP > .trSub {
    padding: 5px;
    background-color: Orange;
    margin: 0px;
    color: White;
}

.tblPOP td input[type=text] {
    border: 1px solid gray;
}

.checkbox label {
    min-height: 0;
}

.form-row .button {
    margin-top: 0px;
    margin: 0px;
}

.maxHeight {
    max-height: 400px;
    overflow: auto;
}

.border_bottom {
    border-bottom: 1px solid gray;
}

.border_top {
    border-top: 1px solid gray;
}

.ListClasss {
    width: 100%;
    height: auto;
    display: inline-block;
    overflow: auto;
}

    .ListClasss table {
        width: 100%;
    }

        .ListClasss table tr {
            border-bottom: 1px solid rgb(227, 227, 227);
        }

    .ListClasss input[type="checkbox"] + label {
        display: block;
        position: relative;
        margin-bottom: 10px;
        color: rgb(0, 0, 0);
        cursor: pointer;
        user-select: none;
        padding: 3px 15px 3px 20px;
        font: 12px "Open Sans", Arial, sans-serif;
        margin-top: 3px;
    }

        .ListClasss input[type="checkbox"] + label:before {
            content: '';
            display: block;
            width: 15px;
            height: 15px;
            border: 2px solid gray;
            position: absolute;
            left: 0;
            top: 0;
            opacity: .6;
            -webkit-transition: all .12s, border-color .08s;
            transition: all .12s, border-color .08s;
        }

    .ListClasss input[type="checkbox"]:checked + label:before {
        width: 10px;
        top: -7px;
        height: 17px;
        left: 5px;
        border-color: gray;
        border-radius: 0;
        opacity: 1;
        border-top-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }



.border-Outer_1 {
    border: 1px solid #f8f8f8;
}


.Tabpanel_asp {
    width: 100%;
    display: inline-block;
}

.Tabpanel_asp_Active_tab . {
    background-color: #01579b;
    color: #fff;
}



/*----Tabactive-----*/

.ActiveTab {
    background-color: #01579b !important;
    color: White !important;
}

.InActiveTab {
    background-color: White;
    color: #01579b;
}

/*
.tab-content > .tab-pane {
    display: block;
    opacity: 1;
    visibility: inherit;
}

.fade {
    opacity: 1;
}
*/


/*-------------*/

fieldset {
    padding: .35em .625em .75em;
    border: 1px solid gray;
}

legend {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: inherit;
    color: #333;
    border: 0;
    /* border-bottom: 1px solid #e5e5e5; */
}

.Span_label {
    font-size: 11px;
}

.Serachbox {
    display: inline-block;
    width: 100%;
}

.STextBox {
    width: 200px;
    border: 1px solid gray;
    outline: 0px;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    -ms-transition: width 1s ease;
    transition: width 1s ease;
}

    .STextBox:focus {
        width: 100%;
    }

@media (max-width: 600px) {
    .Serachbox {
        display: none;
    }
}

.btnCamera,
.btnCamera:hover {
    text-align: center;
    padding: 5px;
    color: #fff;
    display: inline-block;
    width: 40px;
    border: 1px solid #01579b;
    background-color: #01579b;
    margin: 5px 0px;
    font-size: 21px;
    border-radius: 5px;
}

.box_Frame {
    margin-top: 10px;
    /*border: 1px solid #efecec;*/
}

    .box_Frame > .trSub {
        margin-top: -7px;
    }

.ListClasss_multiple {
    width: 100%;
    height: auto;
    display: inline-block;
    height: 100px;
    overflow: scroll;
}

    .ListClasss_multiple table {
        width: 100%;
    }

        .ListClasss_multiple table tr {
            border-bottom: 1px solid rgb(227, 227, 227);
        }

    .ListClasss_multiple input[type="checkbox"] + label {
        display: block;
        position: relative;
        margin-bottom: 10px;
        color: rgb(0, 0, 0);
        cursor: pointer;
        user-select: none;
        padding: 3px 15px 3px 20px;
        font: 12px "Open Sans", Arial, sans-serif;
        margin-top: 3px;
    }

        .ListClasss_multiple input[type="checkbox"] + label:before {
            content: '';
            display: block;
            width: 15px;
            height: 15px;
            border: 2px solid gray;
            position: absolute;
            left: 0;
            top: 0;
            opacity: .6;
            -webkit-transition: all .12s, border-color .08s;
            transition: all .12s, border-color .08s;
        }

    .ListClasss_multiple input[type="checkbox"]:checked + label:before {
        width: 10px;
        top: -7px;
        height: 17px;
        left: 5px;
        border-color: gray;
        border-radius: 0;
        opacity: 1;
        border-top-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.style1 {
    width: 30%;
    height: 16px;
}

.style2 {
    width: 70%;
    height: 16px;
}

.box-Style {
    border: 1px solid #01579b;
    border-radius: 5px;
    min-height: 150px;
    width: 100%;
    color: #01579b;
}

    .box-Style > .Icon_fa {
        font-size: 40px;
        text-align: center;
        padding: 20px 10px;
    }

    .box-Style > .heading {
        font-size: 13px;
        text-align: center;
        text-decoration: none;
    }

    .box-Style:hover {
        border: 1px solid #01579b;
        min-height: 150px;
        background-color: #01579b;
        width: 100%;
        transition: 0.5s;
        color: #fff;
    }

.blockBox {
    position: absolute;
    right: 10px;
    bottom: 0px;
    width: 300px;
    border: 1px solid #01579b;
    z-index: 99;
    background-color: #fff;
}

    .blockBox > .BlockHeader {
        padding: 5px;
        width: 100%;
        font-size: 13px;
        background-color: #01579b;
        display: inline-block;
        color: #ffffff;
    }

    .blockBox > .Blockcontent {
        padding: 5px;
        width: 100%;
        height: 100%;
        height: 300px;
        overflow: auto;
    }

.tblBlockcontent {
    background-color: #eeeeee;
    border-radius: 3px;
    width: 100%;
    height: auto;
    padding: 2px;
    margin-bottom: 10px;
}

    .tblBlockcontent td {
        padding: 5px;
        border: 1px solid #f8f8f8;
        width: 50%;
    }

.MoreIcon,
.MoreIcon:hover {
    font-size: 13px;
    color: #fff;
    float: right;
}

@media (max-width: 669px) {
    .blockBox {
        width: 100%;
        position: static;
    }
}

.fixedposition {
    position: fixed;
}

#lblLastRegNo {
    color: #dc3535 !important;
    font-weight: bold !important;
    padding: 0px 0px !important;
}



/*-------12Jun----*/

.form-row > span:not(.ChkBox) {
    display: inline-block;
    padding: 0px;
}

.picturebox {
    background-color: #ffffff;
    box-shadow: 0px 2px 5px 0px #c9cfd0;
}

.Div_box {
    background-color: #ffffff;
    /* box-shadow: 0px 2px 5px 0px #c9cfd0; */
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 0px;
    /* padding: 10px;*/
}

.Linkbtn > a {
    color: #ffffff !important;
    background-color: #01579b;
    padding: 5px 10px;
    margin-top: 0px;
    display: inline-block;
    border-radius: 0.257rem;
    text-decoration: none;
    box-shadow: 1px 3px 1px #ccbfbb;
    border-color: #fff;
    border: 2px solid;
    font-size: 13px;
}

    .Linkbtn > a:hover {
        color: #01579b !important;
        background-color: white;
    }

.button {
}

.PopUpp {
    display: inline-block;
    width: 350px;
    background-color: White;
    min-height: 160px;
    box-shadow: 0px 1px 2px 2px;
}

.iconbtns {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .iconbtns > li {
        float: left;
        margin-bottom: -1px;
        width: 100%;
    }

        .iconbtns > li > a {
            display: inline-block;
            outline: 0;
            font-weight: 600;
            margin: 5px;
            cursor: pointer;
            font-size: 13px;
            color: #212529;
        }

            .iconbtns > li > a i {
                padding-right: 10px;
            }

.bggray {
    background-color: #ffffff;
    box-shadow: 1px 2px 5px;
    min-height: 400px;
}

.iconbtns > li > a:hover {
    transition: 0.5s;
    color: Orange;
    text-decoration: none;
    padding-left: 10px;
}

.PopupButton {
    position: fixed;
    z-index: 999;
    right: 16px;
    top: 118px;
    vertical-align: middle;
    display: block;
    padding: 0px 40px;
    background-color: #036ea3;
}

    .PopupButton span {
        font-size: 22px;
        color: #fff;
    }

.PopupDiv {
    width: auto;
    background-color: #fff;
    border: 2px solid gray;
    min-height: 100px;
    position: fixed;
    right: -50%;
    left: auto;
    max-width: 40%;
    top: 100px;
    z-index: 999;
}

.closePopup {
    position: absolute;
    right: 0px;
    background: #e6e4e4;
    text-decoration: none;
    color: #000;
    padding: 5px;
    top: 0px;
    cursor: pointer;
}

.headingPop {
    width: 100%;
    background: #e6e4e4;
    height: auto;
    padding: 5px;
    display: inline-block;
}



.headerCssClass,
.Panel_heading {
    color: white;
    /* border-bottom: 1px solid #b9b5b5; */
    padding: 1px 6px;
    font-size: 13px;
    background-color: #01579b;
    position: relative;
    margin-bottom: 3px;
    font-weight: 500;
}

    .headerCssClass:after {
        content: '+';
        position: absolute;
        right: 4px;
    }

.contentCssClass {
    color: black;
    padding: 4px;
    display: inline-block;
    width: 100%;
}

.headerSelectedCss:after {
    content: '-';
    position: absolute;
    right: 4px;
}

.headerSelectedCss {
    font-size: 13px;
    background-color: #5897fb;
    color: white;
    padding: 1px 5px;
    position: relative;
    /* border-radius: 4px; */
    font-weight: 500;
}

.modal-body {
    width: 100%;
    display: inline-block;
}

.inner-addon {
    position: relative;
}

    /* style glyph */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 4px;
        pointer-events: none;
    }

/* align glyph */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.ui-datepicker {
    z-index: 100001 !important;
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 100px;
}
.ui-dialog .ui-dialog-titlebar-close {
    background: #036EA3;
    color: white;
    border: none !important;
    padding: 15px !important;
    border-radius: 17px;
    box-shadow: 0px 0px 5.4px 0px #00000040;
}
    .ui-dialog .ui-dialog-titlebar-close:after {
        top: 3px !important;
        left: 10px !important;
    }

    .ui-widget-header {
        border: none !important;
        background: white !important;
        color: White !important;
        font-weight: bold;
    }
.ui-dialog-title {
    color: #383838;
}
.hide {
    display: none !important;
}

/*feedback page*/
.hidden_row {
    display: none;
}

tr.hide-table-padding td {
    padding: 0;
}

.expand-button {
    position: relative;
}

.accordion-toggle .expand-button:after {
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translate(0, -50%);
    content: '-';
}

.nav-tabs > li > a {
    margin-right: 0 !important;
    padding: 1px 5px;
}

    .nav-tabs > li > a:hover {
        margin-right: 0 !important;
        padding: 1px 5px;
        /* background: #a2a2a2;*/
    }

.nav-tabs {
    border-bottom: none;
}

/* #ViewFeedBack>a {
            background: #1b4c68 !important;
            color: #fff;
        }*/

.accordion-toggle.collapsed .expand-button:after {
    content: '+';
}

.paging-nav {
    text-align: right;
    padding-top: 2px;
}

    .paging-nav a {
        margin: auto 1px;
        text-decoration: none;
        display: inline-block;
        padding: 1px 7px;
        background: #91b9e6;
        color: white;
        border-radius: 3px;
    }

    .paging-nav .selected-page {
        background: #187ed5;
        font-weight: bold;
    }

.session-lable {
    padding: 5px 0px;
    color: #fff;
    background-color: #38BA95;
    margin-right: 10px;
    font-size: 18px;
    border-radius: 20px;
    width: 109.57px;
    text-align: center
}

.tblGridhead td, .tblGridhead th {
    position: sticky;
    top: 0;
    z-index: 3;
    background: #036EA3;
    color: White;
    white-space: nowrap;
    font-weight: 600;
    text-align: left;
    padding: 6px 10px;
    border: none;
}

.asteric {
    color: red;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    top: -6px;
    right: -12px;
}
/************NotificationModal popup start**************/
:root {
    --lightPurpleColor: #7671e5;
    --orangeColor: #673AB7;
    --ls: .5px;
    --ts: .3s all ease-in-out;
}

#NotificationModal {
    left: auto !important;
    right: -700px;
}

.modal_notification {
    right: 0 !important;
}

.modal01 {
    visibility: visible;
    opacity: 0;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    z-index: -9;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.72);
    transition: var(--ts);
}

.modal_show_div {
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 9999 !important;
}

.modal_notification .modal01-content01 {
    background-color: #fff !important;
    margin: 5% auto;
    padding: 10px;
    border: 1px solid #fff !important;
    width: 500px;
    height: 80%;
    position: relative;
    border-radius: 10px !important
}

#NotificationModal .close01 {
    font-size: 22px;
    opacity: .5;
    cursor: pointer;
    transition: var(--ts);
}

#NotificationModal span {
    font-size: 16px;
    letter-spacing: var(--ls);
    padding: 5px 10px;
    font-weight: 600;
    cursor: pointer;
}

#span1 {
    opacity: 1 !important;
}

.modal_notification .close01 {
    font-size: 20px;
    position: absolute;
    right: -18px;
    top: -20px;
    color: #000;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #000;
    padding: 1px 12px;
}

.modal_notification .close01 {
    width: 36px !important;
    padding: 0 !important;
    opacity: 1 !important;
    line-height: 36px !important;
    height: 36px !important;
    font-size: 27px;
    background: #fff;
    opacity: 1;
    cursor: pointer;
    transition: var(--ts);
    border: 5px solid var(--redColor);
    color: black;
    text-align: center;
}

.modal_notification .modal01-body01 {
    display: inline-block;
    width: 100%;
    padding: 0px;
}

#div_Notification i {
    color: #060606 !important;
}

.mylbtn {
    color: #060606;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: var(--ls);
    line-height: 30px;
}

#div_Notification > ul > li {
    background-color: var(--orangeColor);
    border-radius: 10px;
    color: #fff;
    margin: 6px 0 !important;
    padding: 2px 5px;
    flex-wrap: initial !important;
}

    #div_Notification > ul > li .mylbtn {
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: var(--ls);
    }

.mt5 {
    margin-top: 30rem !important;
}

.divMargingBottom {
    margin-bottom: 50px;
}

.btnBottomFixed {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    #span1 {
        top: -10px;
        right: -35px;
        background: transparent;
        border-color: transparent;
    }

        #span1 > svg {
            color: #fff;
        }

    .mt5 {
        margin-top: 32rem !important;
    }
}

@media only screen and (min-width: 992px) and (max-width:1025px) {
    .mt5 {
        margin-top: 27rem !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #NotificationModal {
        width: 100%;
        height: 100%;
        backdrop-filter: blur(5px);
        background-color: rgb(0 0 0 /55%) !important;
    }

    .modal_show_div {
        visibility: visible !important;
        opacity: 1 !important;
        transition: var(--ts);
    }

    .modal_show_div {
        z-index: 9999 !important;
    }

    #NotificationModal .modal01-content01 {
        position: absolute;
        width: 100% !important;
        height: 76vh;
        bottom: -74vh;
        border-radius: 30px 30px 0 0;
        visibility: hidden;
        opacity: 0;
        transition: var(--ts);
    }

    .modal_show_div .modal01-content01 {
        bottom: -41px !important;
        visibility: visible !important;
        opacity: 1 !important;
        transition: var(--ts);
    }

    #NotificationModal .close01 {
        font-size: 22px;
    }

    #span1 > svg {
        background: var(--lightPurpleColor);
        padding: 3px;
        border-radius: 100% !important;
    }

    .modal_show_div .modal01-body01 {
        height: 74vh;
        overflow-y: scroll;
    }

    #div_Notification i {
        color: #fff !important;
        font-size: 20px;
    }

    .mt5 {
        margin-top: 7rem !important;
    }
}

@media only screen and (max-width: 991px) {
    #span1 {
        margin-top: 5px;
        color: #fff;
    }

    #span1 {
        right: 0 !important;
        top: -40px !important;
    }

    .mt5 {
        margin-top: 27rem !important;
    }
}

@media only screen and (max-width: 567px) {
    #NotificationModal {
        width: 100%;
        height: 100%;
        backdrop-filter: blur(5px);
        background-color: rgb(0 0 0 /55%) !important;
    }

    .modal_show_div {
        visibility: visible !important;
        opacity: 1 !important;
        transition: var(--ts);
    }

    .modal_show_div {
        z-index: 9999 !important;
    }

    #NotificationModal .modal01-content01 {
        position: absolute;
        width: 100% !important;
        height: 76vh;
        bottom: -74vh;
        border-radius: 30px 30px 0 0;
        visibility: hidden;
        opacity: 0;
        transition: var(--ts);
    }

    .modal_show_div .modal01-content01 {
        bottom: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
        transition: var(--ts);
    }

    .modal_notification .modal01-content01 {
        margin: 38px auto 0 !important;
    }

    #NotificationModal .close01 {
        font-size: 22px;
    }

    #NotificationModal span {
        padding: 5px;
        font-size: 14px;
        font-weight: 400;
        border: none !important;
    }

    #span1 {
        right: 0 !important;
        top: -40px !important;
    }

    .modal_notification .close01 {
        width: 38px !important;
        height: 38px !important;
        padding: 0 !important;
        right: 0 !important;
    }

    .modal_show_div .modal01-body01 {
        height: 74vh;
        overflow-y: scroll;
    }

    #span1 > svg {
        background: var(--lightPurpleColor);
        padding: 4px;
        border-radius: 100% !important;
    }

    #div_Notification i {
        color: #fff !important;
        font-size: 20px;
    }

    .mt5 {
        margin-top: 22rem !important;
    }
}

@media only screen and (max-width: 380px) {
    .mt5 {
        margin-top: 20rem !important;
    }
}

@media only screen and (max-width: 325px) {
    .mt5 {
        margin-top: 17rem !important;
    }
}

.addnewbtn {
    position: absolute;
    bottom: 0;
    left: 103px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    border: 2px solid green;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
}


.zoom-control i {
    font-size: 18px;
    color: #036ea3;
}
/***********************************************Zoom Button Start*************************************************************/
.zoom-control {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #ced4da;
    padding: 3px 1px;
    border-radius: 21px;
    z-index: 999;
    background: white;
}


.zoom-btn {
    width: 26px;
    height: 26px;
    background: none;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
    color: white;
    font-size: 24px;
}

/***********************************************Zoom Button end*************************************************************/