﻿/* CHATTARY AJWAN INFOTECH PVT ITD 
    
    Created by : Pragati Bala & Bhavik Patel
    On Date    : 05-july-2025
    Purpose    : Custom CSS File
*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family:sans-serif !important;
    position: relative;
}
 .clsLoader {
      position: fixed;
      display: flex;
      justify-content: center;
      align-items: center;
      background: rgba(255,255,255,0.8);;
      z-index: 2000;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      cursor: wait;
    }

    .clsLoaderBox {
      width: 100px;
      height: 100px;
      margin: 20% auto;
      overflow: hidden;
      border-radius: 100px;
    }

    .clsLoaderBox ul {
      display: block;
      padding: 0;
      margin: 0;
      list-style: none;
      width: 100%;
      height: 33%;
    }

    .clsLoaderBox ul li {
      display: inline-block;
      width: 33%;
      height: 100%;
    }

    .clsLoaderBox ul li.a { background: #7695b0; }
    .clsLoaderBox ul li.b { background: #87a8c5; }
    .clsLoaderBox ul li.c { background: #b1c7da; }
    .clsLoaderBox ul li.d { background: #cadaea; }
    .clsLoaderBox ul li.e { background: #dce6f0; }

/* Slide Msg */
marquee {
    color: red;
    position: fixed;
    top: 55px;
    z-index: 9;
    font-size: 20px;
    font-weight: 300;
    background-color: white;
    padding-top: 2px;
    font-family:inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: black;
}



hr {
    margin: 10px 0px;
}

.iconBtn {
    display: inline-block;
    padding: 8px;
    border-radius: 5px;
    font-weight: 500;
    border: 1px solid #ccc;
    align-self: center;
    font-family: inherit;
}

/* HeaderBar */
.header-container {
    background-color: #4d7496;
    color: white;
    height: 55px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:5px;
    position: fixed;
    top: 0;
    z-index: 1000;
    /*font-size: 1.2rem;*/
    font-weight: 600;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: inherit;
    border-bottom: 4px solid #2a4053;
}

/* Header Icon  (logo) */
.header-container li img {
    height: fit-content;
    width: fit-content;
    padding: 5px;
    display: flex;
    align-items: center;
    align-self: center;
    padding-top:8px;
    /*margin: 8px;
    margin-bottom: 0.7rem;*/
}
    .header-container > ul > li {
        text-decoration: none;
        list-style-type: none;
        font-family: inherit;
    }
.header-container .dpCenter > li:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.21);
    border-right: 1px solid rgba(0, 0, 0, 0.21);
}

.headerLabel {
    color: white;
    font-size:36px;   
    margin-bottom: 1.7rem;   
    font-family: system-ui, helvetica,'Montserrat','Arial';
    font-weight: 400;    
    line-height: 1.2;
}

.content {
    padding: 45px;
    padding-top: 10px;
    padding-bottom: 15px;
    margin: 10px 10px 20px 10px;
}

.clsLoginTitleBox, .inner-box {
    background-color: #f9f9f9;
    border-bottom: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    font-family: inherit;
    text-align: center;
}

/* Form Pages (container)*/
.container {
    padding: 5px 10px;
    width: 100%;
    height: auto;
    max-width: 100vw;
    max-width: -moz-available;
    max-width: -webkit-fill-available;
    background-color: #fff;
    position: absolute;
    top: 57px;
    z-index: 1;
    font-family: inherit;
}

.clsPage {
    padding: 1px 0.2rem;    
    width: 100%;
    height: auto;
    max-width: 100vw;
    max-width: -moz-available;
    max-width: -webkit-fill-available;
    background-color: #EEEEEE;
    z-index: 1;
    font-family: inherit;
}

.header {
    font-family: inherit;
    border-radius: 5px;
    width: 100%;
    padding:0px 0.2rem;    
}

[class*="col-md-"] > .header {
    padding:0px 0px;
}
header{
    padding:0px 0px !important;
}

