﻿@charset "utf-8";
/* CSS Document */
@font-face
{
    font-family: 'castletregular';
    src: url('../font/C-REGULAR/castlen.eot');
    src: url('../font/C-REGULAR/castlen.eot?#iefix') format('embedded-opentype'), url('../font/C-REGULAR/castlen.woff2') format('woff2'), url('../font/C-REGULAR/castlen.woff') format('woff'), url('../font/C-REGULAR/castlen.ttf') format('truetype'), url('../font/C-REGULAR/castlen.svg#castletregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'castletligregular';
    src: url('../font/C-LIGHT/castlel.eot');
    src: url('../font/C-LIGHT/castlel.eot?#iefix') format('embedded-opentype'), url('../font/C-LIGHT/castlel.woff2') format('woff2'), url('../font/C-LIGHT/castlel.woff') format('woff'), url('../font/C-LIGHT/castlel.ttf') format('truetype'), url('../font/C-LIGHT/castlel.svg#castletligregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'montserrat';
    src: url('../font/Montserrat-Regular.eot');
    src: url('../font/Montserrat-Regular.eot') format('embedded-opentype'),
         url('../font/Montserrat-Regular.woff') format('woff'),
         url('../font/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family:'montserrat-light';
    src: url('../font/Montserrat-Light.eot');
    src: url('../font/Montserrat-Light.eot') format('embedded-opentype'),
         url('../font/Montserrat-Light.woff') format('woff'),
         url('../font/Montserrat-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

*
{
    margin: 0px;
    padding: 0px;
    box-sizing:border-box;
    -mox-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
}

.h1, .h2, .h3, h1, h2, h3
{
    margin-bottom: 0px;
    margin-top: 0px;
}

.tab-content
{
    overflow: initial;
}

hr
{
    margin: initial;
}

ul, ol
{
    margin: 0;
    padding: 0;
}

input[type="text"]:focus
{
    box-shadow: initial;
}

a
{
    text-decoration: none;
}

    a img
    {
        border: none;
    }

.clearfix
{
    clear: both;
}

body
{
    margin: 0px;
    padding: 0px;
    /*background: url(../images/Indent/background.jpg) no-repeat;
    background-size: 100%;*/
    background:#fff !important;
    font-family:montserrat-light !important;
}

#main-contianer
{
    width: 100%;
    height: 100px;
}

#main-cenetr-contianer
{
    width: 100%;
    height: 100px;
    margin: 0 auto;
}

#top-part
{
    width: 100%;
    height: auto;
    color:#424951;
   /* background: url(../images/Indent/top-part-bg.png) repeat-x;*/
   margin-top:60px;
}

    #top-part ul
    {
        float: left;
        margin:10px 0 ;
        width:100%;
        text-align:center;
    }

        #top-part ul li
        {
            display: inline-block;
            padding:0;
            margin:0;
            margin-left:-2px;
            float: none;
        }

        

            #top-part ul li a
            {
                font-family: 'montserrat-light';
                color: #a9aeb4;
                text-decoration:none;
                padding:5px 10px;
                background:#eef0f1;
                font-size:13px;
            }

             #top-part ul li a:hover{
                 color:var(--primary-color);
             }

            #top-part ul li:first-child a{
            border-top-left-radius:10px;
            border-bottom-left-radius:10px;
        }

        #top-part ul li:last-child a{
            border-top-right-radius:10px;
            border-bottom-right-radius:10px;
        }
            
            #top-part ul li a.active{
                background:var(--primary-color);
                color:#fff;
                font-family:montserrat;
            }

            .main-right-side{
                float:right;
                width:85%;
                padding-bottom:20px;
            }

.left-menu
{
    width: 300px;
    height: 100%;
    position:fixed;
    background: #f7f7f7;
    float: left;
    margin-top: -3px;        
    left: 0;  
    z-index:100; 

  /*  top: 0;*/
    
}

    .left-menu img
    {
        width: 80%;
    }

    .logo-main{
        width:auto;
        float:left;
    }

    .logo, .logo-main h1{
        float:none;
        display:inline-block;
        vertical-align:middle;
    }

    .logo-main h1{
        font-family:montserrat;
        font-size:20px;
        margin:0;
        padding:0;
        color:#424951;
    }

.logo
{
    width: 40px;
    text-align: center;
    
    margin:10px 0;
    text-align:center;
    overflow:hidden;
    margin-left:10px;
}

.logo img {
        width:145px;
    }

.left-menu ul
{
    width: 100%;
    float:left;
    margin:0;
    padding:15px 0;
    overflow:auto;
    margin-top:60px;
}

    .left-menu ul li
    {
        width: 50%;
        text-align: center;
        list-style: none;
        float: left;
        margin: 0;
    }
    /*
        .left-menu ul li:hover
        {
            background: #6d9023;
       }
        */
        /*
.active-menu
{
    background: #6d9023;
}
            */

#right-side
{
    
    height: 100%;
    margin:auto;
    width: 75%;
}

    #right-side h1
    {
        color: #70ad4d;
        font-size: 18px;
        font-weight: normal;
        margin: 1% 0%;
        padding: 0.5% 2.5% 0.5% 2.5%;
        width: 30%;
        text-transform: uppercase;
    }

.username
{
    background: transparent url(../images/Indent/user.png) no-repeat left center;
    font-family: castletregular;
    color: white;
    float: right;
    height: 33px;
    font-size: 15px;
    padding:0;

    text-transform: uppercase;
    
    border: medium none;
    width: auto;
    min-width: 170px;
    max-width: 250px;
    display: inline !important;
    line-height: normal;
    background-size:30px;
}
/*========DROP DOWN MENU START==========*/

.dropbtn
{
    /*  background-color: #4CAF50;*/
    border: none;
    cursor: pointer;
}

.dropdown
{
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 2px;
    max-width: 300px;
}

.dropdown-content
{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-top: 33px;
}

    .dropdown-content a
    {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a img
        {
            padding-right: 5px;
            width: 18px;
        }

        .dropdown-content a:hover
        {
            background-color: #cfdfcf;
        }

.dropdown:hover .dropdown-content
{
    display: block;
    z-index: 1001;
}

.dropdown:hover .dropbtn
{
    background-color: #3e8e41;
}
/*========DROP DOWN MENU END==========*/
.tab-container
{
    width: 100%;
    height: auto;
}

    .tab-container div
    {   
        
        
    }

.tab-content
{
    width: 100%;
    height: auto;
    float: left;
}

.tab-table
{
    width: 100%;
    height: auto;
    margin: 1% 1% 0 0;
    float:left;
    box-sizing:border-box;
    border:#ccc solid thin;
}

.search-area
{
    width: 34%;
    background: #000;
    padding: 1%;
    margin: 0 0 1% 0%;
}

    .search-area .search-input
    {
        border: none;
        width: 64%;
        height: 35px;
        border-right: solid 1px;
        background: #fff url(../images/Indent/search.png) no-repeat left center;
        padding: 0 8%;
        font-size: 14px;
        color: #000;
        font-family: castletregular;
    }

    .search-area .search-qty
    {
        background: #fff;
        border: none;
        width: 15%;
        height: 35px;
        padding: 0 2%;
        font-size: 14px;
        color: #000;
        font-family: castletregular;
    }

.input-feiled
{
    width: 100%;
    
    /*margin-top: 1%;*/
    /*height: 50px;*/
    position: relative;
    background:none;
    box-sizing:border-box;
    float:left;
}

.watermarktext
{
    /*  background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #000;
    font-family: "castletregular";
   
   
    padding: 0 2%;
    width: 5%;*/
    color: #999 !important;
}

.input-feiled .search-input
{
    border: none;
    width: 64%;
    height: 35px;
    border-right: solid 1px;
    background: #fff url(../images/Indent/search.png) no-repeat left center;
    padding: 0 8%;
    font-size: 14px;
    color: #000;
    font-family: castletregular;
}

.input-feiled .search-qty
{
    background: #fff;
    border: none;
    width: 6%;
    height: 35px;
    padding: 0 1%;
    font-size: 14px;
    color: #000;
    font-family: castletregular;
}

.input-feiled .rmk
{
    background: #fff;
    border: none;
    width: 39%;
    height: 35px;
    padding: 0 2%;
    font-size: 14px;
    color: #000;
    font-family: castletregular;
}
/*
.input-feiled:after
{
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.35;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}*/

.req-date
{
    width: 15%;
    height: auto;
    float: left;
    border-right: solid 1px #000;
}

    .req-date input
    {
        width: 64.2%;
        background: #fff url(../images/Indent/date.png) left center no-repeat;
        border: none;
        height: 35px;
        padding: 0 18%;
        font-size: 14px;
        color: #000;
        font-family: castletregular;
    }

.select-cate
{
    width: 15%;
    height: auto;
    border-right: solid 1px #000;
    float: left;
    background: #fff url(../images/Indent/arrow.png) right center no-repeat;
    overflow: hidden;
}

    .select-cate select
    {
        background: none;
        border: none;
        height: 35px;
        padding: 0 15%;
        font-size: 14px;
        color: #000;
        font-family: 'castletregular';
        width: 110%;
        background: url(../images/Indent/select-cate.png) no-repeat left center;
    }

.select-app-person
{
    width: 20%;
    height: auto;
    border-right: solid 1px #000;
    float: left;
    background: #fff url(../images/Indent/arrow.png) right center no-repeat;
    overflow: hidden;
}

    .select-app-person select
    {
        background: none;
        border: none;
        height: 35px;
        padding: 0 15%;
        font-size: 14px;
        color: #000;
        font-family: 'castletregular';
        width: 110%;
        background: url(../images/Indent/select-app-person.png) no-repeat left center;
    }

.req-by
{
    width: 39%;
    height: auto;
    float: left;
    border-right: solid 1px #000;
}

    .req-by input
    {
        width: 86%;
        background: #fff url(../images/Indent/request-by.png) left center no-repeat;
        border: none;
        height: 35px;
        padding: 0 7%;
        font-size: 14px;
        color: #000;
        font-family: 'castletregular';
    }

.submit-btn
{
    width: 10%;
    height: auto;
}

    .submit-btn input
    {
        border: none;
        background: var(--primary-color);
        font-family: 'montserrat-light';
        font-size: 15px;
        color: #fff;
        cursor: pointer;
        width: auto;
        padding:5px 10px;
        text-transform:uppercase;
        border-radius:30px;
    }

.box1
{
    width: 94%;
    height: 450px;
    margin: 0 0 0% 0%;
    opacity: .90;
    /*overflow:scroll;
	overflow-x: hidden;*/
    position: relative;
}

    .box1 h2, .gwrapStep h2, .divheaderFlat h2
    {
        background: #424951;
        font-family: 'montserrat';
        font-size: 15px;
        color: #fff;
        font-weight: normal;
        padding: 10px;
        line-height: normal;
        box-sizing:border-box;
    }
    /*
    .box1::after
    {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.35;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }*/

.item-list
{
    width: 100%;
    height: auto;
    border-bottom: solid 1px #c4c4c4;
    display: inline-table;
}

    .item-list h4
    {
        font-family: 'montserrat-light';
        font-size: 15px;
        color: #424951;
        font-weight: normal;
        margin: 1% 0 0 0%;
         font-family:montserrat-light;
        font-weight:normal;
        color:#424951;
        
    }

    .item-list img
    {
        float: left;
        /*margin: 2% 3% 0 0%;*/
        margin:5px 0 0;
    }

    .item-list p
    {
        float: left;
        font-family: 'castletregular';
        font-size: 16px;
        color: #000;
        /*margin: 2% 3% 0 0%;*/
        margin:5px;
    }

    .item-list h5
    {
        font-family: 'castletregular';
        font-size: 18px;
        color: #000;
        font-weight: normal;
        margin: 3% 0 0 0%;
        float: right;
    }
/*=================================================*/

.cbmatetrial
{
    float: left;
    width: 44%;
}

.submit-btn
{
    float: left;
    height: auto;
    width: 10%;
}
/*
.input-feiled .matsel
{
    float: left;
    width: 33%;
    margin-left: 2px;
}*/



.indent .modalBackground, .areaindent .modalBackground, .gh .modalBackground, .prindent .modalBackground,.ccindent .modalBackground
{
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.indent .modalPopup, Vindent .modalPopup, .areaindent .modalPopup,.gh .modalPopup,.prindent .modalPopup,.ccindent .modalPopup
{
    background-color: #fff;
    border-color: white;
    border-radius: 5px;
    border-style: solid;
    border-width: 3px;
    width: auto;
    min-width: 350px;
    padding:10px;
    box-shadow:0 0 15px 0 rgba(0,0,0,0.2);
}

.popupTitle
{
    border-bottom:#ccc solid thin;
    font-family: montserrat;
    font-size: 18px;
    padding: 13px 14px 14px;
    text-align: left;
    color:var(--primary-color);
    margin-bottom:10px;
}

.confirmMsg
{
    background: #fff none repeat scroll 0 0;
    color: #06062b;
    padding-bottom: 2px;
    padding-top: 14px;
     width: 100%;
         float: left;
}

    .confirmMsg span
    {
        color: #06062b;
        display: block;
        font-size: 20px;
        padding-bottom: 15px;
        width: 100%;
        font-family: montserrat-light;
        float:left;
    }

.MsgAlert
{
    left: 50%;
    margin: auto 0;
    position: fixed;
    text-align: center;
    z-index: 11111;

    text-align:center;
}

    .MsgAlert div
    {
       background: #c9302c none repeat scroll 0 0;
       border: 1px solid #bd4228;
        color: #edf4f5;
        font-family: montserrat;
        font-size: 15px;
        padding: 8px 15px;
        position: relative;
        text-align: center;
        width: auto !important;
        z-index: 99999;
        margin: auto 0;
        top: 4px;
        left:-50%;
      
      
        border-radius:3px;
    }

.del
{
    width: 20px;
    border-width: 0;
    float: right;
    margin-right: 14px;
    margin-top: 10px;
    border:none !important;
}

.edit
{
    width: 25px;
    border:none !important;
    border-width: 0;
    margin-top: 10px;
}

.qty
{

    padding: 5px;
    text-align: center;
    width: 24px;
    height:25px;
    font-family:montserrat-light;
    font-size:15px;
}

.orderWrap
{
    height: 379px;
    max-height: 379px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 43px;
}

.submit-btn1
{
    float: left;
    
    text-align: center;
    width: 100%;
    margin-top: -28px;
    /* margin-left: -4%;
         border: medium none;
    float: right;
    text-align: right;
    width: 50%;*/
}


    .submit-btn1 input
    {
        /*background: darkgreen none repeat scroll 0 0;*/
        border: medium none;
        
        cursor: pointer;
        
        font-size: 16px;
        font-variant: all-petite-caps;
        letter-spacing: 14px;
        width: 100% !important;
        box-sizing:border-box;
        /*     background: transparent none repeat scroll 0 0;
    border: medium none;
    color: white;
    font-family: "castletregular";
    font-size: 18px;
    margin-top: -5px;*/
    }

.rptremark
{
    margin-top: 0 !important;
    width: 315px;
}

#IndentC .rptremark
{
    width: 322px;
}

.divPrvOdr
{
    width: 100%;
    padding-bottom: 10px;
    float:left;
}

    .divPrvOdr > span:first-child
    {
        width: 90%;
        float: left;
       
    }

.PrivOrderWrap
{
    max-height: 380px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff none repeat scroll 0 0;
    padding: 10px;
}

.tab-content .input-feiled:first-child
{
    margin-top: 0;
}

.brnno
{
    top: initial;
    bottom: 20px;
    right: 20px;
    background: #4CAF50;
    color: #fff;
    width: 50px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: normal;
}

.btnRed
{
    background: #d9344a;
    background-image: -webkit-linear-gradient(top, #d9344a, #b84c2b);
    background-image: -moz-linear-gradient(top, #d9344a, #b84c2b);
    background-image: -ms-linear-gradient(top, #d9344a, #b84c2b);
    background-image: -o-linear-gradient(top, #d9344a, #b84c2b);
    background-image: linear-gradient(to bottom, #d9344a, #b84c2b);
    /*-webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 1px 1px 5px #666666;*/
    font-family: Georgia;
    color: #ffffff;
    font-size: 14px;
    padding: 12px 16px;
    text-decoration: none;
    width: 49% !important;
    border: none;
}

    .btnRed:hover
    {
        background: #fc593c;
        background-image: -webkit-linear-gradient(top, #fc593c, #d93f34);
        background-image: -moz-linear-gradient(top, #fc593c, #d93f34);
        background-image: -ms-linear-gradient(top, #fc593c, #d93f34);
        background-image: -o-linear-gradient(top, #fc593c, #d93f34);
        background-image: linear-gradient(to bottom, #fc593c, #d93f34);
        text-decoration: none;
    }

.btnGreen
{
    background: #24bd47;
    background-image: -webkit-linear-gradient(top, #24bd47, #137322);
    background-image: -moz-linear-gradient(top, #24bd47, #137322);
    background-image: -ms-linear-gradient(top, #24bd47, #137322);
    background-image: -o-linear-gradient(top, #24bd47, #137322);
    background-image: linear-gradient(to bottom, #24bd47, #137322);
    /* -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 1px 1px 5px #666666;*/
    font-family: Georgia;
    color: #ffffff;
    font-size: 14px;
    padding: 12px 16px;
    text-decoration: none;
    width: 49% !important;
    border: none;
}

    .btnGreen:hover
    {
        background: #3cfa6f;
        background-image: -webkit-linear-gradient(top, #3cfa6f, #3bb029);
        background-image: -moz-linear-gradient(top, #3cfa6f, #3bb029);
        background-image: -ms-linear-gradient(top, #3cfa6f, #3bb029);
        background-image: -o-linear-gradient(top, #3cfa6f, #3bb029);
        background-image: linear-gradient(to bottom, #3cfa6f, #3bb029);
        text-decoration: none;
    }



.yrRmrk
{
    
    padding: 5px;
    text-align: left;
    width: 100%;
    height:35px;
    font-family:montserrat-light;
    color:#424951;
    font-size:13px;
    
}

.indent, Vindent
{
    float: right;
    width: 50%;
    padding: 5px;
}

    .indent > div
    {
        background: #fff none repeat scroll 0 0;
        padding: 10px;
    }

.prvIndent
{
    float: left;
    margin-right: 4px;
    width: 48%;
    padding: 5px;
}

.width100
{
    width: 100%;
}

.mCSB_inside > .mCSB_container
{
    margin-right: 8px;
}

textarea:focus, input:focus
{
    outline: none;
}

.dropdown-menu.inner > li:focus, .dropdown-menu.inner > li:active
{
    outline: medium none;
}

.pendingNoti
{
    background: #424951 none repeat scroll 0 0;
    border: 5px solid #f7f7f7;
    border-radius: 203px;
    color: white;
    font-family: montserrat;
    font-size: 10px;
    font-weight: 800;
    height: 30px;
    margin-left: 58%;
    margin-top: -5%;
    padding: 6px 5px 2px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    min-width: 30px;
    max-width: auto;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    box-sizing:border-box;
    line-height:7px;
}

.left-menu > ul > li > a
{
    position: relative;
    display:block;
    cursor:pointer;
    text-decoration:none;
}
/************==============================Vehical indent======================*****************/

.rotsel
{
    float: left;
    width: 39%;
}

.input-feiled .routeDt
{
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #000;
    font-family: castletregular;
    font-size: 14px;
    height: 35px;
    padding: 0 2%;
    width: 30%;
}

.routway
{
    float: left;
    width: 10%;
}

.sourceDesti
{
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #000;
    font-family: montserrat-light;
    font-size: 14px;
    padding: 0 2%;
    width: 22%;
    height: 35px !important;
    /*margin-top:5px;*/
}

.form-inline-margin-right{
    margin-right:2%;
}

.routeRmk
{
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #000;
    font-family: castletregular;
    font-size: 14px;
    height: 35px !important;
    padding: 0 2%;
    width: 56%;
}

.ApprSel
{
    float: left;
    width: 32.5%;
}

.Vindent > div
{
    background: #fff none repeat scroll 0 0;
    padding: 0px;
}

.dvcontactP
{
    
      float: left;
    padding: 20px 0px 10px;
    width: 100%;
}
    .dvcontactP > input
    {
        border: 1px solid #e5e4d7;
        border-radius: 5px;
        padding: 5px 10px;
        width: 60%;
        margin-top: 4px;
    }

.prvVIndent, .indent-full
{
    float: left;
    margin-right: 4px;
    width: 100%;
    padding: 5px;
    box-sizing:border-box;

}

    .prvVIndent > h2
    {
        padding: 1% !important;
    }


.dvway > span, .dvpur > span
{
    /* padding-left: 8px;*/
    padding-right: 8px;
}

.dvway span:nth-child(3), .dvway span:nth-child(5)
{
    width: 20%;
    display: inline-table;
}

.dvway span:first-child, .dvway span:nth-child(3), .dvway span:nth-child(5), .dvpur span:nth-child(2)
{
    color: black;
    font-weight: bold;
}

.dvway span:nth-child(2), .dvway span:nth-child(4), .dvpur span:first-child
{
    color: var(--primary-color);
    font-weight: bold;
}
/*==============transaction area===========*/
.btnapprv
{
    text-align: right;
    width: 13% !important;
    font-family: Georgia;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 8px;
    text-decoration: none;
    background: #70ac4d;
    border-radius: 3px;
    background-image: url("../images/indent/approve_thump.png");
    border: none;
    /*   background-image: url("../images/indent/approve_thump.png"),linear-gradient();*/
    background-size: 25px;
    background-position: 7px 7px;
    background-repeat: no-repeat;
}

    .btnapprv:hover
    {
        background: #137322;
        background-image: url("../images/indent/approve_thump.png");
        background-size: 26px;
        background-position: 7px 7px;
        background-repeat: no-repeat;
    }

.btnrej
{
    text-align: right;
    width: 13% !important;
    font-family: Georgia;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 19px;
    text-decoration: none;
    background: #b30000;
    border-radius: 3px;
    background-image: url("../images/indent/reject_thump.png");
    border: none;
    /*   background-image: url("../images/indent/approve_thump.png"),linear-gradient();*/
    background-size: 25px;
    background-position: 7px 7px;
    background-repeat: no-repeat;
}

    .btnrej:hover
    {
        background: #990000;
        background-image: url("../images/indent/reject_thump.png");
        background-size: 26px;
        background-position: 7px 7px;
        background-repeat: no-repeat;
    }

.btnVapprv
{
    text-align: right;
    width: 13% !important;
    font-family: Georgia;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 8px;
    text-decoration: none;
    background: #70ac4d;
    border-radius: 3px;
    background-image: url("../images/indent/approve_thump.png");
    border: none;
    background-size: 16px;
    background-position: 7px 6px;
    background-repeat: no-repeat;
}

    .btnVapprv:hover
    {
        background: #137322;
        background-image: url("../images/indent/approve_thump.png");
        background-size: 16px;
        background-position: 7px 6px;
        background-repeat: no-repeat;
    }

.btnVrej
{
    text-align: right;
    width: 13% !important;
    font-family: Georgia;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 15px;
    text-decoration: none;
    background: #b30000;
    border-radius: 3px;
    background-image: url("../images/indent/reject_thump.png");
    border: none;
    background-size: 16px;
    background-position: 7px 7px;
    background-repeat: no-repeat;
}

    .btnVrej:hover
    {
        background: #990000;
        background-image: url("../images/indent/reject_thump.png");
        background-size: 16px;
        background-position: 7px 7px;
        background-repeat: no-repeat;
    }

    .btnchout
{
    text-align: center;
    width: 13% !important;
    font-family: Georgia;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
    text-decoration: none;
    background: #70ac4d;
    border-radius: 3px;

    border: none;
    background-size: 16px;
    background-position: 7px 6px;
    background-repeat: no-repeat;
}
    .btnView
{
    text-align: right;
    width: 13% !important;
    font-family: Georgia;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 8px;
    text-decoration: none;
    background: #EAA84E;
    border-radius: 3px;
    
    border: none;
    background-size: 16px;
    background-position: 7px 6px;
    background-repeat: no-repeat;
}
.gridVehicle
{
    font-size: 11px;
}

.templateTable td img
{
    width: 20px;
    max-width: 20px;
}

.templateTable td
{
    padding: 2px 3px;
    width: 170px;
    color:#666;
}

.templateTable tr td:first-child
{
    width: 20px !important;
}

.dash
{
    font-family: arial;
    font-weight: 900;
    width: 20px !important;
}

.ApprvTable td
{
    padding: 2px 3px;
}

    .ApprvTable td input
    {
        width: auto !important;
    }

.ContactTable td
{
    max-width: 380px;
    padding: 3px;
    width: 380px;
    color:#424951;
}

.ContactTable tr:nth-child(odd) td
{
    background: none;
    color:var(--primary-color);
}

.divheader
{
    width: 100%;
    display: inline-block;
    background: #70ad4d none repeat scroll 0 0;
}

    .divheader > div
    {
        float: left;
        width: 48%;
    }

    .divheader div:first-child h2
    {
        margin-bottom: 2px;
        margin-top: 2px;
    }

.fspan2
{
    float: right !important;
    padding-top: 5px;
    width: 160px !important;
}

    .fspan2 .caret
    {
        color: var(--primary-color);
    }

.btnfilter
{
    background: var(--primary-color) url("../Images/Indent/filter.png") no-repeat scroll 6px center / 20px auto;
    border-width: 0;
    display: block;
    float: left;
    height: 32px;
    margin-left: 0;
    margin-top: 1px;
    width: 32px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    cursor: pointer;
}

.loadingRound
{
    display: block;
    position: relative;
    text-align: center;
}


.center > img
{
    width: 100px;
}

.loadingRound2
{
    background: #000 none no-repeat scroll center center / cover ;
    content: "";
    height: 115%;
    left: 0;
    margin-left: -27%;
    margin-top: -7%;
    filter: alpha(opacity=35);
    opacity: 0.35;
    -moz-opacity: 0.35;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 133.5%;
    z-index: 999999;
}

.loadingRound3
{
  background: #000 none no-repeat scroll center center / cover ;
    content: "";    
    left: 0;
    margin-left: -27%;
    margin-top: -7%;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 133.5%;
    z-index: 999999;
    filter: alpha(opacity=35);
    opacity: 0.35;
    -moz-opacity: 0.35;
	height: 115%;
}

.loadingRound .center
{
    margin-left: 25%;
    margin-top: 0;
    position: fixed;
    z-index: 9999999;
}

.loadingRound0 .center
{
    margin-left: 25%;
    margin-top: 13%;
    position: fixed;
    z-index: 9999999;
}
/*.sel_filter{
  font-size: 13px;
  padding: 7px 4px 1px 9px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
   width: 40%;
   float:right;
}

.sel_filter .select{
  width: 120%;
  background:url("../images/arrow_bottom.png") no-repeat;
  background-position:80% center;
}

.sel_filter .select select{
  background: transparent;
  line-height: 1;
  border: 0;
  padding: 0;
  border-radius: 0;
  width: 120%;
  position: relative;
  z-index: 10;
  font-size: 1em;
    margin-bottom: 7px;
}*/

/*======= AREA INDENT===============*/

.matsel.asel-1
{
    width: 15%;
}

.matsel.asel-2
{
    width: 10%;
}

.matsel.asel-3
{
    width: 63%;
}

.matsel.asel-1 > input, .matsel.asel-2 > input
{
    padding: 0 3%;
    height: 35px !important;
}


.divItemreq
{
    padding-bottom: 8px;
    padding-top: 5px;
}

    .divItemreq > span:first-child
    {
        width: 87%;
        float: left;
    }

    .divItemreq > span:last-child
    {
        width: 13%;
    }
    /*
.btnchkAvail
{
    float: right;
    height: auto;
    width: 15%;
}

    .btnchkAvail input
    {
        background: #70ad4d none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        cursor: pointer;
        font-family: castletregular;
        font-size: 100%;
        height: 35px;
        opacity: 0.73;
        width: 95%;
    }*/

.bookarea
{
    background: #e5e4d7 none repeat scroll 0 0;
    color: #06062b;
    padding-bottom: 2px;
    padding-top: 14px;
}

    .bookarea span
    {
        color: #06062b;
        display: block;
        font-family: Georgia;
        font-size: 20px;
        margin-bottom: 10px;
        padding: 5px;
        width: 196px;
    }

    .bookarea > div
    {
        max-height: 466px;
        overflow: auto;
    }

.btnclose1
{
    background: background url("../images/user_logout.png") no-repeat scroll 4px 4px;
    border-radius: 22px;
    float: right;
    height: 16px;
    margin-left: 99%;
    margin-top: -17px;
    padding: 12px;
    position: absolute;
    width: 16px;
    border: 3px solid white;
    cursor: pointer;
}

.areaindent .modalPopup
{
    width: initial;
}

.rowh1
{
    background-color: darkred;
    color: white;
}

.rowh2
{
    background-color: #cc0000;
    color: white;
}

.AreabookGrid
{
    background-color: #fff;
    margin: 16px 10px 13px;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-family: Calibri;
    color: #474747;
}

    .AreabookGrid td
    {
        padding: 4px;
        border: solid 1px #70ad4d;
    }

    .AreabookGrid th
    {
        padding: 4px 4px;
        color: #fff;
        background: #70ad4d url(Images/grid-header.png) repeat-x top;
        border-left: solid 1px white;
        font-size: 0.9em;
    }

    .AreabookGrid .alt
    {
        background: #fcfcfc url(Images/grid-alt.png) repeat-x top;
    }

    .AreabookGrid .pgr
    {
        background: #363670 url(Images/grid-pgr.png) repeat-x top;
    }

        .AreabookGrid .pgr table
        {
            margin: 3px 0;
        }

        .AreabookGrid .pgr td
        {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .AreabookGrid .pgr a
        {
            color: Gray;
            text-decoration: none;
        }

            .AreabookGrid .pgr a:hover
            {
                color: #000;
                text-decoration: none;
            }

.dxeCalendarButton_Youthful
{
    width: 57px;
}

.btnapprvdx
{
    cursor: pointer;
    display: inline-block;
    background: #70ac4d url("../images/indent/approve_thump.png") no-repeat scroll 2px 3px / 18px auto !important;
    border: medium none !important;
    border-radius: 3px !important;
    color: #ffffff !important;
    font-family: Georgia !important;
    font-size: 16px !important;
    line-height: 0;
    padding: 2px 3px !important;
    text-align: right !important;
    text-decoration: none;
    width: 30% !important;
}

.btnrejdx
{
    background: #b30000 url("../images/indent/reject_thump.png") no-repeat scroll 3px 6px / 18px auto !important;
    border: medium none !important;
    border-radius: 3px;
    color: #ffffff !important;
    display: inline-block;
    font-family: Georgia !important;
    font-size: 16px !important;
    padding: 0px 14px !important;
    text-align: right !important;
    text-decoration: none !important;
    width: 30% !important;
}

.btnrejdx_r
{
    background: #70ac4d url("../images/indent/approve_thump.png") no-repeat scroll 3px 5px / 18px auto !important;
    color: #ffffff !important;
    cursor: pointer;
    font-family: Georgia !important;
    font-size: 16px !important;
    line-height: 0;
    text-align: right !important;
    width: 60% !important;
}
/*=============== START PORTRAIT AND LANDSCAPE ===================*/



@media only screen and (min-device-width: 600px) and (max-device-width: 1200px)
{
    .dvway span:nth-child(3), .dvway span:nth-child(5)
    {
        display: inline-table;
        width: 25%;
    }

    .del
    {
        border-width: 0;
        float: right;
        margin-right: 8%;
        margin-top: 10px;
        width: 4%;
    }

    .pendingNoti
    {
        background: #cc0000 none repeat scroll 0 0;
        border: 2px solid white;
        border-radius: 100%;
        color: white;
        font-family: Verdana;
        font-size: 63%;
        font-weight: 800;
        height: 30px;
        margin-left: 60%;
        margin-top: -6%;
        min-width: 19%;
        padding: 15% 11% 5%;
        position: absolute;
        text-align: center;
        vertical-align: middle;
    }

    .btnrej
    {
        width: 17% !important;
    }

    .btnapprv
    {
        width: 18% !important;
    }

    #ctl00_ContentPlaceHolder1_IndArea_txtFromTime, #ctl00_ContentPlaceHolder1_IndArea_txtToTime
    {
        font-size: 12px;
    }

    .btnchkAvail input
    {
        font-size: 80%;
    }
}

/*=============== END PORTRAIT AND LANDSCAPE ===================*/


/*======= GUEST HOUSE INDENT===============*/

.gwrapStep
{
    background: white none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    position: relative;
    opacity: 0.9;
    padding: 4px;
}

    /*.gwrapStep h2
    {
        background: #70ad4d none repeat scroll 0 0;
        color: #fff;
        font-family: "castletregular";
        font-size: 18px;
        font-weight: normal;
        line-height: 18px;
        padding: 1%;
    }*/

    /*.gwrapStep.step-content::after
    {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.35;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }*/

.stepcontWrap
{
   background: white none repeat scroll 0 0;
    float: left;
    opacity: 0.9;
    padding: 5px;
    position: relative;
    width: 100%;
}

.pdgwrap
{
    display: block;
    padding: 5px !important;
    z-index: 1;
    background: none !important;
}

.nav.nav-tabs.step-anchor
{
    height: 100px;
    margin-bottom: 16px;
    opacity: 0.9;
}

.nextPrv
{
    /*background: white none repeat scroll 0 0;*/
    opacity: 0.9;
    padding: 5px;
    width: 100%;
}

.btn-group.navbar-btn > div
{
    float: left;
    width: 56px;
}

.tblcon
{
    background: white;
}

.wnextPrv
{
    padding: 4px;
    position: relative;
    width: 100%;
    height: 100%;
    border:#ccc solid thin;
    background:#f7f7f7;
}

    /*.wnextPrv::after
    {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.35;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }*/

.prvwrap
{
    padding: 5px;
    width: 100%;
    float: left;
}

.navbar-btn.nextPrv
{
    margin: 0;
}

.stepcontWrap .switch-field,.gwrapStep .switch-field
{
    padding: 7px 10px;
}

.stepcontWrap .switch-field label
{
    margin-bottom: 0;
}

.sw-container .form-group
{
    float: left;
    width: 100%;
}
.sw-container .dvcontactP
{
    padding:10px;
}
.form-group .form-group-inline
{
    width: 48.6%;
    float: left;
}

.form-group .form-group-inline:first-child
{
    margin-right: 2%;
}

    .form-group  input, .form-group  select
    {
        width:100%;
        height:35px;
        line-height:35px;
        padding:0 7px;
    }

    .form-group .form-group-inline .inpt
    {
        position:relative;
        display:block;
    }

        .form-group .form-group-inline .inpt span.reqFd
        {
            position:absolute;
            top:-20px;
            right:5px;
            font-size:20px;
        }

    .form-group .form-group-inline .label
    {
        margin-bottom:5px;
    }
    .sw-theme-dots .sw-container {
    min-height: 0 !important;
    margin-bottom:20px !important;
    border:#ccc solid thin;
}


#step-3 .table
{
    margin-bottom:0 !important;
}

.full-width-section
{
    width:100%;
    float:left;
    background:#fff;
}

.hlf
{
    width:48%;
    padding:10px;
    position:relative;
    margin-top:10px;
}

.full-width-section .hlf:first-child
{
    margin-right:2%;
}

.clear
{
    clear:both;
}

.hlf .owl-carosuel img
{
    width:100%;
    height:300px;
}

/*.icon-list
{
    width:100%;
    margin:0;
    padding:0;
}
    .icon-list li
    {
        list-style:none;
        padding-left:20px;
        position:relative;
        margin-left:10px;
        float:left;
        width:22%;
        margin-bottom:10px;
    }

        .icon-list li::before
        {
            content:'\f375';
        font-family:"Ionicons";
        font-size:18px;
        color:#70ad4d;
        position:absolute;
        top:0;
        left:0;
        display:block;
        }*/

.owl-controls
{
    width:100%;
    position:absolute !important;
    top:48%;
    left:0;
    height:0;
}

.owl-prev, .owl-next
{
    background:rgba(255,255,255,0.7);
    width:auto;
    text-transform:uppercase;
    padding:7px;
}

.owl-prev
{
    float:left;
}

.owl-next
{
    float:right;
}
.hide2
{
    display: none;
}
.templateTable  {
    width: 100%;
}
.dxgvCSD .templateTable tr td:first-child {
    width: 40% !important;
}
.dxgvCSD .templateTable tr td:nth-child(2)
{
    width:10%;
}
.dxgvCSD > .templateTable tr td:nth-child(3)
{
    width:70%;
}
.divheaderFlat
{
      background: #70ad4d none repeat scroll 0 0;
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
}
    /*.divheaderFlat h2
    {
        background: #70ad4d none repeat scroll 0 0;
    color: #fff;
    font-family: "castletregular";
    font-size: 18px;
    font-weight: normal;
    line-height: 16px;
    padding: 1%;
    }*/
.indnt-form-txt
{
    text-align:left;

}

    .indnt-form-txt .form-txt
    {
        width:30%;
        margin:0 1%;
        margin-bottom:12px;
        display:inline-block;
        vertical-align:middle;
        text-align:left;
    }

.indnt-form-txt .form-txt-full
{   
    width:100%;
     margin-left: 0;
}

        .indnt-form-txt .form-txt .label-label
        {
            font-size:13px;
           
            width:100%;
            float:left;
            margin-bottom:5px;
            color:var(--primary-color);
        }
        .label-colo-black .form-txt .label-label{
            color:#424951;
        }

        .indnt-form-txt .form-txt .inpt
        {
            width:100%;
            float:left;
            font-size:14px;
            color:#424951;
        }
    .indnt-form-txt .form-txt-full .form-txt
    {
        width:100%;
    }
.step2g
{
    
    margin-left: 3%;
    width: 80%;
}
.step1g
{
    
    /*margin-left: 14%;*/
    width: 100%;
}

.scroll-table
{
    width:100%;
    float:left;
    padding:0 10px;
    max-height:400px;
    overflow-y:auto;
}

.full-width-section .scroll-table{
    padding:0;
}

.border-section{
    border:#ccc solid thin;
    padding:10px;
}

.tble-design{
    width:100%;
    float:left;
    border:none;
}


    .tble-design td, .tble-design th
    {
        padding:7px 10px;
        border:none;
    }

    .tble-design th
    {
        background:var(--primary-color);
        color:#fff;
        text-align:center;
        font-family:montserrat-light;
        font-weight:normal;
        font-size:13px;
    }

    .tble-design.left-head th{
        background:none;
        text-align:left;
        font-family:montserrat;
        color:var(--primary-color);
    }

    .tble-design td
    {
        border-bottom:#ccc solid thin;
        color:#666;
    }
.divghadmison
{
     background: white none repeat scroll 0 0;
}
.dvcontactPx
{
    padding:0;
}
.form-new
{   
    width:100%;
    padding:10px;
    floatL:left;
}

    .form-new .form-group
    {
        width:100%;
        float:left;
        margin-bottom:15px;
    }

        .form-new .form-group .switch-field
        {
            padding:0;
        }

        .form-new .form-group .label-label
        {
            margin-bottom:7px;
        }

.heading-inr
{
    width:100%;
    float:left;
    margin-bottom:10px;
}

    .heading-inr h3
    {
        width:100%;
        float:left;
        padding-bottom:10px;
        padding-right:10px;
        border-bottom:var(--primary-color) solid 2px;
        color:#333;
        font-size:15px;
    }

.flr-flat
{
    width:100%;
    float:left;
}

    .flr-flat li
    {
        padding:0;
        margin:0;
        list-style:none;
        display:inline-block;
            vertical-align:middle;
            width:24%;
            position :relative;
            margin-bottom:7px;
           
    }

        .flr-flat ul li a
        {
           width:100%;
           height:40px;
           text-align:center;
           display:block;
           border:#ccc solid thin;
           border-radius:10px;
           line-height:40px;
           color:#666;
           transition:all 0.4s ease;
        }

            .flr-flat ul li a:hover
            {
                text-decoration:none;
                background:#f5f5f5;
                color:#70ad4d ;
                border-color:#333;
                box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
            }

            .flr-flat ul li a.selected
            {
                background:#94C51F !important;
                border:#94C51F solid thin;
                color:#fff;
                box-shadow:none;
            }

.Family
{
        background: #E45F5F !important;
        color: white !important;
}
.Sharing
{
        background:#EFC076 !important;
    color: white !important;
}
.Office
{
  
             background:  #BE9BED !important;
    color: white !important;
}
.Single,.Singal
{
     background: #4BCEDA !important;
    color: white !important;
    
}

.badge
{
    background: #fff none repeat scroll 0 0;
    border: thin solid #aaa;
    border-radius:7px;
    color: #666;
    font-size: 11px;
    height: 18px;
    line-height: 11px;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 3px;
    
}
.Popupchange
{
        left: 17% !important;
    opacity: 1;
    position: fixed;
    top: -33px;
    width: 70% !important;
    z-index: 100001;
}
.PopupViewpdf
{
    top:5px !important;
    height:550px;
}
.PopupViewpdf .dvpdf,.PopupViewpdf .dvpdf > object
{
    width:600px !important;
}
.cvhead, .cthead
{
    background: #424951;
    margin-bottom: 13px;
   padding:5px 10px;
      color: #fff;
    font-weight: 600;
    text-align:left;
}
/*
.cthead
{
      background: linen none repeat scroll 0 0;
    margin-bottom: 13px;
    margin-top: -11px;
    padding-bottom: 6px;
    padding-top: 6px;
      color: darkolivegreen;
    font-weight: 600;
}*/
.btnshowChgRecords
{
      float: left;
    width: 20% !important;
}
.popupChgRd
{
    left: 67.5px;
    opacity: 1;
    position: fixed;
    top: 99px;
    width: 90% !important;
    z-index: 100001;
}
.gvchgRd
{
    overflow:auto;
}
.clchgrd
{
       border-width: 0;
    float: right;
}
.divltr
{
    height:500px;
    overflow:auto;
    
}
#ctl00_ContentPlaceHolder1_upFlatData .list-group-item
{
     font-size: 12px;
    padding: 3px;
    text-align: center;
}

.fedback
{
       margin-left: -4%;
}
.btn.btn-info.btnshowChgRecords {
    width: 274px !important;
}
.Popupchange .indnt-form-txt {
    line-height: 12px;
}
#ctl00_ContentPlaceHolder1_btnClear
{
       float: right;
    width: 45%;
}
#ctl00_ContentPlaceHolder1_btnAdd
{
     width: 45%;
}
.labelUpload{
       color: darkred;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 15px;
}
#ctl00_ContentPlaceHolder1_IndMaterial_UpdatePanel2 > div {
    margin-top: -23px;
    padding: 5px;
    text-align: center;
}
.txtMaintenance{
    padding:5px;
    width:20%;
}
#ctl00_ContentPlaceHolder1_tranM_gvMaintenance th ,ctl00_ContentPlaceHolder1_IndMaterial_gvMaintenance th{
    background: #e5e4d7 none repeat scroll 0 0;
}
.lbviwcko{
    margin-top:-3%;
}
.rnttable th{
    text-align: left;
}
.tble-design.rnttable td {
    padding-left: 12px;
}

/* new design csss*/



.icon-main {
    width:100px;
    height:100px;
    display:inline-block;
    border-radius:30px;
    background-color:#fff;
    background-position:left;
    background-repeat:no-repeat;

}

.active-menu .icon-main, .left-menu ul li:hover .icon-main {
    background-color:var(--primary-color);
    background-position:right;
    box-shadow:0 0 20px 0 rgba(0,0,0,0.3);
}

.transportation {
    background-image:url(../Images/Indent/transportation.png);
}

.canteen {
    background-image:url(../Images/Indent/side-canteen.png);
}

.material {
    background-image:url(../Images/Indent/material.png);
}

.purchase-req{
    background-image:url(../Images/Indent/side-pr.png);
}

.area {
    background-image:url(../Images/Indent/side-area.png);
}

.it-material {
    background-image:url(../Images/Indent/it-material.png);
}

.guest-house {
    background-image:url(../Images/Indent/guest-house.png);
}
.purchase-order {
    background-image:url(../Images/Indent/side-purchase-order.png);
}

.consumable-item{
    background-image:url(../Images/Indent/side-CIC.png);
}

.left-menu h5{
    color:#424951;
    margin:5px 0 20px;
    font-family:"montserrat-light";
}

.bottom-user {
    width:auto;
    float:left;
    position:relative;
    padding:10px;
    color:#424951;
    padding-right:150px;
    float:right;
    border-left:#ccc solid thin;
}

    
.bottom-user button {
    width:100%;
    float:left;
    display:block;
    text-align:left;
    font-family:"montserrat-light";
    font-size:14px;
    color:#424951;
    padding-left:40px;
}

.top-head{
    width:100%;
    float:left;
    text-align:center;
}

.top-icon, .top-heading{
    display:inline-block;
    vertical-align:middle;
}

.top-icon{
    width:50px;
    height:50px;
}

.top-icon img{
    width:100%;
    height:auto;
}

.top-heading {
    color:#424951;
    font-size:15px;
    text-transform:uppercase;
    font-family:"montserrat";
}

.xtra-btns{
    position:absolute;
    right:0;
    top:0;
    height:100%;
    background:#424951;
}

.logout-btn, .home-btn{
    width:50px;
    z-index:1;
    display:block;
    text-align:center;
    float:left;
    
}

.logout-btn:hover, .home-btn:hover{
    background:#262a2e;
}

.logout-btn img, .home-btn img{
    width:30px;
    padding:10px 0;
}

input, select, textarea{
    border:#ccc solid thin !important;
}

.label-new, .label-label{
    font-family:montserrat;
    font-size:13px;
    width:100%;
    float:left;
    margin-bottom:3px;
    color:#424951;
    text-align:left;
}

.inpt{
    width:100%;
    float:left;
}

.inpt input, .inpt select, .inpt textarea{
    width:100% !important;
    font-family:montserrat-light !important;
}

.cbmatetrial{  
    width:100%;
    float:left;
}

.btn-green{
    height:auto !important;
    border:none !important;
    border-radius:30px;
    background:var(--primary-color);
    color:#fff;
    line-height:normal !important;
    padding:5px 15px !important;
    width:auto !important;
    font-family:montserrat-light;
    text-transform: uppercase;
}

.btn-green:hover{
    box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
}

.cbmatetrial .invisible{
    display:none !important;
}

.dxeButtonEdit_Youthful{
    width:100% !important;
    border: #ccc solid thin !important;
}

.dxeButtonEditButton_Youthful{
    background:var(--primary-color) !important;
}

.dxeListBoxItemHover_Youthful{
    background:#424951;
    color:#fff;
}

.dxeListBoxItemSelected_Youthful {
    background:var(--primary-color);
    color:#fff;
}

.form-group{
    margin-bottom:10px !important;
}

.dvway span:first-child, .dvway span:nth-child(3), .dvway span:nth-child(5), .dvpur span:nth-child(2){
    font-weight:normal;
    font-family:montserrat-light;
    color:#666;
}

.dvway span:first-child{
    font-family:montserrat;
    color:#424951;
}

.dvway{
    margin:5px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color:var(--primary-color);
}

.divheader{
    background:#424951;
}

.dxgvHeader_Youthful{
    background:var(--primary-color);
}

.dxgvControl_Youthful, .dxgvDisabled_Youthful{
    font-family:montserrat;
    
    font-weight:normal;
}

.dxgvHeader_Youthful td{
    font-size:13px !important;
    font-weight:normal !important;
    padding:5px;
}
#ctl00_ContentPlaceHolder1_IndVehicle_fileNameV{
    color:#424951;
}

.dxgvFilterRow_Youthful {
    background:#f0f0f0;
}

.dxgvFilterRow_Youthful td{
    padding:7px 5px;
}

.dxeTextBox_Youthful{
    border-color:#aaa;
}

.dxeListBoxItem_Youthful{
    font-family:montserrat-light;
}

.form-group.form-col-3 .form-group-inline{
    margin-right:2%;
    width:31.75%;
}


.form-group.form-col-3 .form-group-inline:last-child{
    margin-right:0;
}

.dxeListBox_Youthful .dxeHIC, .dxeListBox_Youthful .dxeHFC, .dxeListBox_Youthful .dxeHCC, .dxeListBox_Youthful .dxeHD{
    background:var(--primary-color);
    border-color:var(--primary-color);
}
.dxeListBox_Youthful .dxeHIC, .dxeListBox_Youthful .dxeHFC, .dxeListBox_Youthful .dxeHCC{
    border-color:var(--primary-color);
}

.col-2-small .inpt{
    width:82%;
}

.small-inpt{
    width:15% !important;
    height:36px !important;
    margin-left:10px;
}

.form-col-3-6 .col-3{
    width:31.75%;
}

.form-col-3-6 .col-6{
    width:65.5%;
}

.form-col-1 .form-group-inline{
    width:99%;
    margin-right:0 !important;
}


.item-list .plus-minus-btn img{
    margin:7px 5px;
}

.dxgvEmptyDataRow_Youthful{
    color:#424951;
}

.dxeButtonEditButton_Youthful{
    background:var(--primary-color);
}

.dxeCalendarHeader_Youthful{
    background:#424951;
}

.dxeCalendarHeader_Youthful td{
    font-family:montserrat;
}

.dxeCalendar_Youthful{
    background:#fff;
    color:#424951;
}

.dxeCalendar_Youthful td{
    font-family:montserrat;
}

.dxeCalendar_Youthful .dxMonthGrid, .dxeCalendar_Youthful .dxMonthGridWithWeekNumbers, .dxeCalendar_Youthful .dxMonthGridWithWeekNumbersRtl{
    background:url(../Images/Indent/bg-light.png) repeat-x;
}

.dxeCalendarOtherMonth_Youthful, .dxeCalendarWeekNumber_Youthful{
    color:#ccc;
}

.dxeButtonEditButton_Youthful.dxeButtonEditClearButton_Youthful, .dxeButtonEditButton_Youthful.dxeButtonEditClearButton_Youthful:hover{
    background:none !important;
}

.dxeCalendarFooter_Youthful, .dxeCalendarFastNavFooter_Youthful{
    background:var(--primary-color);
}

.dxeCalendarButton_Youthful, .dxeColorEditButton_Youthful{
    background:#424951;
    color:#fff;
}

.dxeCalendarButtonHover_Youthful, .dxeColorEditButtonHover_Youthful{
    background:#fff;
    color:#424951;
}

.dxeCalendarSelected_Youthful{
    background:var(--primary-color);
    color:#fff;
    border-color:var(--primary-color);
}

.dxeCalendarToday_Youthful{
    border-color:var(--primary-color);
}

.dxeCalendarFastNav_Youthful{
    border-color:var(--primary-color);
}

.dxeCalendarFastNavMonthArea_Youthful{
    background:#fff;
}

.dxeCalendarFastNavMonthHover_Youthful, .dxeCalendarFastNavYearHover_Youthful{
    background:#424951;
    color:#fff;
}

.dxeCalendarFastNavMonthSelected_Youthful, .dxeCalendarFastNavYearSelected_Youthful{
    background:var(--primary-color);
    color:#fff;
}

.dxeCalendarFastNavYearArea_Youthful{
    background:#f5f5f5;
}

.dxgvControl_Office2010Blue, .dxgvDisabled_Office2010Blue{
    border-color:#ccc;
    background:none;
}

.dxgvHeader_Office2010Blue{
    background:#f0f0f0;
    border-color:#ccc;
}

.dxgvHeader_Office2010Blue{
    border-color:#ccc;
    font-family:montserrat;
    color:#424951;
}

.dxgvEditFormDisplayRow_Office2010Blue td.dxgv, .dxgvDetailCell_Office2010Blue td.dxgv, .dxgvDataRow_Office2010Blue td.dxgv, .dxgvDetailRow_Office2010Blue.dxgvADR td.dxgvAIC{
    border-color:#ccc;
    font-family: montserrat-light;
}

.dxgvStatusBar_Office2010Blue {

    background: #ccc none;
    border-top: 1px solid #aaa;

}

.btnrej, .btnapprv, .btnGreen, .btnRed{
    border-radius:30px;
    font-family:montserrat;
    border:none !important;
}

.dxgvEditFormDisplayRow_Youthful td.dxgv, .dxgvDetailCell_Youthful td.dxgv, .dxgvDataRow_Youthful td.dxgv, .dxgvDetailRow_Youthful.dxgvADR td.dxgvAIC{
    border-color:#ccc !important;
}

.dxFirefox input[type="text"].dxeEditArea_Youthful, .dxFirefox input[type="password"].dxeEditArea_Youthful{
    height:28px;
}

.col-checkbox, .col-inpt{
    float:left;
}

.col-checkbox{
    width:30%;
}

.col-checkbox input{
    width:10px !important;
    float:left;
    margin:0;
}

.col-checkbox label{
    color:#424951;
    font-size:12px;
    float:left;
    line-height:35px;
    padding-left:5px;
    box-sizing:border-box;
    font-family:montserrat-light;
    font-weight:normal;
}

.col-inpt{
    width:70%;
}

.dxeEditArea_Youthful.dxeDisabled_Youthful{
    color:#ccc;
}

.btn-groups{
    width:100%;
    float:left;
    text-align:center;
}

.modalPopup .btnGreen, .btnRed{
    width:auto !important;
    float:none;
    display:inline-block;
    vertical-align:middle;
    text-transform:uppercase;
    padding:5px 20px;
}

.row-divider{
    width:99%;    
    margin:15px 0;
    border-bottom:var(--primary-color) dashed 2px;
    float:left;

}

.discussion{
    width:25px;
    border:none !important;
}

.slide-left{
    margin-left:-150px;
}

.close-disc{
    position:absolute;
    left:-30px;
    top:50px;
    padding:10px;
    background:var(--primary-color) url(../Images/Indent/close.png) no-repeat center;
    background-size:70%;
    width:30px;
    height:40px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    z-index:0;
    cursor:pointer;
}

/* discussion css start */

.disc-overlay{
    width:350px;
    height:100%;
    padding:10px;
    background:#fff;
    box-sizing:border-box;
    position:fixed;
    top:0;
    right:-400px;
    box-shadow:0 0 10px 0 rgba(0,0,0,0.5);
}

.disc-overlay h3{
    color:#424951;
    font-size:18px;
    margin:10px 0;
    font-family:montserrat-light;
}

.disc-overlay h3 span{
    color:var(--primary-color);
    font-family:montserrat;
}

.all-disc {
    width:100%;
    float:left;
    position:relative;
    overflow:auto;
}
.disc-row{
    padding:10px 0;
    float:left;
    width:100%;
    border-bottom:#ccc solid thin;
}

.emp-dtl{
    width:100%;
    float:left;
    margin-bottom:2px;
    position:relative;
    overflow:hidden;
}

.emp-img, .emp-dtl h4{
    display:inline-block;
    vertical-align:middle;
}

  

.emp-img{
    width:30px;
    height:30px;
    border-radius:50%;
    overflow:hidden;
    background:#aaa;
}

.emp-img img{
    width:100%;
}

.emp-dtl h4{
    font-family:montserrat;
    font-size:13px;
    color:#424951;
    font-weight:normal !important;
}

.disc-date{
    position:absolute;
    right:0;
    padding:10px;
    bottom:0;
    color:#aaa;
    font-size:11px;
}

.status-for-attachment, .emp-cmnt{
    padding-left:40px;
    width:100%;
    box-sizing:border-box;
}

.status-for-attachment{
    margin-bottom:5px;
}

.dwnld-attach {
    float:right;
    border:var(--primary-color) solid thin;
    padding:2px 5px;
    color:var(--primary-color);
    font-size:13px;
    border-radius:30px;
}

.dwnld-attach img{
    width:20px;
}

.dwnld-attach:hover{
    box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
}

.disc-cmnt-box{
    width:100%;
    float:left;
    position:absolute;
    bottom:0;
    left:0;
    background:#f9f9f9;
    padding:10px;
    height:110px;
}

.cmnt-sub{
    width:100%;
    float:left;
}

.disc-cmnt-box textarea{
    width:100%;
    float:left;
    margin-bottom:5px;
    resize:none;
    padding:5px;
    height:55px;
}

 
.add-atch{
    float:left;
    position:relative;
    overflow:hidden;
    width:105px;
    cursor:pointer;
}

.add-atch img{
    width:25px;
}

.add-atch input{
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    z-index:5;
    cursor:pointer;
}

.cmnt-sub .btn-green{
    float:right;
}

.send-img{
    background-image:url(../Images/Indent/send-icon.png);
    background-repeat:no-repeat;
    background-position:right;
    padding-right:30px !important;
}

/* discussion css end */

.sw-theme-dots .step-content{
    width:100%;
    box-sizing:border-box;
}

.buttons-groups{
    width:auto !important;
}

    .buttons-groups div, .button-groups button {
        float:left;
        margin:0 3px;
    }

    .button-groups .btn-green{
        float:none;
        margin:0 3px;
        margin-top:0;
        display:inline-block;
        vertical-align:middle;
        text-decoration:none !important;
    }

    .button-groups a.btn-green:hover{
        color:#fff !important;
       
    }

    .btn-round{
        border-radius:30px;

        height:auto !important;
    border:none !important;
    line-height:normal !important;
    padding:5px 15px !important;
    width:auto !important;
    font-family:montserrat-light;
    text-transform: uppercase;
    float:left;
    }

    
    #prev-btn{
        border-top-left-radius:30px;
        border-bottom-left-radius:30px;
    }

    #next-btn{
        border-top-right-radius:30px;
        border-bottom-right-radius:30px;
    }

    
    .switch-field label{
        box-shadow:none !important;
        background:#f0f0f0 !important;
        color:#aaa !important;
    }
    .switch-field input:checked + label{
        background:var(--primary-color) !important;
        color:#fff !important;
    }

    .stepcontWrap .switch-field, .gwrapStep .switch-field, .sw-container .dvcontactP{
        padding:0 !important;
    }

    .label-inpt-inline{
        margin-top:10px;
    }

    .label-inpt-inline .label-label, .label-inpt-inline .inpt{
        width:auto !important;
        float:none;
        vertical-align:middle;
        display:inline-block !important;
    }

    .label-inpt-inline .inpt{
        margin-left:10px;
    }

    .hlf.pull-left{
        padding-left:0;
    }

    caption span{
        display:block;
        width:100%;
        float:left;
        padding-left:30px;
        position:relative;
        box-sizing:border-box;
        background:url(../Images/Indent/list-arrow.png) no-repeat left / 30px; 
    }

    .tble-design td span span b{
        color:var(--primary-color);
    }

    .text-left{
        text-align:left !important;
    }

    .text-right{
        text-align:right !important;
    }

    .text-center{
        text-align:center !important;
    }

    td.dxgv{
        color:#424951;
    }

    .dxgvFooter_Office2010Blue{
        background:#f5f5f5;
    }
    .dxgvHeader_Office2010Blue td{
        color:rgb(66, 73, 81);
    }

    .dxgvDetailRow_Youthful td.dxgvIndentCell, .dxgvDetailRow_Youthful td.dxgvDetailCell_Youthful{
        border-color:#ccc !important;
    }

    .btn-space .btn-green{
        margin-right:5px;
    }
    
    .popupTitle input{
        border:none;
       
    }

    .btn-round.btn-left-padding{
        padding-left:25px !important;
    }

    .ApprvTable .btn-round{
        float:none;
        display:inline-block;
    }

    .text-center .btn-green{
        margin:2px 0;
    }

    .dxgvPagerBottomPanel_Youthful{
        background:#f5f5f5;
    }

    .dxpLite_Youthful .dxp-summary, .dxpLite_Youthful .dxp-ellip{
        color:#666;
        padding-top:5px;
    }

    .dxpLite_Youthful .dxp-num{
        color:#424951;
        width:20px;
        height:20px;
        text-align:center;
        line-height:20px;
        border-radius:50%;
        background:#fff;
        text-decoration:none !important;
        font-family:montserrat;
    }

    .dxpLite_Youthful a:hover, .dxpLite_Youthful a.dxp-button:hover span{
        text-decoration:none !important;
        color:var(--primary-color);
    }

    .dxpLite_Youthful .dxp-current{
        color:#fff;
        background:var(--primary-color);
    }

    .dxpLite_Youthful .dxp-button.dxp-bi{
        padding-top:5px

    }

    .main-top-header{
        width:100%;
        float:left;
        background:#fff;
        box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
        position:fixed;
        top:0;
        left:0;
        z-index:101;
    }

    .dtp div.dtp-date, .dtp div.dtp-time{
        background:var(--primary-color);
    }

    .dtp > .dtp-content > .dtp-date-view > header.dtp-header{
        background:#00838b;
    }

    .dtp .p10 > a, .dtp div.dtp-actual-year{
        color:#fff !important;
    }

    .dtp table.dtp-picker-days tr > td > a.selected, .dtp .dtp-actual-meridien a.selected{
        background:var(--primary-color);
    }

    .dtp-select-hour{
        background:#424951 !important;
    }
    .text-green{
        color:var(--primary-color);
    }

    /* New Responsive  */
@media only screen and (max-width:1280px){

    .left-menu{
        width:200px;
    }

    .icon-main{
        width:80px;
        height:80px;
        background-size:auto 80px;
    }

    .left-menu h5{
        font-size:12px;
    }

.rate{
    float:right;
    color:#ff0000;
    font-size:11px;
    position:absolute;
    top:0;
    right:15px;
}



  
}
.edit-new {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
}

.track-icon {
    width: 19px !important;
    margin-left: 5px;
}

.track-icon-up{
	margin-top:-8px;
}

.inpt-dwnld{
    float:right !important;
    width:auto !important;
}

.submit-btn .inpt-dwnld input[type="file"]{
    background:none;
    color:#424951;
}

.inpt-dwnld .inline-col{
    display:inline-block;
    vertical-align:middle;
}

.inpt-width-auto{
    width:500px;
}


.inpt-width-auto input{
    width:100% !important;
}

body.indent-responsive{
    padding:15px;
}

/*31-7-2021*/



/* modal-popup */

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    text-align: center;
    background: rgba(66,73,81,0.4);
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

    .modal-header .heading, .cust-manual-popup .heading {
        margin-bottom: 0;
        color: #4C5667;
    }

    .modal-header .close {
        margin-top: 5px;
    }

.close {
    float: right;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    background: var(--primary-color);
    text-align: center;
    text-transform: capitalize;
    line-height: 25px;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    color: #fff;
}

    .close:hover {
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
        background: var(--primary-color);
    }

.btn-blue-outline {
    color: #fff;
    border: #fff solid thin;
    border-radius: 30px;
}

.btn-white i {
    width: auto;
    height: auto;
    margin-right: 7px;
    font-size: 18px;
}

.btn-blue-outline:hover {
    background: #4786D4;
}


.modal-dialog {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    float: none;
    display: inline-block;
    text-align: left;
    margin-top: 80px;
    box-shadow: 0 0 5px 0 rgba(66,73,81,0.2);
}

.modal-med {
    width: 60%;
}

.modal-small {
    width: 600px;
}


.modal-med{
    width:700px;
    max-width:90%;
}
.btn.ion-close {
    background: var(--primary-color);
    opacity: 1;
    color: #fff;
    font-size: 30px;
}

.modal-body .heading, .cust-manual-popup .heading{
    width:100%;
    float:left;
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:#ccc solid thin;
}

.modal-body .heading h2, .cust-manual-popup .heading h2{
    font-size:21px;
    font-family:"montserrat";
}

.popup-btn{
    width:100%;
    float:left;
    margin:7px 0;
}

.all-in-one-form{
    width:100%;
    float:left;
}

.all-in-one-form label{
    font-weight:normal;
}

.inpt-text{
    font-weight:600;
}


.all-in-one-form .form-group{
    width:100%;
    float:left;
    
}

.all-in-one-form .form-group:not(:last-child){
    margin-bottom:15px;
}

.cust-manual-popup{
    text-align:left;
    background: rgba(0,0,0,0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transition:none !important;
    
}

.manual-modal{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    width:768px;
    max-width:95%;
    margin:auto;
    z-index:10;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}


.manual-modal-body{
    width:100%;
    float:left;
    
    position:relative;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    border-radius: 5px;
}

.cust-modal-content{
    position:relative;
    width:100%;
    float:left;
    max-height: 60vh;
    overflow: auto;
}


.sel-unit {
    width: 10% !important;
}

.item-nm-inpt {
    width: 50% !important;
}    
   

/* 22-08-2024 start */

.cust-prpopup .heading {
    margin:0;
    padding:0;
    border:none;
}


    .cust-prpopup .heading h4 {
        margin:0;
    }

label {
    font-weight:normal;
}

.form-control-plaintext {
    font-weight:bold;
    border:none;
    padding: 0;
    box-shadow:none;
    height:auto;
}

.mb-2 {
    margin-bottom:10px;
}

.brdr-btm {
    border-bottom:#ccc solid thin;
    padding-bottom:10px;
}

.d-flex {
    display:flex;
    flex-wrap:wrap;
}
.table-header th {
    color:var(--primary-color);
}

.aprvl-col-inr {
    width:100%;
    border:#ccc solid thin;
    border-radius:5px;
    float:left;
    padding:10px;
}

.emp-dtl {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    

}

.emp-img {
    width:50px;
    height:50px;
    border-radius:10px;
    position:relative;
    overflow:hidden;
    margin-right:10px;
}

    .emp-img img {
        width:100%;
        height:auto;
    }

.emp-code-name {
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    max-width:75%;
    font-weight:bold;
    font-size:13px
}

    .emp-code-name .emp-code {
        color:var(--primary-color);
        
    }

    .emp-code-name .emp-name {
        color:#000;
        
    }

.order-approval-status {
    border-top:#ccc solid thin;
    padding-top:7px;
    margin-top:7px;
    float:left;
    width:100%;
}

.table-responsive {
    position:relative;
    overflow:auto;
}

    .table-responsive table {
        width:100%;
    }
.status-data .label {
    text-transform:uppercase;
}

.popup-cust-popup {
    position:relative;
    overflow:auto;
    overflow-x:hidden;
    max-height:65vh;
}

.cust-form-inline {
    display:flex;
    align-items:center;
}

.cust-form-inline .form-control{
    width:70%;
}

    .cust-form-inline label {
        margin-right:7px;
    }

.pr-approval-design {
    margin-top:10px;
    padding-top:10px;
    border-top:#ccc solid thin;
}

.btn-green-outline {
    border:var(--primary-color) solid thin !important;
    color:var(--primary-color) ;
    background:none !important;
    height: auto !important;
  border-radius: 30px;line-height: normal !important;
  padding: 5px 15px !important;
  width: auto !important;
  font-family: montserrat-light;
  text-transform: uppercase;

}

    .btn-green-outline:hover {
        background:var(--primary-color) !important;
        color:#fff;
    }

.btn-danger {
     border:none !important;
    

    height: auto !important;
  
  border-radius: 30px;
  line-height: normal !important;
  padding: 5px 15px !important;
  width: auto !important;
  font-family: montserrat-light;
  text-transform: uppercase;
}

.less-top-margin {
    margin-top:40px;
}

.p-0 {
    padding:0;
}

.popup-cust-popup{
    padding:0 15px;
}

.pr-approval-design {
    background:#f5f5f5;
    padding:15px;
    padding-bottom:5px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;

}

.download-header {
    display:flex;
    align-items:center;
    justify-content:flex-start;
}

    .download-header h5 {
        margin-right:15px;
    }

    .download-header a {
        text-decoration:none !important;
    }

@media only screen and (max-width:767px) {
    .modal-lg {
        width:90%;
    }
}

.no-modal-bg .modal-dialog {
  background: none;
  padding: 0;
}

/* 22-08-2024 end */

.table-sm th, .table-sm td{
    padding:5px;
    font-size:12px;
}

.cust-height-max{
    max-height:70vh;
    overflow:auto;
    position:relative;
}
.overflow-auto{
    overflow:auto;
}


    
   
