html {
    overflow: hidden;
}


@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('../Content/Assets/fonts/Segoe UI.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('../Content/Assets/fonts/Segoe UI Italic.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('../Content/Assets/fonts/Segoe UI Bold.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('../Content/Assets/fonts/Segoe UI Bold Italic.woff') format('woff');
}
@font-face {
    font-family: Roboto-Black;
    src: url(../fonts/Roboto-Black.ttf);
}
@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf);
}


body {
    font-size: 13px !important;
    font-family: Roboto-Regular !important;
    font-weight: normal;
    padding: 0 !important;
    margin: 0 !important;
}


.btn {
    padding: 0.2rem 0.75rem !important;
}

button a {
    color: #fff !important
}

    button a:hover {
        text-decoration: none
    }

.right .modal-title {
    margin-bottom: 0px;
    line-height: 0.7 !important;
}

.rightmenubutton {
    float: right
}

.divbuttonright {
    float: right
}

.imagebox {
    width: 176px;
    border: 1px solid #2d646b;
    overflow: hidden;
    height: 100px;
    position: relative;
}

.uploadbtn {
    position: absolute;
    left: 0;
}

.agbtn, .agbtn:hover, agbtn:active, agbtn:after {
    margin-top: 0px !important;
    font-size: 12px !important;
    background-color: #083ea8 !important;
    height: 19px !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0px 10px !important;
}

.closebtn {
    display: block;
    position: absolute;
    left: 151px;
    z-index: 999;
    background: #fff;
    border: none;
    font-size: 19px;
    top: -6px;
    color: #d80707;
}

.textareaborder {
    border: 1px solid #ced4da;
    border-radius: 4px;
    outline: none
}

.uploadbutton {
    position: relative;
    margin-top: 10px;
    float: left;
    width: 89px;
}

.ag-theme-alpine .ag-ltr .ag-cell {
    font-family: Roboto-Regular !important;
    font-size: 12px !important;
}

.ag-header-cell-text {
    font-family: Roboto-Regular !important;
    font-size: 12px !important;
    font-weight: normal !important
}

.paginationDiv {
    position: relative;
    float: right;
    padding-top: 10px;
}

    .paginationDiv span {
        color: #000;
        font-size: 13px;
        font-family: Roboto-Regular;
    }

    .paginationDiv .previousBtn, .paginationDiv .nextBtn {
        padding: 3px 8px;
        background: #d3dbdc;
        margin-right: 0px;
        font-size: 13px;
        font-family: Roboto-Regular;
        cursor: pointer;
        color: #072b2f;
        border-radius: 2px;
        border: 1px solid #ced3d4;
    }



.paginationCount {
    padding: 0px 5px
}

.paginationDiv .previousBtn:hover, .paginationDiv .nextBtn:hover {
    background: #d3dbdc;
    border: 1px solid #b1acac;
}

.iconsearch {
    position: absolute;
    top: 30%;
    right: 13%;
}

.ag-header-row {
    top: 0px;
    height: 28px !important;
    width: 1230px;
    background-color: #006fba !important;
    color: #fff !important;
    font-family: Roboto-Regular !important;
    font-weight: normal;
}

.submenuiteams .link i {
    margin-right: 5px
}

.sidemenu li {
    /* font-size: 22px; */
    text-decoration: none;
    color: white;
    display: block;
    display: inline-block;
    width: 98%;
    padding: 3px;
    margin: 2px 3px;
}

.rightmenu {
    background-color: #006fba !important;
    color: #fff !important;
    outline: none !important;
    border: none !important;
    font-size: 12px !important;
    font-family: Roboto-Regular !important;
    font-weight: normal;
}

.link span {
    /*font-size: 12px;*/
    padding-left: 5px;
    vertical-align: text-top;
}

.RPOS span {
    font-size: 12px
}

.ag-root ::-webkit-scrollbar {
    height: 5px;
    /*color: #162b47;
    background-color: #162b47;*/
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    /*color: #162b47;
    background-color: #162b47;*/
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 7px;
    /*color: #162b47;
    background-color: #162b47;*/
}