/* Form body */
.card {
    background-color: #fff;
    margin: 0.3rem 0.10rem;
    padding: 0px 4px; 
    width: auto;
    font-weight: 500;
    font-family: inherit;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.header .card > button, .header .card > LinkButton {
    background-color: red;
    font-family: inherit;
}

fieldset {
    all: unset;
    width: 100%;
    font-family: inherit;
    padding:5px 2px;
    width:99%;
}

.background4search {
    background-color: #e5e9d6;
    font-family: inherit;
}

.ObjLine {
    background-color: #4d7496;
    height: 25px;
    position: fixed;
    bottom: 14%;
    font-family: inherit;
}

.card-Head, legend {
    font-family:inherit;
    font-size: 0.9rem;
    font-weight: 500;
    width: 100%;
    color: #333333;
    padding: 5px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-align: center;
}

legend {
    margin-bottom: 0.5rem;
    margin-top: 0rem;
    text-align: start !important;
    border-bottom: 1px solid #333333;
    font-family: inherit;
}
legend > fieldset > legend {
    margin: 0px 5px;
}

/* Form Labels */
label, .clsLabel {
    color: #333;
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 400;
    height: 100%;
    text-align: right;
}

.clsLabel {
    padding-top: 0.5rem !important;
    /*vertical-align:text-top;*/
}

.control-label {
    font-family: inherit;
    justify-content: flex-end;
    align-items: center;
    font-size:small;
    /*white-space:nowrap;*/
}

.clsLblInfo {
    color: #ad7c6f !important;
    padding-right: 2px !important;
    font-family: inherit;
}

.star {
    color: red;
    font-family: inherit;
}

.mandatory::before {
    content: "*";
    color: red !important;
    font-family: inherit;
}

.required .clsLabel::before {
    content: "*";
    color: red !important;
}

/* Form Controls (Input, Select, textbox....) */
TextBox, .form-control, input, select, DropDownList, RadioButtonList {
    display: block;
    height: auto;
    width: 100%;
    color: gray;
    background: white;
    padding: 7px;
    border-radius: 4px;
    align-self: center;
    font-family: inherit;
    border: 1px solid #b0b0b0;
    /*-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;*/  
    resize: none;
    /*font-size:smaller;*/
}

    .form-control:focus, .form-control:hover, input:hover, input:focus, select:hover, select:focus, TextBox:hover, TextBox:focus, DropDownList:hover, DropDownList:focus, RadioButtonList:hover, RadioButtonList:focus, Textarea:hover, Textarea:focus {
        border-color: #333 !important;
        outline: none;
    }

form-control:read-only {
    background-color: #fff9e4;
    color: gray;
}
span[readonly] {
        cursor: not-allowed;
    background-color: #fff9e4;
       color: #333 !important;
    margin-top: 2px;
    padding:5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
        border: 1px solid gray;
    cursor: not-allowed;
    background-color: #fff9e4;
    /*background-color:#e7e7e7;*/
    color: #333 !important;
    /*text-align: center;*/
    margin-top: 2px;
}

.picker__input[readonly] {
    background-color: #fff !important;
    color: #555555 !important;
}

*::ContentPlaceHolder, *::placeHolder, *[type="date"] {
    font-weight: 100 !important;
    font-size: smaller !important;
    font-family: inherit;
    color: gray;
}

input[type="file"] {
    max-width: fit-content !important;
}

/*input[type="checkbox"] {
    appearance: none;
    background-color: white;
    border: 1px solid #ccc;
    width: 10px;
    height: 10px;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    outline: none;
    font-family: inherit;
    text-align: center;
}

    input[type="checkbox"]:checked {
        background-color: #5d8ebb;
    }*/

input[type="submit"] {
    font-family: inherit;
}

.form-actions {
    font-family: inherit;
}


.form-actions .btn.pull-right {
    margin-left: 5px;
}

/*input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}*/

/* Date Calander */
.ajax__calendar_container {
    z-index: 100 !important;
}

.ajax__calendar_days table td {
    padding: 0px !important;
    background: #fff !important;
    border: none !important;
}

.ajax__calendar_footer {
    padding-top: 0px !important;
}

.ajax__calendar_days {
    top: 5px !important;
    height: 100% !important;
    width: 100% !important;
}

    .ajax__calendar_days table {
        width: 90% !important;
        height: 90% !important;
    }

.ajax__calendar_months {
    height: 100% !important;
    width: 100% !important;
    background: #fff !important;
}

    .ajax__calendar_months table {
        width: 90% !important;
        height: 90% !important;
    }


        .ajax__calendar_months table tr td, .ajax__calendar_years table tr td {
            margin: 0px !important;
            padding: 0px !important;
            background: none !important;
            border: unset;
        }

.ajax__calendar_years {
    height: 100% !important;
    width: 100% !important;
    background: #fff !important;
}

    .ajax__calendar_years table {
        width: 90% !important;
        height: 90% !important;
    }

.ajax__calendar_month, .ajax__calendar_year {
    width: 35px !important;
}

.ajax__calendar_container {
    background: #fff !important;
    border: 1px solid #ccc !important;
    box-shadow: 0px 0px 3px 0px #ccc;
    border-radius: 5px;
    margin-top: 8px;
    overflow: hidden !important;
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {
    background-color: #F3F3F3 !important;
    border-color: #F3F3F3 !important;
}

.clsPnlUCDate {
    display: flex;
    /*min-width: 100px !important;*/
    padding: 0px 0px 0px 2px !important;
    /*height: 34px !important;*/
    border:1px solid #b0b0b0;   
    border-radius:4px;    
    max-width:150px;   
}

.clsTxtUCDate {
    width: 85%;
    border: 0px !important;
    display: inline-block;
    float: left;
}

    .clsTxtUCDate input {
        width: 95%;
        border:none;   
        margin:0;    
    }

.clsImgUCDate {
    display: flex;
    font-family: inherit;
    padding-right:2px;
}

    .clsImgUCDate input {
        float: right;
    }

input[type="image" i] {
    background-color: initial;
    cursor: pointer;
    padding: initial;
    border: initial;
    width: auto;
}

select[readonly="readonly"] + .clsImgUCDate,
input[readonly="readonly"] + .clsImgUCDate {
    display: none !important;
    visibility: hidden !important;
}

select[readonly="readonly"] + .clsImgUCDate,
input[readonly="readonly"] + input[type="image"] {
    display: none !important;
    visibility: hidden !important;
}

.clsRbCommon {
    display: flex;
    gap: 0.3rem;
}

.clsRbCommon input {
    width: auto;
}

.clsRblCommon {
    display: flex;
    align-items: start;
    gap: 8px;
    flex-wrap:wrap;
}

.clsRblCommon tr td {
    display: inline-flex;
}

    .clsRblCommon span {
        width: fit-content;
        display: flex;
        justify-content: center;
        align-items: end;
        margin: 2px;
        gap: 5px;
        align-self: baseline;
        font-family: inherit;
    }

        .clsRblCommon span label {
            text-align: left;
            align-self: baseline;
            white-space: nowrap;
        }
.clsround-button {
    display: inline-block; 
    width:80px;
    height:50px;
    line-height:45px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    /*color:#346465;background: #c4f1f2;*/
    color:#ffffff;
    text-align:center;
    text-decoration:none;
    background: #418cf0;
    box-shadow: 0 0 3px gray;
    font-size:20px;
    font-weight:bold;
}
.clsround-button:hover{
    color:#000000;
    text-decoration:underline;
} 

/* Tab Control */
.fancy .ajax__tab_header {
    /*height: 40px;*/
    padding: 3px 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color:#e3e3e3;
}

.fancy .ajax__tab_body {
    font-family: inherit;
    font-size: 10px;
    padding: 8px;
    background-color: #fff !important;
}
.fancy .ajax__tab_active .ajax__tab_tab {
    color: #666;
    background: #fff;
    border: 1px solid #a5a5a5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(153, 153, 153);
    border-bottom: 0px;
    padding: 3px 10px !important;
    border-radius: 10px 10px 0px 0px;
    height: 27px !important;
    margin-bottom: -6px;
}

.ajax__tab_tab span, .ajax__tab_tab > * {
    color: #333;
    padding: 2px;
    /*text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 4px;*/
}

/*.ajax__tab_tab span {
    border-bottom: 2px groove #333;
}*/

.ajax__tab_tab:hover span {
    background-color: #f1f4f6 !important;
}

/* SideBar Menu  */
.sidebar-content {
    float: left;
    width: 100%;
}

/* toggle Button for sidebar */
.toggle-sidebar {
    display: flex;
    position: relative;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    align-self: center;
    text-decoration: none;
}

.sidebar, #sidebar {
      display: none;
      resize:none;
      position: fixed;
      height: 100vh;
      width: 16%;
      background-color: #ececec;
      margin-top: 50px;
      border-right: 1px solid #ccc;
}
    .resizeable {
      width: 3%;
      cursor: col-resize;
      background: #ececec;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      height:100vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .resizeable::before {
      content: '⋮';
      writing-mode: vertical-rl;
      transform: rotate(90deg);
      font-size: 20px;
      color: #666;
      padding-bottom:1px;
    }

.topnav {
    display: flex;
    flex-direction: column;
    font-family: inherit;
    list-style: none;
    text-decoration: none;
}

#sidebar-content { 
    margin-top: 2rem;
    border:1px solid #bbbbbb;
    height:83vh;
    width:97%;
    background:#fff;
    overflow-y: auto;
    scrollbar-width:thin;
}

