@media screen 
  and (min-width: 320px) 
  and (max-width: 640px)  {
/*.container
{
    padding-top: 25px; 
}*/ /*Command by haribabu designer 12-02-2020*/
    /*.logoutbutton{
      padding-top: 30px;
    }*/
    
    /*.poweroff{
      display:none;
    }*/
    
    
    /*.header-logo img{
    margin-left: 12px;
    margin-top: -29px;
    padding-right: 106px;
    padding-top: 6px;
    }*/ /*Command by haribabu designer 12-02-2020*/
    
    
  
    .textoff{
      display:block !important;
      color:#41aac4   ;
      font-size: 12px !important;
     margin-top:-42px;
     margin-right:-40px;
    }
  
    .pwd {
        padding-top: 40px;
        /* color:#41aac4   ; */
        font-size: 12px !important;
        text-decoration: none;
        /* float: left !important; */
        /* margin-top:-42px;*/
        /* margin-left:-60px;*/
    }
    .pwd a:hover{
        color:#41aac4    !important;
    }
  }
  
 @media print {

  table thead{
    background-color: #41aac4    !important;

    /* add this line for better support in chrome */ 
    -webkit-print-color-adjust:exact;
    -moz-print-color-adjust:exact;
  }
}

html, body
{
    padding: 0;
    margin: 0;
}
body
{
    background-color: #fff;
      /*  background-image:  url("http://10.0.0.10/AVH/images/bg_images/background.jpg"); */
        font-family: Arial !important;
    font-size: 12px !important;
    line-height: 22px;
    color: #696969 !important;
    position: relative;
    -webkit-text-size-adjust: none;
}
/* button,input,select,textarea{
    color: #696969 !important;
}  Command by hari designer 02-01-2020 */
body *
{
    text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
    line-height: 1;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
h1, h2, h3
{
    font-size: 18px;
}
h4, h5, h6
{
    font-size: 16px;
}
p
{
    margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{
    /* Removed !important in color by Ragu 05 May 2017 */
    color: inherit;
    text-decoration: underline;

}

nav:not(.mm-menu)
{
    display: none;
}
.fontsessionClor{
    
}
.header,
.content,
.footer
{
    text-align: center;
}
.header
{
    background:white; ;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    /*height: 10px;*/ /*commend hari 04-11-19*/
    padding: 0 50px;
     max-width: 100%;
    overflow-x: hidden;
    z-index: 999999;
}
.footer
{
    background:#41aac4   ;
    font-size: 12px !important;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0 !important;
    max-width: 100%;
    overflow: hidden;
}
#logout
{
    color: #41aac4   ;
}
.header.fixed
{
    position: fixed;
    top: 0;
    left: 0;
    z-index:99999;
     box-sizing: border-box;
    
}
.footer.fixed
{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index:99999;
    box-sizing: border-box;
    margin:0;
}
.header a
{
    background: center center no-repeat transparent;
    background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 3px;
    left: 10px;
    overflow: hidden;
    z-index: 99;
}
.content
{
    min-height: 350px;
    /*padding: 50px 10px;
    margin-top: 10px;*/ /*commend hari designer 04-11-19*/
    margin-top: 65px; /*Added by hari designer 19-12-19*/
    /* Added By KM on 29 Mar 2017 */
	margin-bottom : 40px;  /*Added by hari designer 07-07-20*/
}

/* Added by Josephine starts */

.panel-info > .panel-heading
{
    background-color: #41aac4    !important;
    border-color: #41aac4    !important;
    color: #fff !important;
    font-weight: bold;
    
}

#diplayresult .panel-info > .panel-heading
{
    margin-top:40px;
}

.panel-info {
    border-color: #41aac4    !important;
}

.btn {
  background: #41aac4    !important;
  background-image: -webkit-linear-gradient(top, #41aac4   , #1283B5) !important;
  background-image: -moz-linear-gradient(top, #41aac4   , #1283B5) !important;
  background-image: -ms-linear-gradient(top, #41aac4   , #1283B5) !important;
  background-image: -o-linear-gradient(top, #41aac4   , #1283B5) !important;
  background-image: linear-gradient(to bottom, #41aac4   , #1283B5) !important;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 8px !important;
  font-family: Arial !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border-color: #41aac4    !important;
}




.btn:hover {
  background: #41aac4    !important;
  background-image: -webkit-linear-gradient(top, #1283B5, #41aac4   ) !important;
  background-image: -moz-linear-gradient(top, #1283B5, #41aac4   ) !important;
  background-image: -ms-linear-gradient(top, #1283B5, #41aac4   ) !important;
  background-image: -o-linear-gradient(top, #1283B5, #41aac4    !important);
  background-image: linear-gradient(to bottom, #1283B5, #41aac4    !important);
  text-decoration: none;
  font-weight: 600;
}

/*.text-right {
    width: 50%;
    padding-right: 25px !important;
}

.text-left {
    padding-left: 0px !important;
} */ /*commend hari 04-11-19*/


.typeahead, .tt-query, .tt-hint {
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    height: 30px;
    line-height: 30px;
    outline: medium none;
    padding: 5px 5px;
        width: 175px;
}
.typeahead {
    background-color: #FFFFFF;
}
.typeahead:focus {
    border: 2px solid #0097CF;
}
.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
    color: #696969;
}
.tt-dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
    width: 200px;
}
.tt-suggestion {
    line-height: 20px;
    padding: 3px 15px;
}
.tt-suggestion.tt-is-under-cursor {
    background-color: #0097CF;
    color: #FFFFFF;
}
.tt-suggestion p {
    margin: 0;
        text-align: left !important;
}
.typeahead-list > li > a {
    color: #696969 !important;
}


/* Added by Josephine end here */

/* Added by Jeya Prakash  starts here*/


.menu-content
{
    background-color: #00B5F2;
    height: 100px;
    line-height: 1;
    margin: 20px;
    text-align: center;
    width: 100px;
    color: #ffffff;
    border-radius: 20px;
   /* -webkit-box-shadow: 3px 5px 5px 1px rgba(70,151,201,1);
    -moz-box-shadow: 3px 5px 5px 1px rgba(70,151,201,1);
    box-shadow: 3px 5px 5px 1px rgba(70,151,201,1);*/
}
.menu-content a
{
    color:white;
    text-decoration:none !important;
}

/*.menu-icon-dashboard{
    display: block;
    height: 100px;
    align-items: center;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 12px;
    margin: 10px 0;
    padding: 23px 0 15px 0;
    line-height: 14px;
}*/
.menu-icon-dashboard {
    display: block;
    height: 110px;
    align-items: center;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 12px;
    margin: 10px 0;
    padding: 12px 5px 10px 5px;
    line-height: 14px;
    color: #2f2f2f !important;
}
.menu-icon-dashboard i{
    font-size: 30px;
    margin-bottom: 6px;
    display: block;
}
.menu-icon-dashboard:hover{
    border-radius: 5px;
    color: #696969;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.menu-icon-dashboard:hover{
    box-shadow: 0 0.5rem 1rem #41aac460 !important;
}
.menu-icon-dashboard .dbtitle{
    font-size: 13px;
    color: #41aac4    !important;
    display: block;
    margin-bottom: 4px;
    color: #41aac4    !important;
}
.menu-icon-dashboard .dbdestitle{
    font-size: 11px;
    color: #a9a9a9;
}

/*.menu-content-dashboard
{
    height: 134px;
    line-height: 0;
    margin: 20px;
    text-align: center;
    width: 130px;
    color: #000000;
    border-radius: 20px;
}
.menu-content-dashboard a
{
    color: #000000;
    text-decoration:none !important;
}
.menu-icon-dashboard
{
    font-size: 40px !important;
    padding: 4px;
    margin-top: 6px;
    box-sizing: border-box;
}
.stlfont
{
    font-weight: 700;
    font-size:15px;
    font-family: "Times New Roman", Times, serif;
    line-height: 2;
}*//*command by hari 03-12-19*/

.heightsimp
{
    margin-bottom: 0;
    min-height: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.menu-icon
{
    font-size: 40px !important;
    padding: 4px;
    margin-top: 6px;
}
.stlfont-dashboard
{
    font-weight: 700;
    font-size:12px;
    font-family: "Times New Roman", Times, serif;
    line-height: 3;
}
.mm-menu li .fa {
   font-size: 12px;
    margin: 0 20px 0 5px;
    /*width: 12px;*/
}
.mm-menu li [class*="icon-"]{
    font-size: 12px;
    margin: 0 20px 0 5px;
    display: inline-block;
}
.menufunctionPad{
    padding-left: 20px;
}


.page-row
{
    padding:10px;
}

.menu-company:hover
{
    background-color: #bfe390;
    color: #00cccc;
    cursor: pointer;
    overflow: hidden;
}

.menu-group:hover
{
    background-color: #e96ecb;
    color: #ffcccc;
    cursor: pointer;
}

.menu-branch:hover
{
    background-color: #d70f61;
    color: #ff6666;
    cursor: pointer;
}

.menu-dept:hover
{
    background-color: #54a04d;
    color: #66ff66;
    cursor: pointer;
}

.menu-country:hover
{
    background-color: #37d1ad;
    color: #990099;
    cursor: pointer;
}

.menu-city:hover
{
    background-color: #e0e317;
    color: #009999;
    cursor: pointer;
}

.menu-state:hover
{
    background-color: #ff6666;
    color: #009900;
    cursor: pointer;
    overflow: hidden;
}

.menu-area:hover
{
    background-color: #dd3617;
    color: #ff6666;
    cursor: pointer;
}

#addSalutation input
{
    text-transform:uppercase;
}
#addGender input
{
    text-transform:uppercase;
}
#editGender input
{
    text-transform:uppercase;
}
#editGender #txtGenderCode
{
    float:left;
    margin-left: 2px;
}

#editSalutation #txtSalutationCode
{
    float:left;
    margin-left: 2px;
}

.top_nav
{
    margin-bottom: 10px !important;
}

#ajax-message .alert-danger
{
background-color : transparent !important;
border-color:transparent !important;
color : #ffffff !important;
}
.alert-message
{
    background-color: #000000;
    border-color: #ebccd1;
    border-radius: 4px;
    color: #ffffff;
    /*padding: 15px;*//*Command by hari designer 01-01-2020*/
    padding: 5px;/*Command by hari designer 01-01-2020*/
    font-weight:bold;
}

.glyphicon-percent:before {
    content: "%";
}

.glyphicon-minutes:before {
    content: "minutes";
}

.wrap-text {
    word-break: break-all;
}
.table-scroll{
    height:200px;
    overflow:scroll;
    overflow-x: hidden;
}

.def-row{
    width:310px;
    position:relative;
    padding-left:15px;
    padding-right:15px;
    float:left;
}

.modal.fade.in {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

/* Added by Jeya Prakash  end here*/


/* Added by Azhar starts here*/


.header-link
{
    background: #41aac4   ;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    /*line-height: 40px;*/ /*Command by haribabu designer 12-02-2020*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 50px;
    position: fixed;
/*     overflow: hidden; */
    z-index: 99999;
    box-shadow: -2px 0px 4px #41aac4    ;
}

.header-link a {
    text-decoration: none;
}
.header-link a:hover {
    color: #fff;
    text-decoration: none;
}

#tablePagination_perPage{
    float: left;
    font-weight: bold;
    color: #41aac4   ;
}

#tablePagination_paginater{
    float: right;
    font-weight: bold;
    color: #41aac4   ;
}

.hideSearch{
        display: none !important;
    }
<!--#listfavoriate{
    background: !important;
}
#listfavoriate li a{

    color:  !important;
}
#listfavoriate li a:hover{
    color: #000000 !important;
}-->
/* Added by Azhar end here*/


/* Added by Veena starts here*/
.intuit_logo img {
    float:left;
    height: 40px;
    max-height: 40px !important;
    max-width: 100px !important;
    width: 116px;
    margin-left: -49px;
}

/*.header-logo img  {
    height: 100%;
    max-height: 100% !important;
    max-width: 200% !important;
    width: 200%;
}
.headersimplex{
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -3px;
    height: 42px;
    width: 112px;
    
}*/ /*Command by haribabu designer 12-02-2020*/
.logoutbutton
{
    float:right !important;
    padding-right:2px !important;
    color:red !important;
    font-size:20px !important;
    
}

.pwd
{
    float:right;
    padding-right:18px;
}
.existingRow{
    outline : 1px solid #A94442;
    background-color:#F2DEDE !important;
}
.sortingorderpoint{
    cursor: pointer;
}

.set_width{
    width: 95% !important;
    margin-left: 5px;
}

.set_label{
    margin-left: 5px;
}
.container_top
{
    margin-top:-14px;
}

.set_panel_height
{
    height: 44px;
}
/*
.table thead tr th{
    color: #fff !important;
}*/

/* Added by Veena end here*/

/* Added By Kuringi on 25 Nov 2011*/
.cus-thm-checkbox {
    border-bottom: 2px solid #41aac4    !important;
}

/*Added by Haribabu designer start here*/
.btn-theme{background-color: #41aac4    !important; border-color: #41aac4    !important; }

.nav-tabs-cus > li.active > a, .nav-tabs-cus > li > a:hover { color: #41aac4    !important; }
.nav-tabs-cus > li > a::after { background: #41aac4    !important;}

.ui-tabs-cus > .ui-tabs-nav-cus > li.ui-tabs-active.ui-state-active, .ui-tabs-cus > .ui-tabs-nav-cus > li.ui-tabs-active.ui-state-active > a, .ui-tabs-cus > .ui-tabs-nav-cus > li.ui-state-hover, .ui-tabs-cus > .ui-tabs-nav-cus > li.ui-state-hover > a{ color: #41aac4    !important; }
.ui-tabs-cus > .ui-tabs-nav-cus > li > a::after { background: #41aac4    !important;}

.panel-cus > .panel-heading{border-bottom: 2px solid #41aac4    !important;}

.sidebar-nav > li.active > a, .sidebar-nav > li > a:hover{color: #41aac4    !important;}
.sidebar-nav > li > a::after { background: #41aac4    !important;}

.fieldset-cus{ border: 1px solid #41aac460 !important }

.srcblkribbon{background-color: #41aac4    !important;}
.srcblkribbon:before{border-right: 9px solid #41aac4    !important;}

.hr-theme{ border-color: #41aac4    !important; }

.text-theme{color: #41aac4    !important;}

.border-theme{border: 1px solid #41aac4    !important;}

.bg-theme{background-color: #41aac4    !important;}

.bg-theme-light{
    background-color: #41aac430 !important;
}

.table-theme>thead>tr>th, .table-theme>tbody>tr>th{
    background-color: #41aac4    !important;
    color: #fff !important;
}

.table-theme-light>thead>tr>th, .table-theme-light>tbody>tr>th{
    background-color: #41aac430 !important;
}

.btn-group-toggle>.btn-toggle.active{
    background-color: #41aac4    !important;
}

.pre-reset{
    background-color: unset !important;
    border: unset !important;
    padding: 0 !important;
    margin: 0 !important;
    white-space: pre-wrap !important;
    font-family: Arial !important;
}

@media (max-width: 768px) {
    .content{
        margin-top: 40px;
    }
}

.loader>.loader-container>.loader-inner>.spinner{
    box-shadow: 0 0 8px #41aac4    !important;
}
.loader>.loader-container>.loader-inner>.icon-logo{
    color: #41aac4    !important;
}
.m-signature-pad.signature-pad-cus{
    background-color: #41aac4    !important;
}
/*Added by Hari end here*/