::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    /*color: #162b47;
    background-color: #162b47;*/
}
/*left right modal*/
.modal.left_modal, .modal.right_modal {
    position: fixed;
    z-index: 99999;
}

    .modal.left_modal .modal-dialog,
    .modal.right_modal .modal-dialog {
        position: fixed;
        margin: auto;
        width: 32%;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

.modal-dialog {
    /* max-width: 100%; */
    margin: 1.75rem auto;
}

.modal-footer {
    padding: 0.5rem 1rem !important;
    border-top: 0px !important;
}

.form-dropdown {
    width: 100%;
    height: 30px;
    border-color: #ced4da;
    border-radius: .25rem;
}

@media (min-width: 576px) {
    .left_modal .modal-dialog {
        max-width: 100%;
    }

    .right_modal .modal-dialog {
        max-width: 100%;
    }
}

.modal.left_modal .modal-content,
.modal.right_modal .modal-content {
    /*overflow-y: auto;
    overflow-x: hidden;*/
    height: 100vh !important;
}

.modal.left_modal .modal-body,
.modal.right_modal .modal-body {
    padding: 15px 15px 30px;
}

/*.modal.left_modal  {
    pointer-events: none;
    background: transparent;
}*/

.modal-backdrop {
    display: none;
}

/*Left*/
.modal.left_modal.fade .modal-dialog {
    left: -50%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left_modal.fade.show .modal-dialog {
    left: 0;
    box-shadow: 0px 0px 19px rgba(0,0,0,.5);
}

/*Right*/
.modal.right_modal.fade .modal-dialog {
    right: -50%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}



.modal.right_modal.fade.show .modal-dialog {
    right: 0;
    box-shadow: 0px 0px 19px rgba(0,0,0,.5);
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}



.modal-header.left_modal, .modal-header.right_modal {
    padding: 10px 15px;
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.modal_outer .modal-body {
    /*height:90%;*/
    overflow-y: auto;
    overflow-x: hidden;
    height: 91vh;
}

.modal-backdrop.show {
    opacity: 0.3 !important;
    display: block;
}

.heading {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 10px;
}

.sidemenu {
}

.swal-text {
    font-weight: 400;
    color: #000;
}

.swal-button {
    font-weight: 400;
    font-size: 14px;
    padding: 5px 20px;
    background-color: #006fba !important;
}

button .close {
    margin-top: .5rem;
    background-color: #fff !important;
    border: 0;
    -webkit-appearance: none;
    border-radius: 10%;
    padding: 9px;
    z-index: 999;
    opacity: 1;
}

.form-control {
    display: block;
    width: 100%;
    height: 27px !important;
    padding: 2px 6px 2px 6px !important;
    font-size: 13px !important;
}

.btns {
    max-width: 34rem;
}

.padding-0 {
    padding-right: 0;
    padding-left: 0;
}

.ag-cell {
    width: 140px;
    left: 500px;
    line-height: 17px !important;
}

.ag-row {
    height: 23px !important;
    transform: translateY(0px);
    line-height: 10px;
}

.ag-header-row, .ag-row {
    width: 4000px !important;
}

.magni {
    position: relative
}

    .magni input[type=text] {
        padding: 6px 13px;
        font-size: 15px;
        border: 1px solid grey;
        float: right;
        width: 17%;
        background: #f1f1f1;
        position: absolute;
        right: 12%;
        top: -5px;

    }

    .magni button {
        float: left;
        width: 20%;
        padding: 10px;
        background: #2196F3;
        color: white;
        font-size: 17px;
        border: 1px solid grey;
        border-left: none;
        cursor: pointer;
    }


.search .searchbox .magni button {
    position: absolute;
    top: 3px !important;
    right: 66px !important;
    background: none;
    border: none;
    border-radius: 50%;
    color: #000;
    outline: none;
}

.magni button:hover {
    background: #0b7dda;
}

.magni::after {
    content: "";
    clear: both;
    display: table;
}


@media(min-width:768px) {
    .btngrp .btn {
        margin-top: .6rem;
        margin-left: .4rem;
        margin-right: .5rem;
    }

    .btngrp .btn {
        border: 1.5px solid black;
        border-radius: 10%;
        min-width: 5.3rem;
        height: 2.5rem;
    }

    .btngrp {
        display: contents;
        justify-content: space-around;
        margin-top: .8rem;
        margin-left: .4rem;
    }

    .col.lg-5 {
        border-left: 1px solid gray;
    }

    .BillRight {
        border-left: 1px solid gray;
    }
}

@media screen and (max-width: 361px) {
    .btngrp .btn {
        font-size: 75%;
    }
}

@media(max-width:767px) {
    .BillRight {
        border-top: 1px solid gray;
    }

    .ord .mr-2 {
        margin-right: 0rem !important;
    }

    .btngrp .btn {
        border: 1.5px solid black;
        border-radius: 10%;
        font-weight: 500;
        text-align: center;
        white-space: normal;
        margin-right: .1rem;
        margin-top: .6rem;
        min-width: 23%;
        max-width: 23%;
    }

    .btngrp {
        padding: .5rem .5rem;
        align-items: center;
        margin-left: 6px;
        margin-top: .6rem;
        margin-right: auto;
    }

    .col2 {
        margin-top: .5rem;
    }

    .content h3 {
        font-size: 1.3rem;
    }
}

thead {
    background-color: #Dbdbdb;
}

td {
    font-weight: 500;
}

tbody {
    background-color: white;
}

.space {
    height: 20vh;
    background-color: white;
}

.align {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

div .card {
    margin-top: 2px;
    background-color: #f9f9f7;
}


.price {
    background-color: #Dbdbdb;
}

    .price .row {
        padding: 5px;
        font-weight: 500;
    }

.ammount {
    margin-left: auto;
}

.Row div {
    font-weight: 500;
}

.rate {
    text-align: end;
}

btn {
    padding-right: 15px;
    height: 20rem;
}



.buttondown {
    margin-bottom: 20px;
    max-width: 100%;
}

    .buttondown .btn-sm {
        width: 40%;
        font-size: 65%;
    }


    .buttondown .red {
        background-color: red;
        color: white;
    }

    .buttondown .blue {
        background-color: blue;
        color: white;
    }

    .buttondown .green {
        background-color: green;
        color: white;
    }

.Method button {
    background-color: #333438;
    color: white;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type=text] {
    /*background-color: #fff;*/
    /*border: none;
    border: 1px solid #d3d1d1;
    outline: none;
    height: 26px;
    padding: 3px !important*/
    outline:none;
    padding:0px;
}


select {
    background-color: #fff;
    border: none;
    border: 1px solid #d3d1d1;
    outline: none;
    height: 26px;
    padding: 0 !important
}

.calculator button {
    margin-top: 5%;
    font-weight: 700;
}

.borderbtm {
    border-bottom: 1px solid #006eb9;
}


.btn-save {
    background-color: #006fba !important;
    color: #fff !important;
    border: none;
    border-color: #006fba !important;
    outline: none !important
}
.btn-reset {
    background-color: #f26938 !important;
    color: #fff !important;
    border: none;
    border-color: #f26938 !important;
    outline: none !important
}
.btn-next {
    background-color: #159742 !important;
    color: #fff !important;
    border: none;
    border-color: #159742 !important;
    outline: none !important
}
.btn {
    color: #343a40;
    background-color: transparent;
}

    .btn:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

.ord {
    z-index: 0;
}

.cal {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 6%;
}



.Method {
    margin-top: 2%;
    justify-content: space-between;
    max-width: 100vw;
}

.buttondown i {
    margin-right: .1rem;
}

.sidebutton {
    margin-top: 2rem;
}

.cash {
    margin-top: 15%;
}

.sidebutton button {
    display: inline-flex;
    border-radius: 50%;
    border: 1px solid black;
    height: 3rem;
    width: 3rem;
}

.sidebutton span {
    font-size: .7rem;
    white-space: nowrap;
    text-overflow: clip;
    text-justify: auto;
    font-weight: bold;
}

.sidebutton i {
    align-self: center;
}

.sidebutton img {
    align-self: center;
}

.b2 {
    margin-top: 1.5rem;
}

    .b2 img {
        height: 1.5rem;
        width: 1.5rem;
    }


.cash img {
    margin-right: .2rem;
}

@media only screen and (max-width: 768px) {
    .grid1 {
        border-bottom: 1px solid black;
    }

    .calculator button {
        padding-left: 5vw;
        padding-right: 5vw;
        min-width: 20%;
        min-height: 40%;
    }

    .Method button {
        padding: 6px 3px;
        font-size: .6rem;
        width: 33%;
    }

    .buttondown .btn-md {
        width: 30%;
        font-size: 72%;
    }

    .btn {
        font-size: .9rem;
    }

    .price .col-lg-6 {
        max-width: 50%;
    }

    .sidebutton .sideicon {
        display: inline-block;
        margin-left: 4%;
        margin-right: 2%;
        width: 25%;
        text-align: center;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 321px) {
    .price {
        font-size: 90%;
    }

    .Method {
        font-size: 85%;
    }

        .Method img {
            width: 20px;
        }
}

@media only screen and (max-height: 450px) {
    .sidebutton .sideicon {
        display: inline-block;
        margin-left: 4%;
        margin-right: 2%;
        width: 25%;
        text-align: center;
        justify-content: space-between;
    }

    .price .col-lg-6 {
        max-width: 50%;
    }

    .sidebutton {
        margin-left: 2rem;
    }
}

@media (min-width:410px) and (max-width:500px) {
    .sidebutton {
        margin-bottom: 7rem !important;
    }
}

@media (max-width:377px) and (min-height:811px) {
    .sidebutton {
        margin-bottom: 14rem !important;
    }
}

@media (min-height:415px) and (min-width:721px) and (max-width:786px) {
    .sidebutton {
        margin-bottom: 21rem !important;
    }
}

@media (min-width:1020px) and (max-width:1025px) {
    .Method img {
        width: 24px;
    }

    .Method button {
        font-size: 10px !important;
    }

    .buttondown .btn-sm {
        min-width: 7.5rem !important;
    }

    .buttondown i {
        margin-right: auto !important;
    }

    .calculator button {
        padding: 10rem 10rem;
    }
}

@media only screen and (min-width: 769px) {
    .grid1 {
        border-right: 1px solid black;
    }

    .calculator button {
        padding-left: 3vw;
        padding-right: 3vw;
        padding-top: 2vh;
        padding-bottom: 2vh;
        max-width: 20%;
        min-width: 20%;
    }

    .buttondown .btn-sm {
        font-size: .9rem;
        width: 20%;
    }

    .buttondown i {
        margin-right: .5rem;
    }

    .Method button {
        font-size: .8rem;
        width: 30%;
    }


    .Method i {
        margin-right: 5px;
    }

    .sp1 {
        margin-left: 3rem;
    }

    .sp2 {
        margin-left: 6rem;
    }

    .sp3 {
        text-align: center;
    }



    .sidebutton button {
        margin-left: .2rem;
    }

    .sidebutton .sideicon {
        text-align: center;
    }

    .bill2 {
        max-width: 35%;
    }
}




.menu-bar {
    display: none;
    margin-left: 7px;
    height: 25px;
    width: 25px;
}

.menu-close {
    display: none;
    padding-right: 5px;
    padding-top: 5px;
}

header .search {
     background-color: #006fba !important;
    width: 100%;
    height: 44px;
}

.sidemenu li a {
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 4px;
    margin-bottom: 1px;
}

    .sidemenu li a:hover {
        text-decoration: none;
        background-color: #fff;
        color: #000;
    }

/* header .search input {
    height: 15px;
    width: 252px;
    border-radius: 25px;
    border: none;
    outline: 0;
    font-size: 15px;
} */

header .search h1 {
    float: left;
}


header input {
    /*margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 10px;*/
    padding:15px;
}


.content {
    padding: 6px 7px;
    width: 100%;
    /*overflow: auto !important;*/
    /*height: 600px;*/
    margin: 0;
    /*position: absolute;*/
    /*float: right;*/
    /*right: 0;*/
    /*overflow-x:hidden*/;
    position:relative;
}

.contentfull {
    padding: 6px 7px;
    width: 100%;
    margin: 0;
    position: absolute;
}


header .logo {
    font-family: 'Segoe UI Bold';
    font-weight: normal;
    color: white;
    font-size: 22px;
    padding: 7px 11px;
}

header {
    position: relative;
}





.nav {
    /*background-image: url('../images/backgroundlogin.jpg');*/
    background-color: #3980b1f5;
    /* border-top: 1px solid #fff; */
    height: 86vh;
    width: 15%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
    font-family: Roboto-Regular;
}
.arrowfont {
    position: absolute;
    right: 8px;
    top: 7px;
}
.menu-item {
    position: relative;
}
.iconspan {
    padding-right: 8px;
}

    .nav img {
        /*width: 30px;*/
    }

    .nav li {
        font-size: 13px;
        text-decoration: none;
        color: white;
        display: block;
        display: inline-block;
        width: 97%;
        padding: 0px;
        cursor: pointer
    }


    .nav .master li a {
        font-size: 12px;
        text-decoration: none;
        color: white;
        display: block;
    }


    .nav .sidemenu .master li a {
        font-size: 12px;
        text-decoration: none;
        color: white;
        display: block;
        padding: 1px;
    }

    .nav .sidemenu .master ul li {
        margin-left: -10px;
    }

.sidemenu {
    padding: 0px;
    padding: 0px;
    /*background: rgba(63,156,150,0.6);*/
}

    .sidemenu > li > span {
        color: #fff;
        /*font-size: 13px;*/
        padding-left: 5px;
        vertical-align: text-top;
    }

#menu {
    display: none;
}

#Dmenu {
    display: block;
    position: absolute;
    z-index: 999;
    top: 15px;
    left: 5px;
    opacity: 0;
}

.search .menu-bar {
    float: left;
    margin-top: 15px;
    display: none;
}

#menu:checked ~ .nav {
    left: 0;
    transition: 0.5s;
}

#Dmenu:checked ~ .nav {
    left: -17%;
    transition: 0.5s;
}

#Dmenu:checked ~ .content {
    width: 100%;
}