#sidebar ul#nav li a {
    /*display: block;*/
    display:inline-flex;
    justify-content:space-between;
    gap:1px;
    align-items:center;
    position: relative;
    list-style: none;
    text-decoration: none;
    font-family: inherit;
    width: 100%; 
    margin: 0; 
    font-size: 14px;
    font-weight: 500;
}

.input-box {
    margin-bottom: 10px;
}

.clsPnlMenuArea > ul > li {
    list-style: none;
    text-decoration: none;
    color: #183d78;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #ccc;
}

    .clsPnlMenuArea > ul > li > a {
        list-style: none;
        text-decoration: none;
        color: #183d78;
        width: fit-content;
        padding: 12px 5px 12px 15px; 
        background-color: white;
        margin: 5px;
        font-size: small;
        font-weight: 400;
    }
    .clsPnlMenuArea > ul > li > a > i {
        color:#333;
    }
    .clsPnlMenuArea > ul > li:last-child{
    border:none;
}
.sub-menu {
    background: linear-gradient(to right, #fff, #e7edfb);
    width: 100%;
    /*border-radius: 4px;*/
    box-shadow: initial rgba(19, 18, 18, 0.24) 0px 4px 8px !important;
    list-style: none;
    text-decoration: none;
    display: none;
    font-family: inherit;
}

    .sub-menu > li {
        background-color: transparent;
        border-bottom: 1px solid #ccc;
        box-shadow: rgba(0, 0, 0, 0.24);
        flex-wrap: nowrap;
        display: flex;
        align-self: baseline;
    }

        .sub-menu > li > a {
            list-style: none;
            background-color: transparent;
            text-decoration: none;
            text-align: start;
            align-self: center;
            padding: 10px; 
            padding-left: 12px; 
            color: #3d3d3d;
            font-size: 13px !important;
            font-weight:100 !important;
            font-family: inherit;
        }


    .sub-menu.selected {
        display: block;
    }

ul.active {
    display: block;
    border-bottom: 1px groove #ccc;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 2px;
    color: black;
}

    ul.active > a {
        color: black;
        font-size: medium;
        font-weight: 100;
    }

li.activTab {
    background-color: #b1b1a5;
    color: black;
}

    li.activTab > a {
        background-color: #b1b1a5 !important;
        color: black;
    }

.sub-menu.active {
    display: block;
}

.activTab {
    background-color: #4d7496 !important;
    color: white !important;
}

#sidebar .sidebar-search .submit {
    display: block;
    float: right;
    margin-top: 8px;
    opacity: 0.7;
    background-color: white;
}

#sidebar .sidebar-search .input-box {
    border-bottom: 1px solid #bbb;
    margin: 10px 15px;
    display: flex;
    flex-direction: row-reverse;
}

#sidebar .sidebar-search input, #sidebar .sidebar-search .submit {
    margin: 0;
    border: 0;
    box-shadow: none;
    color: #555555;
    bottom: 0;
}


#sidebar ul#nav li a:hover {
    background-color: #e4e4e4;
}

/*  Right side DropDown Menu */
.dropdown-container {
    font-family: inherit;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    column-gap: 10px;
}

.dropDwon-btn {
    background-color: #ff5e14;
    color: white;
    padding: 4px 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: small;
    position: relative;
}

.icon-home {
    color: white;
    font-size: 1.2rem;
    padding: 2px 5px 8px !important;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.dropdown-toggle {
    display: flex;
    color: white;
    font-weight: 100;
    font-size: small;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    list-style: none;
    gap: 2px;
}

    .dropdown-toggle > .username {
        font-size: small;
        white-space: nowrap;
        padding: 5px;
        margin: 2px 0px;
        font-family: inherit;
    }

.dropdown-menu {
    display: none;
    position: absolute;
    top: 110%;
    right: 1%;
    background: #fff;
    min-width: 200px;
    z-index: 999;
    border-radius: 3px;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    list-style: none;
    font-family: inherit;
}

.dpCenter {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.4rem;
    top: 0%;
    padding-right: 15px !important;
    font-family: inherit;
}

.dropdown-menu li {
    padding: 3px 0px;
    font-size: small;
    font-family: inherit;
}

    .dropdown-menu li a {
        display: flex;
        gap: 10px;
        padding: 2% 5%;
        text-decoration: none;
        color: gray;
        font-weight: 400;
        width: 100%;
        font-family: inherit;
        text-align:center;
    }

        .dropdown-menu li:hover a {
            background-color: #4d7496;
        color: white;
        }

.divider {
    border-top: 1px solid #02245b;
}

li::marker{
    display:none;
}


/* BUTTONS  */
.btn {
    display: inline-block;
    width: fit-content;
    border-radius: 4px;
    padding: 5px 16px;
    text-align: center;
    font-family: inherit;
    border: none;
    list-style: none;
    text-decoration: none;
    cursor: pointer;
    font-size: small !important;
     font-weight:100 !important;
    font-family:sans-serif !important;
    /*white-space:nowrap;*/
}

.btn-primary, .primary-button {
    background-color: #4d7496;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.29);
}

    .primary-button:hover, .primary-button:focus {
        background-color: #afd7f8;
        color: #333;
    }

.secondary-button {
    background-color: #c4d1f1 !important;
    color: #02245b !important;
    border: 1px solid rgba(0, 0, 0, 0.29);
}

.btn-success {
    background-color: #51a351;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.29);
}

.btn-danger {
    background-color: #bd362f;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.29);
}

.btn-email {
    background-color: #e67435;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.29);
}

.clsBtnWhite {
    background-color: #fff;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.29);
}

.btn-help {
    color: #ffffff;
    background-color: #2f96b4;
    /*border: 1px solid rgba(0, 0, 0, 0.29);*/
    display:inline-flex;
}

.btn-other{
    background-color: #cecdcd;
    border: 1px solid rgba(0, 0, 0, 0.20);
    display: flex;
    gap: 0.15rem
}

.btn-custom {
    background-color: #4d7496;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.29);
}

.clsBtnCommon {
    background-color:#4d7496;
    color: #fff;
}

.btn-search {
    background-color: #dcdcdc;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.29);
}

.btn-cancel {
    background-color: #e4e4e4;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.29);
}

.btn-save {
    background-color: #107ed9;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.29);
}

.btn-close {
    background-color: #a0a0a0;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.29);
}

.btn-delete {
    background-color: #f27979;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.29);
}

.btn-warning {
    color: #ffffff;
    background-color: #f85006;
    z-index: 2;
    border: 1px solid rgba(0, 0, 0, 0.29);
}

    .btn-warning:hover {
        color: #ffffff;
        background-color: #f0ad4e;
        border: 1px solid rgba(0, 0, 0, 0.29);
    }

.clsBtnDropdown {
    border: none;
    margin: 0;
    box-shadow: none;
    text-align: left;
    text-decoration: none;
    color: #1c2d3c;
    font-weight: 500;
    font-size: 14px;
    /*padding-bottom: 3px;*/
        padding: 5px;
    font-family: sans-serif;
}

.btn-default {
    background-color: #bdbdbd;
    color: black;
    border: 1px solid rgba(0, 0, 0, 0.29);
}

    .secondary-button:hover, .secondary-button:focus, .btn-custom:hover, .btn-custom:focus, .btn-success:hover, .btn-success:focus, .btn-danger:hover, .btn-danger:focus, .btn-email:hover, .btn-email:focus, .clsBtnWhite:hover, .clsBtnWhite:focus, .btn-default:hover, .btn-default:focus {
        background-color: #ccc;
        border: 1px solid #bbb;
        color: #333;
    }

.btnEvent {
    padding: 5px 3px !important;
}

    .btnEvent:hover, .btnEvent:focus {
        background: aliceblue;
        box-shadow: rgba(0, 0, 0, 0.24)1px 1px 0px 0px inset;
    }

        .btnEvent:hover > a {
            padding-bottom: 0 !important;
            border-bottom: 1px solid #02245b;
        }

.clsLblStar {
    color: Red !important;
    padding-right: 2px !important;
}

/* ERROR MSG */
.MsgSuccess {
    display: block;
    text-indent: 40px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    color: #5a8b23;
    border: 1px solid #5a8b23;
    background: #E2F6C5 url(../Images/icn_alert_success.png) no-repeat;
    background-position: 8px 6px;
    text-align: left !important;
    border-radius: 4px;
    margin-bottom: 3px;
    margin-top: 3px;
    padding: 3px 0px;
    word-break: break-word;
    font-family: inherit;
}

.MsgError {
    display: block;
    text-indent: 40px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    color: #ff4141;
    border: 1px solid #f77e7e;
    background: #f8f1f1 url(../Images/icn_alert_error.png) no-repeat;
    background-position: 8px 4px;
    text-align: left !important;
    border-radius: 4px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 5px 0px;
    word-break: break-word;
    font-family: inherit;
}

.MsgException {
    display: block;
    text-indent: 40px;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    color: #761515;
    border-radius: 4px;
    border: 1px solid #C20D0D;
    background: #f1e0e0 url(../Images/icn_alert_exception.png) no-repeat;
    background-position: 8px 6px;
    text-align: left !important;
    margin: 4px;
    padding: 4px;
    word-break: break-word;
    font-family:system-ui;
}

.MsgOther {
    display: block;
    text-indent: 40px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    color: #c38107;
    border-radius: 4px;
    border: 1px solid #FBAB18;
    background: #fbf0df url(../Images/icn_alert_warning.png) no-repeat;
    background-size: 20px;
    background-position: 8px 6px;
    text-align: left !important;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 3px 0px;
    word-break: break-word;
    font-family: system-ui;
}

.clsLeft {
    text-align: start;
}

.clsRight {
    text-align: end;
}

.clsChkCommon {
    display: inline-flex;    
    /*justify-content: flex-end;*/     
    align-items: center;
    gap: 3px;
}
.clsChkCommon input{
    width: fit-content;
}
.clsChkCommon label {
    text-align:left;
}

.clsLblCommon {
    /*padding-top: 0.5rem;*/
    display: flexbox;
    font-weight: 200;   
    /*font-size: small;*/
    font-family:inherit;
}


.clsCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    height: fit-content;
    align-self: baseline;
}