.DesktopMenu {
    color: white;
    position: relative;
    top: 15px;
    left: 6px;
    height: 10px;
    width: 16px;
    float: left;
}



@media(max-width:1370px) {

    header .search input {
        /*width: 1000px;*/
    }

    header .dropdown-content {
        margin-left: 0px;
    }

    header .dropbtn {
        margin-left: 135px;
    }
}



@media(max-width:1250px) {
    header .search input {
        width: 700px;
    }

    .content {
        width: 100%;
        /*height: 100%;
        float: right;*/
    }

    header .dropdown-content {
        margin-left: -92px;
    }

    header .dropbtn {
        margin-left: 45px;
    }

    .menu-bar {
        color: white;
    }
}

@media(max-width:1100px) {
    .search .searchbox .magni button {
        position: absolute;
        margin-right: -85px;
    }



    header .search input {
        width: 750px;
    }

    .content {
        width: 100%;
        /*height: 100%;
        float: right;*/
    }

    .menu-bar {
        color: white;
    }

    .nav {
        width: 180px;
    }
}

@media(max-width:850px) {

    .search .searchbox .magni button {
        position: absolute;
        margin-right: 25px;
    }




    .content {
        width: 100%;
        height: 100%;
        float: right;
    }

    header .search input {
        width: 350px;
    }

    .shadow-bottom {
        margin-right: -.3rem;
        margin-left: -.3rem;
    }

    h1 {
        margin-left: 10px;
    }


    #menu {
        height: 10px;
        display: block;
    }

    .nav .menu-close {
        display: block;
        position: absolute;
        float: right;
        right: 10px;
        color: white;
    }

    .search .menu-bar {
        float: left;
        margin-top: 15px;
        display: none;
    }

    .nav {
        width: 180px;
        left: -50%;
        transition: 0.5s;
        z-index: 1;
    }

    #menu {
        display: none;
    }

    .menu-bar {
        color: white;
    }

    #Dmenu:checked ~ .nav {
        left: 0%;
        transition: 0.5s;
    }
}