.nbsp-vss {
    width: 0px;
    height: 2px;
    display: inline-block;
}

.nbsp-ss {
    width: 4px;
    height: 2px;
    display: inline-block;
}

.nbsp-ms, .nbsp {
    /*width: 8px;
    height: 2px;*/
    display: inline-block;
}

.nbsp-bs {
    width: 12px;
    height: 2px;
    display: inline-block;
}

.nbsp-vbs {
    width: 16px;
    height: 2px;
    display: inline-block;
}

.clsBr-vss {
    height: 5px;
}

.clsBr-ss {
    height: 10px;
}

.clsBr-ms, .clsBr {
    height: 15px;
}

.clsBr-bs {
    height: 20px;
}

.clsBr-vbs {
    height: 25px;
}

.pullRight {
    float: right;
}

.pullLeft {
    float: left;
}

.form-actions {
    padding: 10px 0px 10px;
}

.login .box .form-actions {
    background-color: #fff;
    border-top: none;
    padding: 10px 0;
    margin: 0;
}
.loginLine{                     
    background-color: #4d7496;
    height: 25px;
    color:#fff;
    text-align:center;
    z-index:2;
}

/* LogIn Card */
.loginCard {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top: 5px solid #4d7496;
    border-bottom: 5px solid #4d7496;
    margin: 4rem auto;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-weight: 500;
    font-family: system-ui;
    color: gray;
    width: 500px;
}

    .loginCard input[type="text"] {
        border-left: 3px solid #4d7496 !important;
    }

.login .loginCard .input-icon input {
    border-left: 2px solid #4d7496;
}


.input-icon {
    margin-bottom: 10px !important;
}

    .input-icon > input {
        padding-left: 30px !important;
        border-left: 3px solid #466c8d;
    }

    .input-icon > i {
        color: #333333;
        display: block !important;
        position: absolute !important;
        z-index: 1;
        margin: 7px 2px 4px 10px;
        font-size: 16px;
        text-align: center;
    }

    .input-icon > input {
        padding-left: 30px !important;
    }

.login .box .input-icon input {
    border-left: 2px solid #4d7496;
}

.login .box .has-error .input-icon input {
    border-left-color: #b94a48;
}

.login .box .has-success .input-icon input {
    border-left-color: #468847;
}

.SubHead {
    color: gray;
    text-align: center;
    font-size: small;
}

.form-actions > input {
    margin-bottom: 8px !important;
}

.form-actions > .submit {
    /*padding: 7px 15px;*/
}

.cardFooter {
    font-size: 1rem;
    font-family: inherit;
    font-weight: 500;
    width: 100%;
    color: #333333;
    padding: 10px;
    margin: 10px 0;
    border-top: 1px solid #333333;
    text-align: center;
}

.logPage {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 75vh;
    max-width: 100vw;
    max-width: -moz-available;
    max-width: -webkit-fill-available;
    border-radius: 4px;
    position: absolute;
    top: 55px;
    z-index: 1;
}

/* Cart (small Cards)*/
.cart-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.cart {
    background-color: #f5f5f5;
    font-family: inherit;
    border-radius: 15px;
    padding: 0px 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-top: 5px solid #cf8e15;
    border-bottom: 5px solid #cf8e15;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1;
    min-width: 200px;
    min-height: 170px;
}

.cartB {
    background-color: #f5f5f5;
    font-family: inherit;
    border-radius: 15px;
    padding: 0px 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-top: 5px solid #183d78;
    border-bottom: 5px solid #183d78;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1;
    min-width: 200px;
    min-height: 170px;
}

.cardBox:hover {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #fffefc, #fada4e);
    box-shadow: rgba(0, 0, 0, 25)0px 0.0625em 0.0625em, rgba(0, 0, 0, 25)0px 0.0125em 0.5em, rgba(255, 255, 255, 0.1)0px 0px 0px 1px inset;
    transform: scale(1.1,1.1);
}

.cart-title {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #02245b;
}

.cart:hover .cart-title {
    animation-duration: 3s;
    animation-name: slide;
    animation-iteration-count: infinite;
}

@keyframes slide {
    from {
        transform: scale(2,1);
        color: #ff5e14;
    }

    to {
        transform: scale(1,1);
        color: #02245b;
    }
}

.cart-para {
    font-size: 1rem;
    font-weight: 600;
    margin: 10px 0 0;
    color: #25334b;
    display: block;
}

.chart-area img{
     width: 100%;
    height: auto;
    max-width: 100vw;
    max-width: -moz-available;
    max-width: -webkit-fill-available;
}

/* Footer */
.footer, .lblformTitle {
    background-color: #385b79;
    border-top:5px solid #4d7496;
    color: white;
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    font-size: 14px;
    bottom: 0;
    z-index: 1000;
    font-family: inherit;
}

    .footer > * {
        column-gap: 10px;
        color: #283d51;
        text-decoration: none;
    }

    .footer .icon-wrap {
        width: 55%;
        height: auto;
        color: white;
    }

        .footer .icon-wrap a {
            color: white;
        }

    .footer .col .icon-wrap img {
        height: 30px;
        width: 30px;
        margin: 0.9%;
        padding: 5px;
    }


[class*="col-md-"] {
    float: left;
    padding: 1px 1px;
    box-sizing: border-box;
}

.row {
    width: 100%;
    clear: both;
    display: flex;
    padding: 1px 0px;
}

.col {
    flex: 0 0 100%;
    max-width: 100%;
}


/* Responsive  */
.col-md-0p5 {
    width: 4.16%;
}

.col-md-1 {
    width: 8.33%;
}

.col-md-1p5 {
    width: 12.5%;
}

.col-md-2 {
    width: 16.66%;
}

.col-md-2p5 {
    width: 20.83%;
}

.col-md-3 {
    width: 25%;
}

.col-md-3p5 {
    width: 29.16%;
}

.col-md-4 {
    width: 33.33%;
}

.col-md-4p5 {
    width: 37.5%;
}

.col-md-5 {
    width: 41.66%;
}

.col-md-5p5 {
    width: 45.83%;
}

.col-md-6 {
    width: 50%;
}

.col-md-6p5 {
    width: 54.16%;
}

.col-md-7 {
    width: 58.33%;
}

.col-md-7p5 {
    width: 62.5%;
}

.col-md-8 {
    width: 66.66%;
}

.col-md-8p5 {
    width: 70.83%;
}

.col-md-9 {
    width: 75%;
}

.col-md-9p5 {
    width: 79.16%;
}

.col-md-10 {
    width: 83.33%;
}

.col-md-10p5 {
    width: 87.5%;
}

.col-md-11 {
    width: 91.66%;
}

.col-md-12 {
    width: 100%;
}


[hidden] {
    display: none;
}
.hidden{
    display:none;
}
.crumbs {
    border-bottom: 1px solid #bbb;
}

.modalPopup {
    background: #fff;
    border: 5px solid #4d7496;
    padding: 15px;
    /*min-width:50%;*/
    max-width:90%;
    max-height:80%;
}

.clsFullGrayBlue {
    font-size: 13px;
    padding: 4px 3px 4px 10px;
    color: #333;
    border: 1px solid #aaa;
    background: #d0dfeb;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 1px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #aaa;
    vertical-align:top;  
}


.clsLblCount, .clsLblInfo, .clsLblStar {
    padding-right: 2px !important;
}

.clsBtnWhite {
    border: 1px solid #4d7496;
    color: #034680;
    background: #fff;
    box-shadow: 1px 1px 5px 0 #aaa;
    margin-top: 3px;
}

    .clsBtnWhite i, .clsBtnWhite svg {
        margin-right: 10px;
    }


.btn.clsBtnWhite:hover {
    border: 1px solid #666;
    background: #f0f0f0;
    box-shadow: unset;
}

.clsLoginMsg {
    position: absolute;
    top: -65px;
    left: 0;
    width: 100%;
}

.clsDdlCommon {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background-image: url(../Images/dropdownArrow.png);
    background-position: 97% 48%;
    background-repeat: no-repeat;
    background-size: 15px;
    cursor: pointer;
    margin-bottom:2px;
}

.clsBtnCommon4EmailBtn {
    color: #eaa57f;
}

div[style*=overflow-y] {
    overflow-x: hidden;
    overflow: unset !important;
}

    div[style*=overflow-y] .ajax__calendar_container {
        position: fixed !important;
    }

.clsGVEmpty {
    text-align: center;
    font-size: 15px;
}

.clsFormValidation {
    color: red;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    display: block;
    width: 100%;
}

/*.clsRfv {
    display:block;
}*/

.clsFrmTitle {
    /*display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    float: left !important;
    background-color: #EEEEEE;*/
    display: inline-block;
    margin-top: 2px;
    margin-left: 10px;
    float: left;
    white-space: nowrap;
    /*background-color: #eeeeee;*/
}

.clsLblTitle {
    font-size: 17px;
    line-height: 30px;
    color: #343434;
}


.table:not(.clsAutoWidth) .clsDdlCommon, .table:not(.clsAutoWidth) .clsTxtCommon {
    min-width: 100px !important;
}

.table textarea.clsDdlCommon {
    width: 200px !important;
}

.clsRightToCenter, .clsRightToLeft {
    text-align: right;
}

.clsLeftToCenter, .clsLeftToRight {
    text-align: left;
}

.clsCenter, .clsCenterToLeft, .clsCenterToRight {
    text-align: center;
    padding: 3px 0px;
}

.clsBr, .clsBr-ms, .clsBrForDashboard {
    height: 15px;
}

.clsBr-vbs, .clsNavActive .glyphicon {
    height: 25px;
}

ul.nav-tabs li.active a:hover {
    background: #f9f9f9 !important;
    cursor: pointer !important;
}

.clsTxtCommon {
    resize: none;
    /*font-size:smaller;*/
}


.tabbable-custom > .nav-tabs {
    border: none;
    margin: 0px;
}

.nav.nav-tabs {
    background: #EEEEEE;
    border: none;
    border-bottom: 0px;
    text-decoration: none;
    list-style: none;
}

.tabbable-custom.tabbable-full-width > .tab-content {
    padding: 0;
    background: #fff;
}

.tabbable-custom.tabbable-full-width .nav-tabs > li {
    padding: 4px;
    display: inline-block;
}

    .tabbable-custom.tabbable-full-width .nav-tabs > li > a {
        padding: 0px 4px;
        font-size: 13px;
        display: inline-block;
        justify-content: flex-end;
        align-items: flex-end;
    }

.tabbable-custom > .nav-tabs > li.active {
    /*border-top: s2px solid #3f75a5;
    margin-top: 0;
    position: relative;*/

    background-color: #fff;
    border-top: 3px solid #4d7496;
    margin-top: 0;
    position: relative;
}
.tabbable-custom.tabbable-full-width .nav-tabs > li > a {
    padding: 4px 16px;
}