@media(max-width:725px) {
    .search .searchbox .magni button {
        position: absolute;
        margin-right: -25px;
    }

    #Dmenu:checked ~ .nav {
        left: 0%;
        transition: 0.5s;
    }
}

@media(max-width:650px) {

    header .search input {
        width: 170px;
    }

    #menu {
        display: block;
    }

    .search .menu-bar {
        float: left;
        margin-top: 15px;
        display: none;
    }

    .nav {
        width: 50%;
        left: -50%;
        transition: 0.5s;
    }

    #menu {
        display: none;
    }

    #Dmenu:checked ~ .nav {
        left: 0%;
        transition: 0.5s;
    }
}

@media(max-width:415px) {
    .search .searchbox .magni button {
        position: absolute;
        margin-right: -95px;
    }

    #Dmenu:checked ~ .nav {
        left: 0%;
        transition: 0.5s;
    }
}

@media(max-width:380px) {
    .search .searchbox .magni button {
        display: none;
    }

    header .search input {
        margin-left: 1px;
        width: 100px;
    }

    #menu {
        display: block;
    }

    .search .menu-bar {
        float: left;
        margin-top: 15px;
        display: none;
    }

    .nav {
        width: 50%;
        left: -50%;
        transition: 0.5s;
    }

    #menu {
        display: none;
    }

    .nav img {
        height: 14px;
        width: 14px;
    }

    .nav li {
        font-size: 14px;
    }

    #Dmenu:checked ~ .nav {
        left: 0%;
        transition: 0.5s;
    }
}

@media(max-width:300px) {
    h1 {
        margin-left: 0px;
    }

    .nav li {
        font-size: 12px;
    }

    .nav img {
        height: 12px;
        width: 12px;
    }

    header .search input {
        margin-left: 0px;
        width: 90px;
    }
}


@media(max-height:415px) {
    .search .searchbox .magni button {
        position: absolute;
        margin-right: -10px;
    }
}

@media(max-height:412px) {
    .search .searchbox .magni button {
        position: absolute;
        margin-right: 75px;
    }
}

@media(max-height:412px) and (max-width:732px) {
    .search .searchbox .magni button {
        position: absolute;
        margin-right: -15px;
    }
}

@media(max-height:400px) {
    .search .searchbox .magni button {
    }

    .nav {
        height: 70vw;
        position: fixed;
        width: 180px;
    }

        .nav img {
            height: 20px;
            width: 20px;
        }

        .nav li {
            font-size: 15px;
            text-decoration: none;
            color: white;
            display: block;
        }

        .nav a img {
            margin-top: 5px;
        }

    header .search input {
        width: 200px;
    }

    #Dmenu:checked ~ .nav {
        left: 0%;
        transition: 0.5s;
    }
}