table tr th {
    position:sticky;
    top:-1px;
    z-index:2;
    text-align:center;
}

.clsBorder {
    border: thin dashed #e6e6e6;
    padding: 5px;
    display:inline-block;
}

.clsLabelLeft {
    text-align: left;
    line-height: 30px;
    padding: 0;
}

a {
    text-decoration: none !important;
    color: #0d599b;
}


.clsQLTitle {
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #4d7496;
    display: block;
    line-height: 28px;
    background: #4d7496;
    padding-left: 10px;
}

.clsToggle {
    cursor: pointer;
    float: right;
    padding: 1px 5px;
}

    .clsToggle:hover {
        border: 1px solid #eee;
        background: #f9f9f9;
        padding: 0 4px;
        text-decoration: none;
    }


.clsListHeight-ss {
    min-height: 50px;
    max-height: 300px;
    overflow: auto;
}
.clsListHeight-hr {
    min-height: 50px;
    max-height: 200px;
    width : 375px;
    overflow: auto;
}

.row-bg {
    background-color: #f9f9f9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin: 0 -20px !important;
    margin-bottom: 25px !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 25px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15) inset;
}

.row-bg tr td span{
    display:inline-flex;
    column-gap:10px;
}
.row-bg tr td label{
    font-size:0.9rem;
    font-weight:600;
    white-space:nowrap;
}

.clsCheckBoxList {
    background: #eee;
    border: 1px solid #999;
    display: inline-block;
    padding: 4px 10px;
    width: 100%;
}
 .tabbable-custom > .nav-tabs > li.active {
    border-top: 3px solid #4d7496;
    margin-top: 0;
    background-color:#fff;
    position: relative;
}

.clsListing {
    width: 50px;
    max-width: 100%;
    min-width: 99%;
    overflow: auto;
    margin: 5px auto;
}
.clsTreeNode div td{
    display:inline-flex;
    gap: 5px;
    font-size:14px;
}
.clsTreeNode div td:hover,.clsTreeNode div td a:hover{
    color:#0d599b;
    text-decoration:underline;
}
.clsGridView {
    width: 100%;
    margin: 1px auto;
}

     .clsGridView:not(.clsAutoWidth) th {
        white-space: normal;
        font-size: 12px;
        font-weight:200;
        /*background-color:initial !important;*/
    }
     .clsGridView:not(.clsAutoWidth) td {
        white-space: normal;
        font-size: 12px !important;
        padding:3px;
  
     }
     .clsGridView:not(.clsAutoWidth) td a {
        text-align:center;
        white-space:nowrap;
        padding:3px 5px !important;   
     }
     .clsGridView:not(.clsAutoWidth) td span {
        font-size: 13px;
        color:#333333;
     }

     .clsGridView:not(.clsAutoWidth) td .clsChkCommon {
    display: inline-flex;     
    justify-content: start;
    align-items: center;
    gap: 3px;
}
.icol-application-form {
    background-position: -192px 0px;
}

.clsQuickLink {
    display: block;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100px;
    margin: 10px 0 0 10px;
}

.table.table-bordered tr td[colspan] {
    padding: 3px;
    background: #eee;
}

    .table.table-bordered tr td[colspan] table a[href*=javascript] {
        color: #0e4a7e;
        display: block;
        padding: 2px 8px;
    }

    .table.table-bordered tr td[colspan] table a[disabled=disabled] {
        color: #666;
        cursor: not-allowed;
        display: block;
        background: #e0e0e0;
        padding: 5px 8px;
    }

    .table.table-bordered tr td[colspan] table tr td {
        border: 1px solid #999;
        padding: 0 !important;
    }

        .table.table-bordered tr td[colspan] table tr td > :not(a) {
            background: #cbcbcb !important;
            color: #333 !important;
            display: block;
            padding: 3px 8px;
        }

th[scope=col] {
    background: #e7e7e7 !important;
    border-color: #aaa !important;
    font-weight:600 !important;
}

.clsListHeight, .clsListHeight-ms {
    min-height: 50px;
    max-height: 400px;
    overflow: auto;
}

.clsListHeight-bs {
    min-height: 50px;
    max-height: 500px;
    overflow: auto;
}

.clsListHeight-vbs {
    min-height: 50px;
    max-height: 600px;
    overflow: auto;
}

.clsvaliSummCommon {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: red;
    min-width: 250px;
    z-index: 100;
}

.clsTxtDdlCustom {
    text-align: left;
    cursor: default;
    list-style: none;
    padding: 0;
    border: 1px solid #4d7496;
    background-color: #fff;
    color: #666;
    position: absolute;
    z-index: 100;
    max-height: 300px;
    overflow: auto;
}

    .clsTxtDdlCustom li {
        padding: 3px 10px !important;
        border-bottom: 1px solid #eee;
    }

.clsPnlSubArea .clsUlSubData {
    padding: 0;
    margin: 0;
}

    .clsPnlSubArea .clsUlSubData a {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        color: #555;
        /*font-size: 14px;*/
    }

        .clsPnlSubArea .clsUlSubData a:hover {
            background: #ddd;
            color: #333;
            text-decoration: none;
        }

.nav.navbar-nav.navbar-left.clsTopMenu li.active {
    background: hsla(0, 0%, 90.6%, .2);
}

.none {
    display: none !important;
}

.clsFormContent {
    position: relative !important;
    padding: 2px;
    display: flex;
    flex-direction: column;
    background-color:#eeeeee;
    border: #f7f7f7 1px solid;
    margin-top:15px;
}

.close.hide-default {
    display: none;
}

body.breakpoint-480:not(.openSubMenu) #content .crumbs,
.breakpoint-320:not(.openSubMenu) #content .crumbs {
    padding-left: 30px;
}


.crumbs .crumb-buttons {
    margin-right: 5px;
    padding: 0;
}


    .crumbs .crumb-buttons li select {
        padding-right: 20px;
        margin: 7px 5px;
    }

.text-animation {
    animation-duration: 3s;
    animation-name: slide-in;
    animation-iteration-count: infinite;
}

@keyframes slide-in {
    from {
        transform: scale(2,1);
        color: #02245b;
    }

    to {
        transform: scale(1,1);
        color: #ff5e14;
    }
}
@media (max-width:800px) {
    .headerLabel{
        font-size:25px;
    }
    .ajax__calendar_container {
    transform: translateX(-40%);
    }

}
@media (max-width:768px) {

    .row {
        display: flex;
        flex-direction: column;
    }

    [class*=col-md-] {
        width: 99%;  
        /*padding: 0.15rem 1rem;*/  
    }

    .clsPage {
        width: 100%;
        /*padding: 1rem;*/
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: smaller;
        padding: 0.2rem;
        margin: 3% 1%;
        width: fit-content;
    }

    /* Header */
    .header-container {
        padding: 0%;
        width: 100%;
        display: flex;
        justify-content: space-around;
        /*font-size: smaller;*/
        gap: 0;
    }

    .headerLabel {
        overflow-wrap: break-word;
        font-size: smaller !important;
        padding: 0.2rem;
        margin: 3% 1%;
        display: flex;
        width: fit-content;
    }

    .headerTitle, .CompanyTitleLabel {
        font-size: small;
    }

    .lnk {
        display: inline-block;
    }

    .ObjLine {
        display: none;
    }

    .loginBox {
        height: 200px;
    }
    .loginLine {        
        font-size: small;
    }
    .card-Head, legend {
        font-size: 1rem;
        font-weight: 400;
        padding: 5px;
        margin-bottom: 5px;
    }

    .clsLabel {
        align-self: baseline;
        text-align: start;
    }

    .header-container li img {
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
    }

    .clsRight {
        align-self: baseline;
        text-align: center;
    }

    .clsLeft {
        align-self: baseline;
        text-align: center;
    }

    .toggle-sidebar {
        padding: 0rem 1rem;
    }

    .txtMenuSearch {
        padding: 4px;
    }
    #sidebar .sidebar-search .input-box {
        margin: 10px 5px;
    }

    #sidebar ul#nav li a {
        overflow: hidden;
        padding: 12px 4px;
        word-break: break-word;
        /*margin: 1px;*/
        font-size: small !important;
        /*font-weight: 100 !important;*/
    }

    .sub-menu > li > a {
        font-size: smaller !important;
        font-weight: 400 !important;
    }

    .clsPnlMenuArea > ul > li > a > span {
        display: none;
    }

    .form-control, input, select, Textarea, DropDownList, TextBox {   
        margin: 4px 0;
    }
    .clsRblCommon span input{
        margin:0;
    }

    .dpCenter {
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0%;
        gap: 0rem;
    }

    .dropdown-toggle > .username {
        white-space: wrap;
        font-size: xx-small;
        margin: 0px 3px;
    }

    .loginCard {
        width: 300px;
    }

    .text-animation {
        animation-duration: 3s;
        animation-name: slide-in;
        animation-iteration-count: infinite;
    }

    .crumbs {
        display: none !important;
    }
    .clsChkCommon {
    justify-content:inherit;
    }
    .clsLblCommon {
        /*font-size: small !important;*/
        font-weight: 300 !important;
    }

    .btn {
        width: fit-content;
        padding: 4px 8px;
        /*font-size: smaller;*/
        cursor: pointer;
        margin: 3px 2px;
    }

    .clsFrmTitle {
        display: block !important;
        margin-top: 0px;
        margin-bottom: 5px;
        padding: 3px;
        text-align: center;
        float: none !important;
        margin-right: 10px !important;
        /*border-bottom: 1px solid #bbb !important;*/
        width: 97%;
}
    @keyframes slide-in {
        from {
            transform: scale(1.2,0.7);
            color: #02245b;
        }

        to {
            transform: scale(0.7,0.7);
            color: #ff5e14;
        }
    }
}

@media (max-width:400px) {


    .clsPage {
        padding: 5px 0px; 
        margin: 10px 1px;      
    }
    .container{        
        padding: 5px 1px;  
    }
    .clsFormContent{    
        padding:2px 0;  
    }
    marquee {
        margin: 2% 1%;
        position: fixed;
        top: 5%;
        z-index: 9;
        font-size: small;
    }
    .headerLabel {
        font-size: xx-small !important;
        font-weight: 100;
    }

    .toggle-sidebar {
        display: flex;
        justify-content: start;
        align-items: start;
    }
      .loginLine{             
        font-size:x-small;
    }
     #sidebar .sidebar-search .input-box {
        margin: 10px 1px;
    }
    .input-box {
        display: flex;
        padding: 4px 0px;
        width: fit-content;
    }

    #sidebar ul#nav li a {
        /*display: block;*/
        z-index: 0;
        margin: 0rem;
        white-space: wrap;
        font-size: small !important;
    }

    .sub-menu > li > a {
        font-size: smaller !important;
        font-weight: 100 !important;
    }

    /*sideBar Search Menu*/
    .txtMenuSearch {
        font-size: small !important;
        font-weight: 100 !important;
        padding: 2px !important;
    }
    /* show the icons in side bar for header */
    .clsPnlMenuArea > ul > li > a > span {
        display: none;
    }

    .clsPnlMenuArea > ul > li > a {
        padding: 10px;
        padding-left: 2px;
        background-color: white;
        margin: 5px;
        font-size: small;
        font-weight: 200;
    }

.tabbable-custom.tabbable-full-width .nav-tabs > li > a {
    padding: 0px 2px; 
}

}