@media(max-height:376px) and (max-width:813px) {
    .search .searchbox .magni button {
        position: absolute;
        margin-right: 210px;
    }
}

@media(max-height:376px) and (max-width:668px) {
    .search .searchbox .magni button {
        position: absolute;
        margin-right: 70px;
    }
}

@media(max-height:365px) {
    .search .searchbox .magni button {
        position: absolute;
        margin-right: 40px;
    }
}

@media(max-height:325px) {
    .search .searchbox .magni button {
        position: absolute;
        margin-right: -25px;
    }
}

@media(max-height:300px) {
    .nav {
        background-image: url(bg.jpg);
    }

        .nav img {
            height: 14px;
            width: 14px;
        }

        .nav li {
            font-size: 8px;
            text-decoration: none;
            color: white;
            display: block;
        }

            .nav li img {
                margin-top: 0px;
            }

    header .search input {
        width: 300px;
    }
}

@media(max-height:285px) {
    .search .searchbox .magni button {
        position: absolute;
        margin-right: -45px;
    }
}


.two {
    display: inline-flex;
}

.table-one {
    border: 1px solid darkgrey;
    width: 100%;
}

thead {
    background-color: #Dbdbdb;
}

.shadow {
    box-shadow: 0 .2rem .5rem rgba(0,0,0,.20) !important
}

.shadow-bottom {
    box-shadow: 0 .5rem .5rem rgba(0,0,0,.10)
}

.modal {
    height: 100vh;
}




.table-one td {
    color: black;
    font-weight: 500;
}

.country {
    z-index: 0;
    padding: 0px
}

.table-one th {
    font-weight: 500;
}



table.table.table-one {
    border: 1px solid #Dbdbdb;
}
/*
p {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
}
*/
.last {
    margin-right: 50px;
}


.btn-next {
    background-color: #333438;
    color: white;
    margin-right: 10px;
    margin-left: 10px;
}

.size {
    width: 5rem;
}

label {
    font-weight: 400;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: 1;
}

button:focus {
    outline: none !important;
}

button.close {
    font-size: 2rem !important;
    font-weight: 700;
    line-height: 1rem !important;
    margin-top: .5rem;
    background-color: #fff !important;
    border: 0;
    /* -webkit-appearance: none; */
    border-radius: 10%;
    padding: 5px 6px 11px;
    z-index: 999;
    opacity: 1;
}

@media only screen and (min-width: 420px) {

    td {
        font-weight: 500;
    }
}

@media only screen and (max-width: 419px) {
    td {
        font-weight: 200;
    }

    label {
        font-weight: 400;
    }
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    border-radius: 0%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.bottom .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}


.modal-body .container {
    justify-content: center;
}

.modal.right.fade .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.bottom.fade .modal-dialog {
    top: 20%;
    -webkit-transition: opacity 0.3s linear, bottom 0.2s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.2s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.2s ease-out;
    transition: bottom 0.2s ease-out;
}

.modal-header .close {

     margin: 0rem 0rem 0rem auto !important; 

}

@media only screen and (min-width: 786px) {
    .modal.right .modal-dialog {
        width: 28rem;
    }

    /*.close {
        margin-right: 28.4rem;
        background-color: white;
    }*/

    .shadow-bottom {
        margin-right: -.5rem;
    }
}

button.close {
    font-size: 2.5rem !important;
    font-weight: 700;
    line-height: 1rem !important;
    margin-top: .5rem;
    background-color: #fff !important;
    border: 0;
    /* -webkit-appearance: none; */
    border-radius: 10%;
    padding: 5px 6px 11px;
    z-index: 999;
    opacity: 1;
}









@media only screen and (max-width: 539px) {
    .modal-body {
        padding: 0px !important;
    }

    .modal.right .modal-dialog {
        width: 20.3rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .modal.right .modal-dialog {
        width: 20.3rem !important;
    }


    .close {
        margin-right: 20.5rem !important;
        background-color: white !important;
    }
}

@media (min-height:1023px) and (max-height:1025px) and (max-width: 786px) {
    .modal.right .modal-dialog {
        width: 27rem !important;
    }

    .close {
        margin-right: 27.2rem !important;
    }
}

@media (min-width:719px) and (max-width: 721px) {
    .modal.right .modal-dialog {
        width: 23rem !important;
    }

    .close {
        margin-right: 23.2rem !important;
        background-color: white !important;
    }
}

@media only screen and (max-width: 321px) {
    .modal.right .modal-dialog {
        width: 15.4rem !important;
    }

    .close {
        margin-right: 15.5rem !important;
        background-color: white !important;
    }
}

button.close {
    margin-top: .5rem;
    background-color: white;
    border: 0;
    -webkit-appearance: none;
    border-radius: 10%;
}





.blue {
    background-color: #162b47;
}


.swal-overlay--show-modal, .swal-modal {
    animation: none !important;
}

.blue:hover {
    background-color: #162b47 !important;
}

@media (max-width: 721px) {
    .content {
        padding-bottom: 92px !important;
    }
}

@media (max-width: 321px) {
    .content {
        padding-bottom: 92px !important;
    }
}

@media (max-height: 450px) {
    .content {
        padding-bottom: 92px !important;
    }
}


/*----------DashboardPageStart--------------------------------*/

.dashboarddiv {
    margin: 1%;
}

.dashboardbtn {
    background-color: #fff;
    width: 14.4%;
    padding: 25px 25px;
    display: inline-block;
    margin: 1%;
    box-shadow: 4px 3px 5px #408e98;
    cursor: pointer
}

    .dashboardbtn:hover {
        opacity: 0.5;
        transition: opacity .55s ease-in-out;
        -moz-transition: opacity .55s ease-in-out;
        -webkit-transition: opacity .55s ease-in-out;
        /*background:#000;
        color:#fff;*/
    }

    .dashboardbtn img {
        border-style: none;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    .dashboardbtn label {
        text-align: center;
        display: block;
        font-size: 12px;
        font-family: 'Segoe UI Bold';
        padding-top: 6px;
    }

.dashboardOuter {
    margin: 40px auto;
}


@media only screen and (max-width: 1024px) {
    .dashboardbtn {
        background-color: #fff;
        width: 14.3%;
        padding: 25px 25px;
        display: inline-block;
        margin: 1%;
        box-shadow: 4px 3px 5px #408e98;
        cursor: pointer;
    }
}

.dashboardbtn {
    background-color: #fff;
    width: 14.3%;
    padding: 25px 25px;
    display: inline-block;
    margin: 1%;
    box-shadow: 4px 3px 5px #408e98;
    cursor: pointer;
}

@media only screen and (max-width: 823px) {
    .dashboardbtn {
        background-color: #fff;
        width: 30.99%;
        padding: 25px 25px;
        display: inline-block;
        margin: 1%;
        box-shadow: 4px 3px 5px #408e98;
        cursor: pointer;
    }


        .dashboardbtn label {
            margin-left: 0px;
        }
}

@media only screen and (max-width: 731px) {
    .dashboardbtn {
        background-color: #fff;
        width: 30.9%;
        padding: 25px 25px;
        display: inline-block;
        margin: 1%;
        box-shadow: 4px 3px 5px #408e98;
        cursor: pointer;
    }


        .dashboardbtn label {
            margin-left: 0px;
        }
}

@media only screen and (max-width: 640px) {
    .dashboardbtn {
        background-color: #fff;
        width: 30.9%;
        padding: 25px 25px;
        display: inline-block;
        margin: 1%;
        box-shadow: 4px 3px 5px #408e98;
        cursor: pointer;
    }

        .dashboardbtn label {
            margin-left: 0px;
        }
}

@media only screen and (max-width: 568px) {
    .dashboardbtn {
        background-color: #fff;
        width: 30.8%;
        padding: 25px 25px;
        display: inline-block;
        margin: 1%;
        box-shadow: 4px 3px 5px #408e98;
        cursor: pointer;
    }

        .dashboardbtn label {
            margin-left: 0px;
        }
}

@media only screen and (max-width: 414px) {
    .dashboardbtn {
        background-color: #fff;
        width: 47.4%;
        padding: 25px 25px;
        display: inline-block;
        margin: 1%;
        box-shadow: 4px 3px 5px #408e98;
        cursor: pointer;
    }

        .dashboardbtn label {
            margin-left: 0px;
        }
}

@media only screen and (max-width: 411px) {
    .dashboardbtn {
        background-color: #fff;
        width: 47.4%;
        padding: 25px 25px;
        display: inline-block;
        margin: 1%;
        box-shadow: 4px 3px 5px #408e98;
        cursor: pointer;
    }

        .dashboardbtn label {
            margin-left: 0px;
        }
}

@media only screen and (max-width: 360px) {
    .dashboardbtn {
        background-color: #fff;
        width: 47.4%;
        padding: 25px 25px;
        display: inline-block;
        margin: 1%;
        box-shadow: 4px 3px 5px #408e98;
        cursor: pointer;
    }

        .dashboardbtn label {
            margin-left: 0px;
        }
}
/*------------------------------Dashboard End----------------------*/





/*_------------------------------- Tower Page Start-----------------*/
.tower {
    width: 30%;
    padding: 15px 11px;
    border-right: 1px solid #408e98;
}

.towerdetails {
    margin-top: 9px;
    width: 70%;
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 9px;
}

.outertower {
    display: inline-flex;
    width: 100%;
    border: 1px solid #408e98;
    padding: 13px;
    border-radius: 6px;
    margin-top: 10px;
}

.Towers {
    padding: 10px 5px;
    display: inline-block;
    border: 1px solid #408e98;
    cursor: pointer;
    background-color: #5a8d94;
    color: #fff;
    max-height: 70px;
    min-height: 70px;
    width: 9.58%;
    vertical-align: top;
    overflow: hidden;
}

    .Towers img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .Towers label {
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
        line-height: 14px;
        font-size: 12px;
        margin-bottom: 0px;
    }

    .Towers:hover {
        color: #000;
        background-color: #fff;
    }

.towerdetails .innerdetails {
    margin-top: 4px;
}

.btnright {
    float: right
}

@media only screen and (max-width: 360px) {

    .tower {
        width: 100%;
        padding: 15px 1px;
    }

    .outertower {
        display: block;
        width: 100%;
        border: 1px solid #408e98;
        padding: 13px;
        border-radius: 6px;
        margin-top: 10px;
    }

    .towerdetails {
        width: 100%;
        padding: 2px 0px;
        border-top: 1px solid #408e98;
        border-left: none;
        margin-left: 0px;
        margin-top: 28px;
    }
}



/*User icon Header....    */
.Logout a {
    color: black;
    text-decoration: none;
}

.iconuser {
    padding: 9px;
}

#logout .updown {
    color: #fff;
    top: -36px;
    position: absolute !important;
    right: 34px;
    font-size: 58px;
    cursor: pointer;
}



.name {
    text-align: center
}

.Logout {
    display: block;
    position: fixed;
    right: 237px;
    border: 1px solid #e0dcdc;
    background-color: #fff !important;
    z-index: 999;
    top: 48px;
    width: 94px;
}

    .Logout ul {
        list-style: none;
        margin: 0;
        padding: 5px 12px;
    }
    .Logout ul li{
        cursor: pointer;
        text-decoration: none;
        padding-bottom: 2px;
    }
    .Logout ul li a{
        text-decoration: none !important;
        margin-left: 2px;
    }
    .Logout ul li a:hover{
    color: #000 !important;
    }
#changebtncolor {
    background-color: #35646c !important;
}
.titleofpage {
    font-family: Roboto-Bold;
    font-size: 16px;
    margin-bottom: 0px !important;
}


.ag-header-cell-text {
    font-family: Roboto-Medium !important;
    font-size: 12px !important;
    font-weight: normal !important;
}

.ag-header-row .ag-cell {
    text-align: center;
}

.ag-cell-label-container {
    display: grid;
    justify-content: center;
}
.ag-header-cell-text {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.select2-search__field {
    outline: none;
}
.filtertext {
    font-size: 12px;
    vertical-align: sub;
    font-family: Roboto-Regular;
}

table input[type="text"] {
    padding-right: 16px!important;
}

/* .overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 2;
    cursor: pointer;
} */
/* .preLoader {
    position: absolute;
    top: 41%;
    z-index: 999;
    left: 45%;
} */
.dilveryMan {
    margin-left: 5px;
}
.radiodiv input[type="radio"] {
    vertical-align: text-bottom;
}

.classificationpop input[type="radio"] {
    vertical-align: sub;
}


.btnlikeIfsc {
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .scrolldiv {
        overflow-y: auto;
        height: 84vh!important;
        overflow-x: hidden;
    }
    .user {
        float: right;
        position: absolute;
        top: 6px;
        right: 20px;
        padding: 4px;
    }
}



























.imgdivbox {
        float: left; 
       width: 160px !important;
       display: inline-block;
}

.imgdivbox img {
    margin-top: -1px;
    margin-left: 45px;
}

.magnie {
    display: none !important;

}

#changebtncolor {
    background-color: #006fba !important;
}

.magnie {
    width: 271px;
    display: flex;
    position: absolute;
    float: right;
    right: 128px;
    background-color: white;
    border-radius: 25px;
    height: 30px;
    margin-top: 7px;
}

.headerFaSearch {
    position: absolute;
    width: 11px;
    top: 8px;
    padding-left: 0px;
}

.active {
    background-color: #72bff3;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    width: 98%;
    padding: 2px;
    /*cursor: pointer;*/
}

/*.active a {
       color: white !important;
   }*/

.nav-list_item li {
    /*display:none;*/
}

.sub-menu {
    display: none;
    padding-left: 0px;
    /*background-color:blue !important;*/
}

li span {
    vertical-align: bottom;
}

.sub-menu li a {
    padding-left: 21px;
    display: flex;
    font-size: 12px;
}

.user {
    float: right;
    position: absolute;
    top: 6px;
    right: 180px;
    padding: 4px;
    z-index: 9999;
    cursor: pointer;
}

.iconuser {
    padding: 6px 8px;
    background: #fff;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 0px;
    margin-right: 5px;
}

.user span {
    color: #fff;
    line-height: 26px;
}

.userName {
    max-width: 200px;
    display: inline-block;
    overflow: hidden;
}

.migrationbuttons span i {
    color: #fff;
    /*font-size: 24px;*/
    line-height: 22px;

    padding-top: 3px;
}

.migrationbuttons {
    float: right;
    margin-right: 20px;
    margin-top: 6px;
}

.migrationbuttons span {
    background-color: #024978;
    padding: 3px 9px;
    margin-right: 6px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #000;
    cursor: pointer;
}

.homeBtn {
    font-size: 20px;
}

.navbutton {
    font-size: 18px;
}

.modal-header {
    border-bottom: none !important;
    padding: 9px !important;
}

.modal-header button {
    background-color: transparent !important;
}

.modal-header button span {
    font-size: 30px;
    color: #004e83;
}

.modal-body h6 {
    text-align: center;
    font-family: 'Segoe UI bold'
}

.modal-header .close {
    /* padding: 1rem; */
    margin: -1rem -1rem -1rem auto;
    padding-top: 8px !important;
    padding-right: 13px !important;
}

.chatbox {
    position: fixed;
    bottom: 24px;
    border: 1px solid #cdcdcd;
    right: 13px;
    background-color: #fff;
    /*padding: 6px;*/
    width: 26%;
}

.headingchat {
    font-size: 15px;
    font-family: 'Segoe UI Regular';
    background-color: #22627b;
    color: #fff;
    padding: 6px;
    /*height: 143px;*/

}

.chattextarea {
    background-color: #e8f3e8;
    resize: none;
    min-height: 200px;
}

.lblheadingchat {
    font-family: 'Segoe UI bold';

}

.paddingdivchatbox {
    /*padding:6px;*/
}

.helpdeskborder {
    border-bottom: 1px solid #cdcdcd;

}
.insidegrid{
line-height: 0.8 !important;
height: 18px !important;
padding:2px !important;
box-shadow:none !important; 
}
.searchtab{
    height: 24px;
    border: 1px solid #006fba;
    width: 180px;
    font-size: 12px;
    padding: 0px 24px 0px 4px !important;
    border-radius: 5px;
}
.iconofsearch{
    padding: 5px;
    color: #006fba;
    cursor: pointer;
    position: absolute;
    right: 2px;
}
.abovegridbttns{
    background-color:  #fff !important;
    border: 1px solid #006fba !important;
    color: #006fba !important;
    line-height: 1.2 !important;
}
.ui-widget-header{
    background: #ced1d3 !important;
    color: #006fba !important;
}
.entitydrpdn{
    width: 450px;
    display: inline-block;
    padding-right: 8px;
}
.corpopendiv{
    padding-top: 5px;
    padding-left: 5px;
}
.breadcrum i {
    font-size: 17px;
    padding: 0px 6px;
    background: #fff;
    padding: 2px 8px 3px;
    border-radius: 3px;
    color: #000;
}
#corpdiv {
    position: absolute;
    top: 38px;
    background-color: #fff;
    left: 160px;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    height: auto !important;
    z-index: 9999;
}
.entyname{
    font-family: Roboto-Regular;
    font-size: 13px;
    color: #006fba;
}

#corpdiv .ulliofcorp ul {
    padding-left: 4px !important;
    margin-bottom: 0px !important;
    height: 230px;
    overflow: auto;
}
.corpul li {
    list-style: none !important;
    color: #000;
    padding: 3px 5px !important;
}
.searchtab1 {
    height: 24px;
    border: 1px solid #006fba;
    width: 253px;
    font-size: 12px;
    padding: 0px 24px 0px 4px !important;
    border-radius: 5px;
}
.iconofsearch1 {
    padding: 5px;
    color: #006fba;
    cursor: pointer;
    position: absolute;
    right: 11px;
}
.corpul li:hover {
    background-color: #ececec;
    cursor: pointer;
}
.careofdiv{
    background-color: #ddd;
    height: 20px;
    border: 0px !important;
    box-shadow: 1px 1px 3px #6b6e7b;
    overflow: hidden;
}
.searchinheading{
    position: absolute;
    right: 5px;
    top: 4px;
    width: 180px;   
}
.headingbtn{
    position: absolute;
    right: 5px;
    top: 4px;
    background-color: #fff !important;
    color: #006fba !important;
    font-family: Roboto-Medium !important;
}
.hivdetdiv{
    position: absolute;
    right: 5px;
    color: #de2121;
    font-size: 20px;
    z-index: 999;
    top: 4px;
    cursor: pointer;
}
.othercontwo{
    background: #ddd;
    padding: 30px 10px 10px;
    display: block;
    position: relative;
}
.floatingentity{
    position: absolute;
    bottom: 3px;
    left: 8px;
    font-size: 12px;
    font-family: Roboto-Medium;
    margin-bottom: 0px;
    padding: 3px 9px;
    background-color: #ebebeb;
    z-index:9999;
}
.mantlbl{
    font-size: 13px;
    color: #e00a0a;
    top: -3px;
}
.modalheadtxt{
    font-family: Roboto-Bold !important;
    font-size: 18px !important;
    padding: 7px 7px 0px 9px !important;
    margin-bottom: 0px !important;
}
.contenttxt h6{
    padding: 10px 5px !important;
}
.newcancel {
    background-color: none !important;
    color: #000 !important;
    font-size: 12px !important;
    font-family: Roboto-Regular !important;
    font-weight: normal;
}
.newcancel:hover {
    background-color: transparent !important;
}
#Succespopup .modal-content {
    border-radius: 0.8rem !important;
}
.loaderOverlay{
    display: block;
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 0.3;
}
.loader {
    position: absolute !important;
    border: 5px solid #cacaca;
    border-radius: 50%;
    border-top: 5px solid #006fba;
    width: 75px !important;
    height: 75px !important;
    z-index: 9999;
    margin-top: 18%;
    left: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
#loaderFull .loader {
    position: absolute;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #103566;
  width: 75px;
  height: 75px;
  z-index: 9999;
  margin-top: 22%;
  left: 48%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.modal-content {
    border-radius: 0.8rem !important;
}
.amtinaggrid{
    text-align: right !important;
}
.insidegbtn{
    font-size: 12px !important;
    color: #006fba;
}
.insidegbtn:hover{
    color: #006fba;
    background-color: transparent !important;
    border-color: transparent !important;
}
.insidegbtn:focus{
 box-shadow: none !important;
}
.select2-container{
    width: 100% !important;
}

.mandtxt {
	color: red;
	margin-left: 15px;
}


.navsidebar{
    width: 15%;
    height: 86vh;
    position: absolute;
    z-index: 9999;
    opacity: 1;
    margin-left: -15%;
}
.activeMenu {
display: block !important;
}
.nav{
width: 100% !important;
background-color: #006fba !important;
top: -19px;
height: 93vh;
overflow: auto;
}
.hambgr{
color: #fff;
font-size: 17px;
position: absolute;
top: 15px;
left: 24px;
cursor: pointer;
}
.fullcontent{
width: 100% !important;
}
.fullsidecon{
margin-left: 0% !important;
}
.sidemenu {
padding-top: 28px;
width:100%;
}
.crsbtn{
position: absolute;
right: 6px;
top: 4px;
font-size: 17px;
color: #fff;
cursor: pointer;
}
@media screen and (max-width: 1200px) {
.floatingentity{
   opacity:0.3;
}
	}
@media screen and (max-width: 768px) {
 
    .navsidebar {
        width: 50% !important;
        margin-left: -50% !important;
    }
    .fullsidecon{
        margin-left: 0% !important;
        }
    .nav {
        width: auto !important;
        background-color: #006fba !important;
        top: -19px;
        height: 93vh;
        left: 0%;
        overflow: auto;
    }
    .content{
        height: 93vh !important;
        overflow: auto !important;
    }  
    .userName {
        max-width: 150px;
    } 
    .user {
        right: 100px;
    }
    .savebtndiv {
    position: relative !important;
    bottom: 0px !important;
}

}


@media screen and (max-width:767px) {
.content {
    height: 90vh !important;
}
.user span{
	 white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:130px;
}
.Logout{
right:100px;	
}
.content {
    overflow-x: hidden !important;
}
}

@media screen and (max-width: 450px) {
    .hambgr {
        left: 6px;
    }
    .imgdivbox img {
        margin-left: 25px;
    }
    .migrationbuttons {
        margin-right: 0px;
    }
    .user span{
	 white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:100px;
}
}

.scroltbl{
	overflow-x:auto;
	width:100%;
}
.scroltbl::-webkit-scrollbar{
    height: 7px !important;
}
.footeroflanding{
	width:100%;
}