﻿@font-face {
    font-family: 'Open Sans';
    src: url(Open_Sans/OpenSans-Regular.ttf);
}
@font-face {
    font-family: 'Open Sans Bold';
    src: url(Open_Sans/OpenSans-Bold.ttf);
    font-weight: bold;
}
@font-face 
{
    font-family: 'Hindi';
    src: url(Kruti_Dev_010.ttf);
    }
*{
   box-sizing: border-box;
  -moz-box-sizing: border-box;
    }
    
body.wrapper {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    padding-bottom: 40px;
}
body.noVis
{
    overflow: hidden;
    }
 html.loadState
 {
     overflow: hidden;
     position: relative;
     }
  html.loadState:before
  {
      content: "";
    position: fixed;
        left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    margin: auto;
    background: url("../Images/new tiles/giphy.gif");
    background-size: 80px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center;
      }
   
.loginBox_ {
    margin: 15px auto;
    /* width: 350px; */
    background: #ffffff;
    padding: 25px;
    box-shadow: 0 2px 8px #858585;
    border-radius: 3px;
    border: 1px solid #ffffff;
    font-family: Arial;
    font-size: 14px;
    max-width: 400px;
    margin: 0 auto;
    padding: 7px 20px 30px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #555555;
    box-shadow: 0 1px 30px #cccccc;
    margin-top: 10px;
}
.text {
    height: 28px;
    width: 100%;
    border: 1px solid #d3d3d3;
    padding: 0 8px;
    font-size: 14px;
    color: #555555;
    border-radius: 2px;
    font-family: 'Open Sans';
}
.loginBox_ > div {
    position: relative;
    padding: 0px 0 4px 0;
    margin-top: 15px;
}
.loginBox_ > div img {
    position: absolute;
    top: 0;
    width: 16px;
    left: 0;
    padding: 0px;
    width: 44px;
    height: 44px;
    padding: 13px;
    border: 1px solid #e7e2e2 !important;
    background: #ffffff;
}
.loginBox_ > div img.pass_icon_{

}
.loginBox_ > div img.phone_icon_
{
    }
.loginBox_ > div .text
{
    font-family: arial;
    font-size: 14px;
    height: 44px;
    padding-left: 48px;
    border: 1px solid #e7e2e2;
    /* border-radius: 4px; */
    -webkit-box-shadow: 3px 3px 3px #e7e2e2;
    box-shadow: 3px 3px 3px #e7e2e2;
        background-color: #ffffff;
    }
.radioContrl_ table
{
    margin: 0 auto;
    display: block;
    border-collapse: collapse;
    }
.topLogBx_, .topLogBx_ span {
    text-align: center;
    color: #ff0000 !important;
    font-family: 'Open Sans', sans-serif !important;
}
.topLogBx_, .topLogBx_ span.noteInfo
{
    color: #28166f !important;
    }
.topLogBx_ span[id*=lblHead0]
    {
        color: #28166f !important;
        }
.topLogBx_ img
{
    height: 100px;
    }
.wrapper {
    /*background-color: #1cb8a1;*/
    background-color: #e3e8ec !important;
}
.btns_ {
    background: #1cb8a1;
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
    border-radius: 3px;
    margin-top: 10px;
    border-radius: 25px;
    transition: all .3s;
}
.btns_:hover {
    background: #28166f;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.fullBtn
{
    width: 100%;
    }
.loginBox_ .fullBtn
{
     width: 100%;
    max-width: 150px;
    float: right;
}
.loginBox_ .fullBtn:active
{
    box-shadow: none;
    }
.errorShow span {
    max-width: 500px;
    margin: 0 auto;
    background: #faffd6;
    color: #ff0000;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0 1px 6px #999999;
    display: block;
}
.radioContrl_ input[type=radio]
{
    display: none;
    }
.radioContrl_ label {
    padding: 15px 5px;
    border: 1px solid #28166f;
    margin-bottom: 0px;
    display: inline-block;
    float: left;
    font-size: 12px;
    margin-left: 0px;
    background: #28166f;
    color: #ffffff !important;
    border-radius: 0;
    min-width: 47px;
    text-align: center;
    border: 0;
    /* border-bottom: 3px solid #1cb8a1; */
    margin-right: 2px;
}
.radioContrl_ input[type=radio]:checked + label {
    background: #1cb8a1;
    color: #ffffff !important;
    border-color: #1cb8a1;
}
.radioContrl_ label:hover {
    background: #1cb8a1;
    border-color: #1cb8a1;
}
.radioContrl_ tr
{
    display: inline-block;
    }
.radioContrl_ tr td {
    float: left;
    padding: 0;
}
/*input, textarea,select {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
}
 
input:focus, textarea:focus,select:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}*/
.pageContent_ {
        background: #e3e8ec !important;
    color: #555555;
    margin: 5px auto;
    padding: 5px;
    box-sizing: border-box;
    font-size: 1em;
    width: 1150px;
    margin-top: 50px;
    padding-top: 38px;
    width: 100%;
    max-width: none !important;
}
.pageContent_ > * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/*
.pageContent_ :after {
    content: "";
    clear: both;
    display: block;
}*/
.pageContent_ h1 {
   font-weight: 700;
    color: #1cb8a1;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    padding-top: 0;
    padding-bottom: 0;
    padding: 2px 0;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    margin: 0px 0;
    position: fixed;
    top: 50px;
    width: 1130px;
    line-height: 1.4;
    z-index: 9999;
    width: 100%;
    left: 0;
    right: 0;
    padding: 5px 0;
    height: 34px;
    background: #1cb8a1; /* Old browsers */
background: -moz-linear-gradient(45deg, #1cb8a1 2%, #28166f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #1cb8a1 2%,#28166f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #1cb8a1 2%,#28166f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb8a1', endColorstr='#28166f',GradientType=1 );
    background: #e3e8ec;
}
.pageContent_ h1 .small
{
    font-size: 15px;
    color: #28166f;
    }
.UserInfoOptn_ > div {
        float: left;
    padding: 3px 0;
        margin-top: 5px;
}
.UserInfoOptn_ > div > span {
        display: block;
    font-size: 18px;
    margin-bottom: 2px;
}
.UserInfoOptn_ > div.userMenuLn {
    float: right;
    position: relative;
    margin-top: 12px;
}

.pageContent_ table.data_ span, .pageContent_ table.data_ label {
    color: #555555 !important;
}
.pageContent_ table.data_ {
    border-collapse: collapse;
    width: 100%;
}
.pageContent_ table.data_ table
{
    width: 100%;
    }
.pageContent_ table.data_ table tr td
{
    padding: 5px;
    border: 1px solid #e6e6e6;
    }
 
.userMenuBtns {
       padding: 14px 0;
    width: 150px;
    background: #fff;
    border: 1px solid #fff;
    border-color: rgb(255, 255, 255);
    color: #000;
    -webkit-box-shadow: 0 2px 12px #b3b3b3;
    box-shadow: 0 2px 12px #b3b3b3;
    display: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 26px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: text;
    z-index: 999;
}
.UserInfoOptn_ > div.userMenuLn:hover > a + .userMenuBtns {
    display: block;
}
.userMenuBtns input, .userMenuBtns > a {
    width: 100%;
    text-align: left;
    background: #ffffff;
    border: 0;
    padding: 6px 10px;
    color: #777777;
    outline: none;
    font-size: 1em;
    display: block;
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}
.userMenuBtns input:hover,.userMenuBtns > a:hover {
    color: #ffffff;
    background: #1cb8a1;
    background: -moz-linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(46,220,194,1)), color-stop(100%, rgba(28,184,161,1)));
    background: -webkit-linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%);
    background: -o-linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%);
    background: linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb8a1', endColorstr='#2edcc2',GradientType=1 );
    }
.hodTree_ {
    margin-bottom: 10px;
}
.hodTree_ table a {
       font-size: 1em;
    color: #ffffff;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background: #1cb8a1;
    padding: 0px;
    border-radius: 20px;
    padding: 4px 10px;
    display: block;
	    white-space: normal;
		font-weight: bold;
    box-shadow: 0 2px 3px 0 #8e8e8e;
}
.hodTree_ table tr:first-child td:first-child a {
    background: #ffffff;
    margin-right: 7px;
    width: 30px;
    text-align: center;
    padding: 5px 0px;
}
.UserInfoOptn_ > div.userMenuLn > a {
        text-decoration: none;
    padding: 3px 20px;
    color: #000000;
    height: 22px;
    background-color: #ffffff;
    border: none;
    display: block;
    transition: all .3s;
    border-radius: 22px;
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1em;
    /* box-shadow: 0 1px 5px 0 rgba(57,73,76,.35); */
    border: 1px solid #cccccc;
}
.UserInfoOptn_ > div.userMenuLn:hover > a {
        background-color: #ffffff;
    border-color: #1cb8a1;
    color: #1cb8a1;
}
.section_ {
    clear: both;
    margin-top: 5px;
}
.UserInfoOptn_:after {
    content: "";
    display: block;
    clear: both;
}
table tr td span, table tr td label {
    color: #000000 !important;
}
.pageContent_ table.data_ table {
    border-collapse: collapse;
    width: 100%;
}
.userMenuBtns:before {
        content: "";
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    border: solid #ff0000;
    border: solid #f7f7f7;
    border-width: 1px 0px 0px 1px;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    position: absolute;
    top: -4px;
    right: 10px;
    background: #ffffff;
}
.UserInfoOptn_ {
        background: #ffffff;
    padding: 0px 10px;
    color: #565656;
    width: 1150px;
    margin: 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
    margin-top: 0;
    height: 50px;
    width: 100%;
}
.UserInfoOptn_ .hodTree_ {
    clear: both;
    width: 100%;
    padding: 0;
    background: #f7ffdb;
    margin-bottom: 5px;
}

.attdTabl_ {
    width: 100%;
    text-align: left;
    font-size: 14px;
    border: 1px solid #d7d7d7;
    margin: 7px 0;
}
.attdTabl_ tr th, .attdTabl_ tr td {
    border: 0;
    padding: 3px 10px;
    text-align: left;
    width: 20%;
    vertical-align: top;
    background: #ffffff;
}
.attdTabl_ tr th:nth-of-type(odd), .attdTabl_ tr td:nth-of-type(odd) {
    background: #eeeeee;
}
.attdTabl_ tr td {
    border-bottom: 1px solid #cccccc;
    padding: 10px 10px;
}
.attdTabl_ tr th a,.attdTabl_ tr th {
    color: #1cb8a1 !important;
    text-decoration: none;
    font-size: 16px !important;
    font-weight: normal;
}
.attdTabl_ tr td span {
        color: #686868 !important;
}
.section_ input[type=button], .section_ input[type=submit] {
    background: #ffffff !important;
    font-weight: normal !important;
    float: right;
    margin-left: 5px;
    height: 30px;
    color: #28166f !important;
    min-width: 125px;
    border: 1px solid #dbdbdb !important;
    transition: all .2s;
    font-size: 13px;
    font-family: "Open Sans";
}
.section_ input[type=button].passBill_, .section_ input[type=submit].passBill_ {
    position: relative;
    /* background-color: transparent !important; */
    background: url(../newImages/icons/billPass.png) !important;
    background-size: 16px !important;
    background-repeat: no-repeat !important;
    background-position: 3px 2px !important;
    background-color: #ffffff;
    float: left;
    min-width: auto;
    padding: 0 7px;
    padding-left: 27px;
    height: 26px;
}
.section_ .griddataTabl_ input[type=button], .section_ .griddataTabl_ input[type=submit] {
        float: none;
    margin: 3px 0;
    background: #ffffff !important;
    color: #28166f !important;
    border: 1px solid #e7e2e2 !important;
    border-radius: 0;
    min-width: auto;
    font-family: 'Open Sans';
}
.griddataTabl_ input[type=file] {
    margin: 5px 0;
    width: 170px;
    font-size: 1em;
    border: 0;
    font-family: Verdana, Helvetica, Arial, sans-serif !important;
}
.section_ .griddataTabl_ input[type=button]:hover, .section_ .griddataTabl_ input[type=submit]:hover {
    background: #ffffff !important;
    box-shadow: 0 1px 8px #606060;
    color: #000000 !important;
}
.secIn_ > div {
    /*border: 1px solid #dbdbdb;*/
    padding: 5px;
    margin-bottom: 5px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    /*3px 3px 3px #e7e2e2;
    border-bottom: 2px solid #cbcbcb;*/
}
.secIn_ > div:hover {
    /*background: #eeeeee;*/
}
.secIn_ > div:after {
    content: "";
    /*clear: both;*/
    display: block;
}
.section_ input[type=button]:hover, .section_ input[type=submit]:hover {
       background: #1cb8a1 !important;
    color: #ffffff !important;
}
.section_ input[type=button].passBill_:hover, .section_ input[type=submit].passBill_:hover
{
    background: url(../newImages/icons/billPass.png) !important;
    background-size: 16px !important;
    background-repeat: no-repeat !important;
    background-position: 3px 2px !important;
    background-color: #ffffff;
    color: #28166f !important;
    border-color: #28166f !important;
    }
.gridDataWrap_ {
        padding: 0px 0px;
    /* overflow: auto; */
    clear: both;
    position: relative;
    width: 100%;
    /* height: 350px; */
    background: #ffffff;
    margin: 15px 0;
      /*  box-shadow: 0 2px 8px 0 rgba(0,0,0,.3);*/
}
.griddataTabl_[id*="xthf"]	
{
    z-index: 999;
    }
strong.hlt_ {
    background: -webkit-linear-gradient(top, #86ffed 0%,#0a927e 100%);
    background: linear-gradient(to bottom, #86ffed 0%, #0a927e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86ffed', endColorstr='#0a927e',GradientType=0 );
    background: #e7e2e2;
    margin-top: -1px;
    margin-right: 2px;
    border-radius: 3px;
    width: 35px;
    height: 27px;
    display: inline-block;
    text-align: center;
    /*color: #28166f;*/
    padding: 3px 5px;
    font-size: 1em;
    /* text-shadow: 0 1px 3px #28166f; */
    font-weight: normal;
    border-bottom: 2px solid #bbbbbb;
}
.radioSelTp_
{
    clear: both;
    border-collapse: collapse;
    margin-top: 5px;
    }
.radioSelTp_ tr td
{
    display: inline-block;
    }
.radioSelTp_ input {
    display: none !important;
}
.radioSelTp_ label {
   display: block;
    padding: 2px 9px;
    background: #ffffff;
    font-size: 1em;
    text-align: center;
    font-weight: normal;
    border: 1px solid #e5e5e5;
    margin: 2px 0;
    margin-left: 0;
    border-radius: 16px;
    margin-right: 2px;
    min-width: 60px;
    height: 20px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    /*box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
     
    display: block;
    padding: 5px 9px;
    background: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    border: 1px solid #cdcdcd;
    margin-left: 0;
    border-radius: 0;
    margin-right: -3px;
    min-width: 60px;
    font-family: "Open Sans Bold";
*/
    
}
.radioSelTp_ label:hover {
    /*background: #d1caca;
    color: #474747 !important;
    border-color: #d1caca;
    */
    background: #d7d7d7;
    color: #474747 !important;
    border-color: #d7d7d7;
    
}
.radioSelTp_ input[type=radio]:checked + label {
    
    background: #909090 !important;
    color: #ffffff !important;
    border-color: #909090;
    /*
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #000000;*/
    
}
.radioSelTp_ label:before {
    /*content: "";*/
    width: 10px;
    height: 10px;
    background: #ffffff;
    display: block;
    float: left;
    margin-top: 2px;
    margin-right: 4px;
    border-radius: 50%;
    border: 1px solid #999999;
}
.radioSelTp_ input[type=radio]:checked + label:before {
    /*content: "";*/
    width: 10px;
    height: 10px;
    background: #ffffff;
    display: block;
    float: left;
    margin-top: 2px;
    margin-right: 4px;
    border-radius: 50%;
    border-color: #ffffff;
}
.radioSelTp_ tr td span {
    background: none !important;
    width: auto !important;
    border: 0px !important;
}
.inlnSelectn {
    background: #ffffff;
    padding: 0px;
    margin: 7px 0;
}
.inlnSelectn > div {
    margin-bottom: 6px;
    float: left;
    padding: 3px;
}
.inlnSelectn > div >span {
    display: block;
    font-size: 13px;
}
.inlnSelectn select {
    width: 140px !important;
    height: 24px !important;
}
.inlnSelectn:after {
    content: "";
    clear: both;
    display: block;
}
.griddataTabl_ {
       width: 100%;
    border: 0px solid #7f7f7f;
    background: #ffffff;
    font-family: Verdana, Helvetica, Arial, sans-serif !important;
    margin: 0 auto;
    border-collapse: collapse;
}
.griddataTabl_.dataTable tbody td, .griddataTabl_ > tbody > tr > td {
    font-size: 1em;
    vertical-align: top;
    border: 0;
    border: 1px solid #e2e2e2;
    color: #777777 !important;
    padding: 10px 5px;
}
.griddataTabl_.dataTable th, .griddataTabl_ th {
        vertical-align: top;
    text-align: left;
    font-weight: bold;
    font-size: 1em;
    padding: 10px 5px;
    border: 0;
    background: #1cb8a1;
    color: #ffffff !important;
    border: 1px solid #29ad99;
    text-decoration: none;
    background-image: none !important;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    /*text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
}
.griddataTabl_ th a
{
   color: #ffffff !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em !important;
    margin: 0;
	white-space: normal;
    }
   .griddataTabl_ th a:hover
   {
       color: #ffffff !important;
       }
/*
.griddataTabl_ > tbody > tr:nth-of-type(even) > td
{
        background-color: #f0f0f5;
    }
*/
   .griddataTabl_ > tbody > tr:nth-of-type(even)
{
        background-color: #f0f0f5;
    }
.griddataTabl_ > tbody > tr > td > span,.griddataTabl_ > tbody > tr > td {
       color: #202020 !important;
       /*word-break: break-all;*/
}
.griddataTabl_ > tbody > tr:hover > td > span,.griddataTabl_ > tbody > tr:hover > td {
    color: #000000 !important;
}
.griddataTabl_ > tbody > tr:hover > td {
        background: #D4E5F6;
    border-color: #c0d2e4;
}
.griddataTabl_ > tbody > tr.pagger_ > td > table > tbody > tr > td > span, .griddataTabl_ > tbody > tr.pagger_ > td > table > tbody > tr > td > span{
   background: #1cb8a1;
    color: #ffffff !important;
    padding: 3px 0px;
    display: block;
    border-radius: 2px;
    font-family: "Open Sans Bold";
    border: 1px solid #1cb8a1;
    width: 22px;
    text-align: center;
}
.griddataTabl_ > tbody > tr.pagger_ table tr > td > a,.griddataTabl_ > tbody > tr.pagger_ table  tr > td > a
{
        text-decoration: none;
    padding: 3px 3px;
    display: block;
    border: 1px solid #e7e2e2;
    width: 22px;
    text-align: center;
    border-radius: 2px;
    color: #1cb8a1 !important;
    background: #ffffff;
    font-family: "Open Sans Bold";
    margin: 0;
    }
   .griddataTabl_ > tbody > tr.pagger_ table tr > td > a:hover, .griddataTabl_ > tbody > tr.pagger_ table tr > td > a:hover {
    background: #f0eded;
    color: #28166f !important;
}
.griddataTabl_ > tbody > tr:first-child table,.griddataTabl_ > tbody > tr:last-child table
{
    /*background: #dfdfdf !important;
    display: block;
    margin: -5px;*/
    }
 .module_Row_ {
    /*max-width: 800px; */
    margin: 10px 0;
    /*background: #ededed;*/
    float: left;
    width: 100%;
    /*border: 1px solid #dddddd;*/
}
.module_Row_ > div {
        float: left;
    width: 13.28%;
    height: 95px;
    overflow: hidden;
    text-align: center;
    margin: .5%;
    position: relative;
    /*border: 1px solid #ededed;
     border: 0; */
    box-shadow: 0 2px 2px 0 rgb(197, 210, 220), 0 0 0 1px rgb(219, 228, 234);
    padding: 10px 2px;
    border-radius: 0px;
    transition: all 200ms;
    background: #ffffff;
}
.griddataTabl_ > tbody > tr > td i.fa {
   /* color: #999999;
    font-size: 13px;
    padding: 6px 7px;
    background: #ffffff;
    width: 25px;
    height: 25px;*/
}
.griddataTabl_ > tbody > tr > td i.fa:hover {
    color: #000000;
}

.module_Row_ > div > a {
    padding: 10px 2px;
    border-radius: 0px;
    transition: all 200ms;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #000000;
    text-decoration: none;
    transition: all 200ms;
}
.module_Row_ > div > a i {
    display: block;
    text-decoration: none;
    font-size: 45px;
}
.module_Row_ > div > a:hover
{
    /*padding: 5px 2px;
    color: #ffffff;*/
    }
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top: 5px !important;
    left: 4px !important;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid #ffffff !important;
    border-radius: 14px;
    box-shadow: 0 0 3px #7f7f7f !important;
    box-sizing: content-box;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    line-height: 15px !important;
    content: '+';
    font-weight: bold !important;
    font-size: 17px !important;
    background-color: #1cb8a1 !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before
{
    background-color: #d33333 !important;
    }
.griddataTabl_.dataTable tfoot th {
    background: #ffffff;
    border: 1px solid #e7e2e2;
    padding: 2px 2px;
}
.griddataTabl_.dataTable tfoot th input[type=text] {
    width: 100%;
    min-width: 100px;
    box-shadow: none;
    padding: 2px 3px;
    border: 0 !important;
}
.gridDataWrap_ .dataTables_wrapper .dataTables_paginate .paginate_button.current,.gridDataWrap_ .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
{
        border: #1cb8a1 1px solid !important;
    background-color: #1cb8a1 !important;
    }
.gridDataWrap_ .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #1cb8a1 !important; 
    background: #ffffff;
    }
 .dataTables_wrapper
 {
         background: #ffffff;
     }
 .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    font-size: 1em;
    padding: 5px;
}
.dataTables_wrapper select, .dataTables_wrapper input {
    padding: 0.2em !important;
    font-size: 12px;
    height: 20px;
}
.module_Row_ > div:hover
{
        background: #1cb8a1;
    background: -webkit-linear-gradient(top, #86ffed 0%,#0a927e 100%);
    background: linear-gradient(to bottom, #86ffed 0%, #0a927e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86ffed', endColorstr='#0a927e',GradientType=0 );
    background: #1cb8a1;
    padding: 5px 2px;
    border-color: #1cb8a1;
    border-width: 2px;
    background: #28166f;
    border: 0;
    }
.module_Row_ > div input[type=image] {
        max-width: 132px;
    padding: 0px;
    /* border-radius: 50%; */
    /* height: 52px; */
    width: 40px;
    /* background: #ffffff; */
    cursor: pointer;
    /* border-bottom: 1px solid #d6d6d6 !important; */
    padding-bottom: 13px;
    border-radius: 0;
}
.module_Row_ > div h2 {
        /* position: absolute; */
    z-index: 1;
    /* top: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    color: #ffffff;
    background: rgba(0, 0, 0, 0);
    /* opacity: 0; */
    margin: 0;
    transition: all 200ms;
}
.MDitem
{
    font-size: 1em !important;
    }
.module_Row_ > div:hover a {
    /*color: #ffffff;*/
}
.module_Row_ > div h2 a,.module_Row_ > div h2 {
    color: #808080;
    text-decoration: none;
    display: block;
    position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 10px;
    padding: 3px 7px;
    font-size: 1.2em;
    /* text-shadow: 0 1px 1px #999999; */
    transition: all 200ms;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
}
.module_Row_ > div:hover h2 {
   /*background: rgba(0, 0, 0, 0.77);
    opacity: 1;*/
    bottom: 5px;
}
.module_Row_ > div:hover h2 span {
    color: #ffffff;
}
.carousel {
    float: left;
    padding: 0 15px;
    background: #ffffff;
    margin: 10px 0;
}
.module_Row_,.module_:after
{
    content:"";
    clear: both;
    display: block;
    }
.slidetext {
    color: #1cb8a1;
    font-family: arial;
    font-size: 12px;
}
.carousel-inner span > span {
    color: #1cb8a1 !important;
}
.carousel-inner span {
    color: #28166f !important;
    font-weight: bold;
}
.carousel-inner>.item
{
    padding: 10px;
    }
.carousel-inner {
    /*border: 3px solid #1cb8a1;*/
}
.griddataTabl_ .link {
         text-decoration: underline;
    padding: 0;
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    border-radius: 2px;
    border: 0px solid #ffffff;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    font-family: Verdana, Helvetica, Arial, sans-serif !important;
    color: #3da3f5 !important;
    margin-right: 5px;
}
a.editBtn_:before {
    content: "edit";
    }
a.viewBtn_:before {
    content: "view";
}
a.delBtn_:before {
    content: "delete";
}
a.print_:before {
    content: "print";   
}
.errorView:before
{
    content: "View Error";
    }
.fieldsForm_ > div .griddataTabl_ tr td, .fieldsForm_ > div .griddataTabl_ tr td span {
    font-size: 12px !important;
    font-family: 'Open Sans Bold';
    font-weight: normal;
    color: #888888 !important;
}
a.viewBtn_:before,a.delBtn_:before,a.editBtn_:before,a.print_:before,.errorView:before
{
        font-size: 10px;
    text-transform: uppercase;
    -webkit-transform: translate(0px,-50%);
    transform: translate(0px,30%);
    opacity: 0;
    -webkit-transition: all .18s ease-out .18s;
    transition: all .1s ease-out .1s;
        position: absolute;
    background: #00000099;
    color: #ffffff;
    padding: 5px 12px 6px 12px;
    display: block;
    margin-left: -50%;
    border-radius: 2px;
    font-weight: normal;
    display: block;
    font-family: verdana;
    bottom: calc(100% + 5px);
        margin-left: -25%;
        text-align: center;
            z-index: 99;
    }
.fieldsForm_ > div .griddataTabl_ .selt_:after {
    padding: 10px 0;
}
a.viewBtn_:hover:before,a.delBtn_:hover:before,a.editBtn_:hover:before,a.print_:hover:before,.errorView:hover:before
{
        -webkit-transform: translate(0px,-50%);
    transform: translate(0px,0);
    opacity: 1;
    }
.griddataTabl_ .link:hover {
    /*background: #1cb8a1; */
     border-color : #08a089;
    color: #000000 !important;
    /*text-decoration: underline;*/
}
.griddataTabl_ .link:hover i.fa {
    color : #08a089;
}
.note_ {
    color: #ff0000;
    padding: 0 0;
    font-size: 1em;
    /*background: #ffe9e9;*/
}
.note_ span {
    display: block;
}
.hgLght_ {
    font-size: 14px;
    background: #eeeeee;
    text-align: center;
    margin-bottom: 5px;
}
.hgLght_ > div {
    padding: 3px 0;
}
.loginBox_ h2 {
    margin: 6px 0;
    text-align: center;
    font-size: 17px;
    color: #1cb8a1;
}
.reqSt_ {
    position: absolute;
    top: 16px;
    right: -10px;
    font-size: 20px;
    color: #ff0000 !important;
}
.bc_btn_
{
        color: #1cb8a1;
    background-color: white;
    border: 1px solid #1cb8a1;
    font-family: Microsoft Sans Serif;
    font-size: 14px;
    font-weight: normal;
    border-radius: 2px;
    height: 33px;
    width: 74px;
    float: left;
    margin-top: -18px;
    }
    
 /*

.gridDataWrap_ {
    position: fixed;
    background: rgba(0, 0, 0, 0.64);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
}
.gridDataWrap_ > div {
    background: #ffffff;
}


*/
.griddataTabl_ .new_ {
        -webkit-animation: colorchange 600ms infinite alternate;
    -moz-animation: colorchange 600ms infinite alternate;
    animation: colorchange 600ms infinite alternate;
    font-size: 1em;
    color: #ff0000 !important;
    padding: 1px 2px;
    border-radius: 2px;
    /* margin-left: 5px; */
        font-family: 'Open Sans Bold';
}
.topLogBx_ span .new_
{
        -webkit-animation: colorchange 600ms infinite alternate;
    -moz-animation: colorchange 600ms infinite alternate;
    animation: colorchange 600ms infinite alternate;
    font-size: 1em;
    color: #ff0000 !important;
    padding: 1px 2px;
    border-radius: 2px;
    /* margin-left: 5px; */
    font-family: verdana !important;
    font-weight: bold;
    background: #ffffff;
    text-transform: uppercase;
    }
.griddataTabl_ textarea {
    /* resize: none; */
    width: 88% !important;
    padding: 1px !important;
    /* max-width: 300px; */
    font-size: 1.1em !important;
    min-width: 148px;
    display: block;
    width: 100%;
    height: 42px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #666666;
    font-family: Arial;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4e4e4 !important;
    /* border-radius: 4px; */
    -webkit-box-shadow: 0 5px 20px #e8e8e8 inset;
    box-shadow: 0 5px 20px #e8e8e8 inset;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px;
    margin-bottom: 5px;
}
@-webkit-keyframes colorchange {
      0% {/*background-color: #0000FF;*/color: #0000FF;}
      /*30% {background-color: #d35400;color: #d35400;}*/
      /*60% {background-color: #FF0000;color: #FF0000;}*/
      /*90% {background-color: #2980b9;color: #2980b9;}*/
      50% {/*background-color: #FF0000;*/color: #FF0000;}
    }
 .checkBox_ {
    position: relative;
    padding: 8px 0 8px 3px;
    display: inline-block;
    width: auto !important;
    min-width: 32px;
}
table.checkBox_ tr td
{
    position: relative;
    }
.checkBox_ input[type=checkbox] {
    display: none !important;
}
 .checkBox_ input[type=checkbox]:checked + label:after {
    content: "";
    width: 8px;
    height: 2px;
    position: absolute;
    left: 4px;
    top: 5px;
    border: solid #ffffff;
    border-width: 2px 2px 0px 0px;
    display: inline-block;
    padding: 1px 1px;
    transform: rotate(128deg);
}
.checkBox_ label:before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-top: -1px;
    float: left;
    border: 2px solid #b5b5b5;
    background: #ffffff;
    line-height: 1.42857143;
    color: #b5b5b5;
    font-family: Arial;
    background-color: #fff;
    background-image: none;
    /* border: 1px solid #e7e2e2 !important; */
    /* border-radius: 4px; */
    -webkit-box-shadow: 3px 3px 3px #e7e2e2;
    box-shadow: 3px 3px 3px #e7e2e2;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.checkBox_ input[type=checkbox]:checked + label:before
{
    background: #1cb8a1;
    border-color: #1cb8a1;
    }
.checkBox_ input[disabled="disabled"] + label:before
{
        border-color: #e3e8ec;
    cursor: not-allowed;
    background: #ffffff;
    
    }
.checkBox_ input[type=checkbox]:checked + label {
    color: #1cb8a1;
    font-family: "Open Sans Bold";
}
.griddataTabl_ a {
         color: #58abef !important;
    text-decoration: none;
    /* white-space: nowrap; */
    font-size: .9em !important;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: bold;
    white-space: nowrap;
    margin: 5px 0;
}
.griddataTabl_ a:hover {
    color: #000000 !important;
    text-decoration: none;
}
.header_ {
    /*height: 80px;*/
}
.Maccitem
{
  margin-left: 4px;
    padding: 2px 0px;
    border-right: 0;
    background-color: #ffffff;
    border-radius: 0;
 }
.Maccount
{
    width: auto !important;
    }
.MaccountH {
   background-color: #1cb8a1;
       background: rgba(1,174,116,1);
    background: -moz-linear-gradient(47deg, rgba(28,184,161,1) 0%, rgba(46,220,194,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(28,184,161,1)), color-stop(100%, rgba(46,220,194,1)));
    background: -webkit-linear-gradient(47deg, rgba(28,184,161,1) 0%, rgba(46,220,194,1) 100%);
    background: -o-linear-gradient(47deg, rgba(28,184,161,1) 0%, rgba(46,220,194,1) 100%);
    background: -ms-linear-gradient(47deg, rgba(28,184,161,1) 0%, rgba(46,220,194,1) 100%);
    background: linear-gradient(43deg, rgba(28,184,161,1) 0%, rgba(46,220,194,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2edcc2', endColorstr='#1cb8a1',GradientType=0 );
}
.MDitem
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    /*border-bottom: 1px solid rgba(11, 201, 173, 0.42);*/
    border-top: 1px solid rgba(15, 153, 133, 0.37);
    /* margin-top: -1px; */
    color: #ffffff;
           /* box-shadow: 0 2px 10px 1px rgba(57, 73, 76, 0.05), 0 1px 2px rgba(57, 73, 76, 0.05); */
    background: rgba(1,174,116,1);
    background: -moz-linear-gradient(47deg, rgba(28,184,161,1) 0%, rgba(46,220,194,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(28,184,161,1)), color-stop(100%, rgba(46,220,194,1)));
    background: -webkit-linear-gradient(47deg, rgba(28,184,161,1) 0%, rgba(46,220,194,1) 100%);
    background: -o-linear-gradient(47deg, rgba(28,184,161,1) 0%, rgba(46,220,194,1) 100%);
    background: -ms-linear-gradient(47deg, rgba(28,184,161,1) 0%, rgba(46,220,194,1) 100%);
    background: linear-gradient(43deg, rgba(28,184,161,1) 0%, rgba(46,220,194,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2edcc2', endColorstr='#1cb8a1',GradientType=0 );
    }
.MDitemH {
    background: #ffffff !important;
    color: #1cb8a1;
    }
.menuSelectn_,.menuSelectn_ table a
{
      font-size: 1.1em !important;
    margin-top: -1px;
    /* font-weight: bold; */
    }
.menuSelectn_ table a
   {
    padding: 6px 3px;
    display: block;
 }
 .ctl00_mnuNSS_0
 {
     background-color: #ffffff;
     z-index: 9999 !important;
     }
.formIn_ {
        margin-top: 0;
    /* background: #ffffff;
    border: 1px solid #ffffff;
    outline: 1px solid #1cb8a1; 
    padding-top: 65px;*/
}
.formEntry_ {
    padding: 0;
    margin: 0 0;
}
.inForm_ {
    padding: 10px 0;
}
.inForm_ .formFor_ {
    font-size: 1.5em;
    color: #1cb8a1;
    margin-bottom: 0px;
    min-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    position: fixed;
    /* background: #ffffff; */
    width: 1130px;
    z-index: 9999;
    top: 50px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    /* padding-bottom: 5px; */
    width: 100%;
    left: 0;
    right: 0;
    padding: 5px 10px;
    border-bottom: 0px solid #e3e8ec;
    height: 34px;
    text-align: left;
}
.inForm_ .formFor_ strong {
    color: #28166f;
    font-weight: bold;
}
.fieldsForm_ {
       background: #ffffff;
    /* box-shadow: 0 1px 20px 6px #e0e0e0; */
    margin-bottom: 1px;
    border: 1px solid #e4e4e4;
    padding: 5px;
        box-shadow: 0 2px 2px 0 rgb(197, 210, 220), 0 0 0 1px rgb(219, 228, 234);
}
.fieldsForm_ > div {
        float: left;
    height: 65px;
    font-size: 1em;
    border: 1px solid #ffffff;
    padding: 5px;
    /* box-shadow: 0 1px 10px #88c9be inset, 0 0 0 1px #1cb8a1; */
    /* outline: 1px solid #1cb8a1; */
}
.fieldsForm_5 > div {
    width: 20%;
    width: 33.33% !important;
}
.fieldsForm_4 > div {
    width: 25%;
    /*width: 33.33% !important;*/
}
.fieldsForm_3 > div {
    width: 33.33%;
   /* width: 50%;*/
}
.fieldsForm_2 > div {
    width: 50%;
    width: 33.33%;
}
.fieldsForm_ > div.f_5_1
{
    width: 20%;
    }
.fieldsForm_ > div.f_5_2
{
    width: 40%;
    }
.fieldsForm_ > div.f_5_3
{
    width: 60%;
    }
.fieldsForm_ > div.f_5_4
{
    width: 80%;
    }
.fieldsForm_ > div.f_5_5
{
    width: 100%;
    }
.fieldsForm_ > div.f_4_2
{
    width: 50%;
    }
.fieldsForm_ > div.f_4_3
{
    width: 75%;
    }
.fieldsForm_ .formSectn_,.formSectn_ {
    height: auto;
    box-shadow: none;
    padding: 10px 10px;
    text-transform: uppercase;
    color: #1cb8a1;
    border-bottom: 1px dashed #fff;
    margin-bottom: 15px;
    font-size: 19px;
    color: #000;
    font-weight: bold;
    width: 100% !important;
    background-image: url(heading-line.png);
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    text-transform: uppercase;
    line-height: 19px;
    display: inline-block;
    padding: 0px 0px 25px 0px;
    margin-top: 22px;
    font-family: "Open Sans Bold";
}
.griddataTabl_ > tbody > tr > td > span {
    max-width: 300px;
}

.fieldsForm_ > div.gridDataWrap_ {
    width: 100%;
    height: auto;
    padding: 0;
}
.fieldsForm_ > div.gridDataWrap_  input[type=text],.fieldsForm_ > div.gridDataWrap_ select,div.gridDataWrap_  input[type=text],div.gridDataWrap_ select
{
        min-width: inherit;
    max-width: 110px;
    padding: 2px !important;
    padding-left: 3px !important;
    height: 24px !important;
    font-size: 1em !important;
    }
   .fieldsForm_ > div.gridDataWrap_ textarea
   {
          min-width: inherit;
    max-width: 110px;
    padding: 2px !important;
    padding-left: 3px !important;
    font-size: 1em !important;
       }
.griddataTabl_ .link i.fa {
    margin-right: 3px;
    font-size: 13px;
}
 .fieldsForm_ > div.gridDataWrap_ .dateBlc_ input[type=image]
 {
         height: 24px !important;
    padding: 3px;
    width: 24px !important;
     }
.fieldsForm_ > div.gridDataWrap_ .dateBlc_  input[type=text]
{
    padding-left: 34px !important;
    }
.fieldsForm_ .formSectn_ > span,.formSectn_ > span
{
    font-weight: bold !important;
    color: #1cb8a1;
    margin-bottom: 0;
    float: none !important;
    /*width: 100%;*/
    text-align: left;
    padding: 0;
    font-size: 20px;
    }
.HMStxts {
    color: #5a5a5a;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: normal;
}

.print_ {
    font-size: 13px;
    color: #999999 !important;
    display: inline-block;
    position: relative;
}
.print_ i {
    font-size: 18px;
    padding-right: 4px;
}
.print_:hover {
    color: #000000 !important;
}
.fieldsForm_ > div > span .HMStxts,.fieldsForm_ > div > span,.fieldsForm_ > div > div.in_2 span 
{
        color: #888888;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: .9em;
    font-weight: bold;
    text-transform: capitalize;
    text-transform: uppercase;
    display: inline-block;
    }
.fieldsForm_ .formSectn_ > .HMSmsg , .formSectn_ > .HMSmsg{
    display: block;
    font-size: 13px;
        text-align: center;
}
.fieldsForm_ > div > span
{
    color: #888888;
    display: inline-block;
    margin-bottom: 0;
    float: left;
    /* width: 20%; */
    /* padding-top: 9px; */
    padding-right: 5px;
    text-align: left;
    font-size: .9em;
    font-weight: bold;
    margin-bottom: 3px;
    }
  .fieldsForm_ > div > div {
    float: left;
    width: 100%;
    position: relative;
}
.fieldsForm_ > div > div > div.smD_3 {
    width: 33.33% !important;
    position: relative;
    float: left;
}
.fieldsForm_ > div > div > div.smD_3 > div input[type=text] {
    width: 65px !important;
    padding-left: 0 !important;
    min-width: 1px !important;
}
.fieldsForm_ > div > div > div.smD_3 > div input[type=button] {
    left: 65px !important;
    height: 12px !important;
}
.fieldsForm_ > div > div > div.smD_3 > div
{
        float: left;
    }
.fieldsForm_ > div.gridDataWrap_ > div {
    width: 100%;
}
.fieldsForm_ > div.gridDataWrap_
{
    overflow: visible;
    }
.HMStxtbox {
    font-family: Arial, Arial Black;
    font-size: 14px;
    border: 1px solid #bcbcbc;
    font-weight: normal;
    padding: 2px 2px;
    border-radius: 2px;
}
.fieldsForm_:after {
    content: "";
    clear: both;
    display: block;
}
.fieldsForm_ > div input[type=text], .fieldsForm_ > div select {
         width: 100% !important;
    padding: 1px !important;
    height: 30px !important;
    font-size: 1.1em !important;
    min-width: 150px;
    display: block;
    height: 42px;
    padding-left: 36px !important;
    line-height: 1.42857143;
    color: #777777;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4e4e4 !important;
    -webkit-box-shadow: 3px 3px 3px #e7e2e2;
    box-shadow: 0 5px 20px #e8e8e8 inset;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 2px;
}
.fieldsForm_ .selt_:after {
    right: 1px;
}
.fieldsForm_ .in_2 .selt_:after {
    right: 1px;
}
.fieldsForm_ .selt_ {
    box-shadow: none;
}
.fieldsForm_ > div textarea
{
         width: 100% !important;
    padding: 1px !important;
    min-height: 30px !important;
    font-size: 1.2em !important;
    min-width: 150px;
    display: block;
    padding-left: 35px !important;
    font-size: 16px;
    line-height: 1.42857143;
    color: #777777;
    font-family: 'Open Sans';
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4e4e4 !important;
    -webkit-box-shadow: 3px 3px 3px #e7e2e2;
    box-shadow: 0 5px 20px #e8e8e8 inset;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding: 0;
    border-radius: 2px;
    }
 .fieldsForm_ > div input[type=text]:focus, .fieldsForm_ > div select:focus,.fieldsForm_ > div textarea:focus {
    outline: 0;
    box-shadow: 0 0px 3px 2px #d2fff8;
    border-color: #1cb8a1 !important;
}
.dateBlc_ input[type=image] {
        left: 1px !important;
    top: 1px !important;
    /* right: 8px !important; */
    border-right: 1px solid #d8d8d8 !important;
    height: 28px !important;
    width: 35px !important;
    text-align: center;
    padding: 6px 10px;
    display: block;
    background-color: transparent !important;
    outline: 0;
}
.HMSviewbtn,.HMSMstbtn {
        background-color: #1cb8a1;
    min-width: 80px;
    height: 23px;
   box-shadow: 0 2px 8px 0 rgba(0,0,0,.3);
    border: 0;
    text-transform: uppercase;
    transition: all .2s;
    border-radius: 2px;
    min-width: 100px;
    font-weight: normal;
    margin-bottom: 6px;
    margin-top: 6px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background: -moz-linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(46,220,194,1)), color-stop(100%, rgba(28,184,161,1)));
    background: -webkit-linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%);
    background: -o-linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%);
    background: linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb8a1', endColorstr='#2edcc2',GradientType=1 );
border-radius: 4px;
}
.HMSviewbtn:hover, .HMSMstbtn:hover {
    color: #ffffff;
    border-color: #1cb8a1;
    box-shadow: 0 2px 10px 1px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25);
    box-shadow: 0 2px 10px 1px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25);
    box-shadow: 0 2px 10px 1px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25);
        background: rgba(1,174,116,1);
    background: -moz-linear-gradient(47deg, rgba(28,184,161,1) 0%, rgba(46,220,194,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(28,184,161,1)), color-stop(100%, rgba(46,220,194,1)));
    background: -webkit-linear-gradient(47deg, rgba(28,184,161,1) 0%, rgba(46,220,194,1) 100%);
    background: -o-linear-gradient(47deg, rgba(28,184,161,1) 0%, rgba(46,220,194,1) 100%);
    background: -ms-linear-gradient(47deg, rgba(28,184,161,1) 0%, rgba(46,220,194,1) 100%);
    background: linear-gradient(43deg, rgba(28,184,161,1) 0%, rgba(46,220,194,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2edcc2', endColorstr='#1cb8a1',GradientType=0 );
}
.fieldsForm_ .formSectn_ .HMSviewbtn,.formSectn_ .HMSviewbtn
{
    height: 22px;
    font-size: 15px;
    border: 0 !important;
    }
 .checkBox_ > label {
    background: transparent;
    display: inline-block;
    padding: 2px 1px;
    margin-right: 10px;;
    position: relative;
}
.fieldsForm_ .forBtn_ {
        box-shadow: none;
    border: 0;
    text-align: left;
    /* width: 100% !important; */
    padding: 5px;
    height: auto;
    min-height: 65px;
    padding-top: 0;
    border: 1px solid #faf8f8;
    border-top: 1px solid #faf8f8;
    /* box-shadow: 0 1px 10px #88c9be inset, 0 0 0 1px #1cb8a1; */
    /* outline: 1px solid #1cb8a1; */
    background: #ffffff;
    padding-top: 16px;
}
.chzn-container-single .chzn-single > span {
    font-weight: normal !important;
    font-size: 1em !important;
}
.fieldsForm_ > div > div.in_2 > span {
    margin-bottom: 2px;
}
/* .delBtn_
{
       background: url(../Images/icon-delete.gif);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-color: #ffffff;
    background-size: 12px;
    border: 0px solid #ffc6c6;
    float: left;
    margin-top: -3px;

    }
*/
   .delBtn_:hover
   {
      /* background-image: url(../Images/icon-delete_h.gif);*/
       }
 /*.editBtn_
{
   background: url(../Images/icon-edit.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border: 0px solid #c5c5c5;
    background-size: 15px;
    background-color: #ffffff;
    float: left;
    margin-top: -3px;
        font: normal normal normal 14px/1 FontAwesome;
    border-radius: 50%;
    }*/
 .editBtn_:hover
 {
     /*background-image: url(../Images/icon-edit_h.png);*/
     }
.viewBtn_,.editBtn_,.delBtn_,.errorView
{
    /*background: url(../Images/icon-view.png);*/
        width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border: 0px solid #c5c5c5;
    background-color: #ffffff;
    background-size: 15px;
    float: left;
    font: normal normal normal 14px/1 FontAwesome;
    border-radius: 50%;
    margin-top: -6px !important;
    }
.noDues_
{
    width: 67px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px 3px;
    background: #ffdede;
    color: #d90000 !important;
    text-align: center;
    border: 1px solid #ffe4e9;
    border-radius: 2px;
    position: relative;
    }
.viewBtn_:hover
{
  /* background-image: url(../Images/icon-view_h.png);*/
    }
.actvShow_ {
        height: 17px;
    display: inline-block;
    background: url(../Images/icon-active.png);
    padding: 2px;
    padding-left: 21px;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 3px 4px;
}
.addflrBt_,.bckflrBt_
{
       margin-top: -2px;
    background: url(../Images/icon_plus.png);
    background-repeat: no-repeat;
    background-color: #1cb8a1;
    color: #ffffff;
    border: 0;
    background-position: 12px center;
    padding-left: 10px;
    padding-top: 2px;
    border-radius: 2px;
    font-family: 'Open Sans Bold';
    font-size: 12px;
    margin: 0;
        background-size: 13px;
}
.bckflrBt_,.addflrBt_ {
   /* background-image: url(../Images/icon-back.png);
    background-position: 12px 8px;
    background-size: 10px;*/
    font-family: Verdana !important;
    height: 33px;
    margin-top: 0px;
    box-shadow: none;
    border-radius: 4px;
    line-height: 1;
    background: #1cb8a1;
    color: #ffffff;
    background-image: none;
    padding: 3px 23px 3px 23px;
    min-width: auto;
    box-shadow: 1px 1px 2px 0 #dfdfdf;
    display: inline-block;
    font-weight: normal !important;
    cursor: pointer;
    transition: box-shadow .3s;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: .8em;
    background: -moz-linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(46,220,194,1)), color-stop(100%, rgba(28,184,161,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%); /* ie10+ */
background: linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb8a1', endColorstr='#2edcc2',GradientType=1 ); /* ie6-9 */
}
.formFor_ .addflrBt_, .formFor_ .bckflrBt_ {
        webkit-box-shadow: 0 1px 4px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 4px 1px rgba(0,0,0,.3);
    /* box-shadow: 0 1px 4px 1px rgba(0,0,0,.3); */
    overflow: hidden;
    /* margin: 0 5px; */
    line-height: 1;
    /* padding: 2px; */
    font-weight: bold !important;
    min-width: auto;
    float: right;
    height: 25px;
    font-size: .8em;
    text-align: center;
    padding: 0 20px;
    width: auto;
    text-indent: 0;
}
.formFor_ .bckflrBt_
{
    /*text-indent: -11px;*/
    }
.formFor_ .addflrBt_:hover, .formFor_ .bckflrBt_ :hover{

    box-shadow: 0 2px 10px 1px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25);
    background-color: #ffffff !important;
    color: #ffffff;
}

.reqFld_
{
    color: #ff0000 !important;
    font-weight: bold;
    }
.fieldsForm_ > div input[disabled=disabled], .fieldsForm_ > div select[disabled=disabled], .fieldsForm_ > div input[readonly=readonly], .fieldsForm_ > div textarea[readonly=readonly], .fieldsForm_ > div textarea[disabled=disabled]{
    background: #ededed;
    opacity: 1;
    color: #aaaaaa;
    cursor: not-allowed;
}
.fieldsForm_ > div.forBtnSrt_ .HMSviewbtn,.fieldsForm_ > div.forBtnSrt_ .HMSMstbtn {
    margin-top: 20px;
}
.showBold_ {
    margin: 10px 0;
    font-size: 20px;
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#e7e2e2 100%);
    background: linear-gradient(to bottom, #e2faf6 0%, #84c0b6 100%)
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86ffed', endColorstr='#0a927e',GradientType=0 );
    padding: 6px;
    text-align: center;
    color: #28166f;
    width: 325px;
    margin: 8px auto 0 auto;
    /* border: 2px solid #1cb8a1; */
    border-radius: 20px;
    text-shadow: 0 1px 2px #ffffff;
}
.textBlu {
    color: #28166f;
}
.logHeader_
{
    font-family: Lucida Calligraphy;
    font-size: 26px;
    color: #28166f;
    font-weight: normal;
    margin-bottom: 5px;
    }
.logHeader_:after
{
   /* content: "";*/
    display: block;
    width: 77px;
    height: 2px;
    background: #28166f;
    left: 0;
    /* right: 0; */
    top: 100%;
    margin: auto;
    position: absolute;
    }
.loginBox_:after {
    content: "";
    clear: both;
    display: block;
}
/*-------------Ajax Calender------------*/
/*.ajax__calendar_container
{
    width: 230px !important;
    }
.ajax__calendar .ajax__calendar_container {
    border: 1px solid #e7e2e2 !important;
    -webkit-box-shadow: -5px 36px 132px -22px rgba(105,105,105,0.59);
-moz-box-shadow: -5px 36px 132px -22px rgba(105,105,105,0.59);
box-shadow: -5px 36px 132px -22px rgba(105,105,105,0.59);
left: 0 !important;
z-index: 999;
}*/
.ajax__calendar_header {
    color: #28166f;
    background: #e7e2e2;
    font-size: 13px;
    font-weight: normal;
    height: 22px;
}
.ajax__calendar_prev, .ajax__calendar_next {
    margin-top: 3px;
}
/*.ajax__calendar_body {
       width: 220px !important;
    height: 139px !important;
}*/
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years
{
   /* width: 220px !important;
    height: 139px !important;*/
    font-size: 13px !important;
    }
.ajax__calendar_day,.ajax__calendar_dayname {
    height: 19px !important;
    width: 28px!important;
    padding: 1px 2px !important;
    font-size: 13px !important;
}
.ajax__calendar .ajax__calendar_other .ajax__calendar_day
{
    color: #d3d3d3 !important;
    }
.ajax__calendar_footer {
    height: 26px !important;
    font-size: 14px !important;
    background: #e7e2e2 !important;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_day,.ajax__calendar .ajax__calendar_hover .ajax__calendar_year,.ajax__calendar .ajax__calendar_hover .ajax__calendar_month,.ajax__calendar .ajax__calendar_active .ajax__calendar_day
,.ajax__calendar .ajax__calendar_active .ajax__calendar_month,.ajax__calendar .ajax__calendar_active .ajax__calendar_year  {
    background-color: #1cb8a1 !important;
    border-color: #1cb8a1 !important;
    color: #ffffff !important;
}
.ajax__calendar_month {
    height: 45px !important;
    width: 50px !important;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {
    background-color: #3EA99F !important;
    border-color: #3EA99F !important;
    color: #ffffff !important;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today,.ajax__calendar .ajax__calendar_hover .ajax__calendar_title 
{
    color: #1cb8a1 !important;
    }
.fieldsForm_ > div > div > .fa, .fieldsForm_ > div > div > .mm, .fieldsForm_ > div > div.in_2 > div > .fa, .fieldsForm_ > div > div > .mm {
        position: absolute;
    left: 1px;
    top: 1px;
    height: 28px;
    border-right: 1px solid #d8d8d8;
    width: 35px;
    padding: 8px 0;
    text-align: center;
    font-size: 13px;
    color: #b9c5d0;
    /* background-color: #ffffff !important; */
}
.dateBlc_ > div
{
    z-index: auto !important;
    top: 0 !important;
    left: 0 !important;
    }
.dateBlc_ > div input
{
    z-index: 1 !important;
    }
/*
.fieldsForm_ > div > div > .mm
{
    background: url("icons-image-all.png");
    }
.mm-gender {
    background-position: 52px 295px !important;
}
.mm-parent {
    background-position: 131px 280px !important;
}
.mm-group
{
    background-position: 131px 280px !important;
    }
.mm-bd-group
{
    background-position: 367px 702px !important;
    }
.mm-department
{
    background-position: -22px -16px !important;
    }
.mm-hod
{
    background-position: -73px -17px !important;
    }
.mm-status
{
    background-position: -125px -17px !important;
    }
 */
    
.griddataTabl_ input[type=text],.griddataTabl_ select {
        line-height: 1.42857143;
    color: #8d8d8d;
    font-family: Arial;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4e4e4 !important;
    /* border-radius: 4px; */
    -webkit-box-shadow: 3px 3px 3px #e7e2e2;
    box-shadow: 0 5px 20px #e8e8e8 inset;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 150px;
}
.pageContent_ h1 b {
    font-weight: normal;
    color: #28166f;
}



/*New creted for new login*/
.newLog {
        width: 428px;
    margin: 30px auto;
    padding: 35px;
    box-shadow: 0 1px 18px #dbdbdb, -2px 42px 94px -23px rgba(0,0,0,0.55);
    margin-top: 0;
    position: relative;
    padding-top: 184px;
    padding-bottom: 60px;
    background: #ffffff;
}
.newLogTop
{
        text-align: center;
    padding-bottom: 10px;
    height: 108px;
    }
.newLog .newLogTop {
        position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #1cb8a1;
    padding: 32px;
    height: 225px;
    /*background-image: url(../newImages/bg_Image.jpg);
    background-size: auto 100%;*/
}
.newLog .newLogTop img {
    width: 65px;
    height: 65px !important;
    margin: auto;
    display: block;
    background-color: #ffffff;
}
.newLog .loginBox_ {
    position: relative;
    box-shadow: -2px 49px 111px -23px rgba(0, 0, 0, 0.18);
    border-color: #e8e8e8;
    padding: 7px 16px 30px 16px;
}
.newLog .loginBox_ .fullBtn {
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
    height: 42px;
    margin: auto;
    max-width: 230px;
}
.newLog .loginBox_ > div.logHeader_
{
    text-align: center !important;
    font-family: inherit;
    text-transform: uppercase;
    font-size: 22px;
    }
.newLog .radioContrl_ label {
    margin-right: 0;
    font-size: 11px;
    min-width: 40px;
    padding: 7px 5px;
    background: #ffffff;
    color: #646464 !important;
    border-bottom: 2px solid #1cb8a1;
}
.newLog .radioContrl_ label:hover {
    background: #1cb8a1;
    color: #ffffff !important;
}
.newLog .logImgRnd_ {
    height: 85px;
    padding: 10px 0;
    width: 85px;
    margin: auto;
    background: #ffffff;
    border-radius: 50%;
    overflow: hidden;
}
.ctl00_mnuNSS_0 table a {
    font-size: 1em !important;
}
.Maccitem > tbody > tr > td:nth-of-type(2) {
    display: none;
}
.header_ {
    width: 100%;
    position: fixed;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 2px 0 rgb(197, 210, 220), 0 0 0 1px rgb(219, 228, 234);
    z-index: 99999;
}
.header_ .text
{
    font-size: 17px;
    }
.UserInfoOptn_ > div.logo_ {
    margin: 8px 20px 0 0;
    float: left;
}
.UserInfoOptn_ > div.logo_ img {
    height: 28px;
}
.selSad_k
{
        width: 50%;
    float: left;
    }
.UserInfoOptn_ > div.menuSelectn_
{
    float: right;
    margin-right: 15px;
    margin-top: 8px;
    }
.TopMenuPanel_ > tbody a {
    padding: 6px 13px;
}
.loginAs_ {
    text-align: center;
    font-size: 1em;
    position: relative;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.pageContent_ h1 span.iDark_ {
    color: #28166f;
}
input[disabled], input[readonly], select[disabled], select[readonly], textarea[disabled], textarea[readonly] {
    cursor: not-allowed;
}
.logImgRnd_
{
    height: 108px;
    }
 .fieldsForm_.forSal_
 {
     background-color: #eeeeee;
     padding: 20px;
     border: 1px solid #d6d6d6;
     }
 .forSal_.fieldsForm_ > div {
    border: 0;
}
.fieldsForm_ > div > div.in_2 {
    width: 50% !important;
    height: 100%;
}
.fieldsForm_ > div > div.in_2 input[type=text],.fieldsForm_ > div > div.in_2 select {
    width: 100% !important;
    max-width: initial;
}
.radioSelTp_ input[type=radio][disabled] + label {
    background: #eeeeee;
    color: #cfcfcf !important;
    border-color: #dfdfdf;
    cursor: not-allowed;
}
.fieldsForm_ > div > div.in_2 > div {
    position: relative;
}

#menuTogPanl_,#menuOnOff_
{
    display: none;
    visibility: hidden;
    }
.closeMenu_ {
        width: 30px;
    height: 30px;
    position: absolute;
    left: 200px;
    background: #1cb8a1;
    color: #ffffff;
    padding: 0 3px;
    font-size: 26px;
    display: none;
    visibility: hidden;
}
.notaTn_ > span {
    float: left;
    width: 25%;
    display: block;
}
.notaTn_:After {
    content: "";
    display: block;
    clear: both;
}
.notaBtn_ {
    text-align: right;
    margin-top: 18px;
}
.notaTn_ {
    background: #e6e6e6;
    padding: 5px;
}
/****-----For Reports-----*****/
.reports_
{
    font-family: 'Open Sans';
    }
.reprtHds_
{
    font-size: 23px;
    color: #28166f;
    margin-bottom: 10px;
    min-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    }
.reprtHds_ strong {
    color: #1cb8a1;
    font-weight: bold;
}
.rep_fiels > div {
    float: left;
    width: 20%;
    height: 50px;
}
.rep_fiels {
    font-size: 13px;
}
.crstlRpt_
{
    width: 100% !important;
    overflow: auto;
    }
.rep_fiels:after {
    content: "";
    clear: both;
    display: block;
}


.fieldsForm_ > div.textarea_, .fieldsForm_ > div.fullDiv_ {
        width: 100% !important;
    height: auto;
    min-height: auto;
    margin: 0;
}
.fieldsForm_ > div.textarea_ i {
    display: none;
}
.fieldsForm_ > div.textarea_ textarea {
     /*   height: 40px !important;*/
    padding-left: 10px !important;
    width: 100% !important;
}
.trMeet_ {
    width: 200px;
    padding: 20px;
    background: #eeeeee;
    margin: 0 auto 10px auto;
}
.trMeet_ input[type=text] {
    width: 85% !important;
    padding: 3px !important;
    height: auto !important;
    border: 1px solid #cccccc !important;
}
.trMeet_ > div
{
    position: relative !important;
    }
.trMeet_ > div input[type=image]
{
    right: 0 !important;
    left: inherit !important;
    }
    
#top_ {
        color: #ffffff;
    background: #1cb8a1;
    display: none;
    z-index: 11;
    padding: .5em .5em .25em;
    border-radius: 9999px;
    position: fixed;
    width: 30px;
    height: 30px;
    text-decoration: none;
    transition: all ease .3s;
    font-size: 40px;
    padding: 0px 2px;
    font-weight: bold;
    z-index: 999999;
    bottom: 14px;
    right: 5px;
    webkit-box-shadow: 0 1px 4px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 4px 1px rgba(0,0,0,.3);
    box-shadow: 0 1px 4px 1px rgba(0,0,0,.3);
    line-height: 1;
    border: 0 solid #51c6b6;
    overflow: hidden;
    text-align: center;
        background: -moz-linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(46,220,194,1)), color-stop(100%, rgba(28,184,161,1)));
    background: -webkit-linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%);
    background: -o-linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%);
    background: linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb8a1', endColorstr='#2edcc2',GradientType=1 );
}
#top_:hover {
    box-shadow: 0 2px 10px 1px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25);
    background-color: #ffffff !important;
    color: #000000;
  }
.selt_:after, .chzn-container:after {
    content: url(../newImages/icons/arrowDown.png);
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 40px;
    /* background: #ffffff; */
    padding: 11px 0;
    text-align: center;
    pointer-events: none;
}
.griddataTabl_ a.chzn-single {
    padding-left: 5px !important;
    background: #ffffff;
    height: 25px !important;
    padding: 4px !important;
    
}
.griddataTabl_ .chzn-container:after {
    padding: 10px 0;
    height: 3px;
    width: 22px;
}
  .selt_ select {
   border: 0;
    padding: 6px;
    height: 42px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.selt_ {
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}
.loginBox_ > div.selt_ {
    padding: 0 !important;
    box-shadow: none;
}

  
  
.passBill_
{
    position: relative; 
    background: url(../newImages/icons/billPass.png);
    }
    
.secIn_ > div.dashSec_ {
    box-shadow: none;
    padding: 0;
    margin: 0 -5px;
}
.secIn_ > div.dashSec_ > div {
        width: 24% !important;
    margin: .5%;
    height: 60px;
    box-shadow: 0 2px 2px 0 rgb(197, 210, 220), 0 0 0 1px rgb(219, 228, 234);
    padding: 10px;
    padding-left: 60px;
    position: relative;
    float: left;
	   /* border: 1px solid #eeeeee;*/
        background: #ffffff;
}
.secIn_ > div.dashSec1_ > div {
    width: 24% !important;
    margin: .5%;
    height: 400px;
    box-shadow: 0 2px 2px 0 rgb(197, 210, 220), 0 0 0 1px rgb(219, 228, 234);
    padding: 10px;
    padding-left: 10px;
    position: relative;
    float: left;
	   /* border: 1px solid #eeeeee;*/
        background: #ffffff;
}
.secIn_ > div.dashSec_ > div > a {
        text-decoration: none;
    color: #909090;
    font-size: 1em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    padding-left: 60px;
}
.secIn_ > div.dashSec_ > div > a:before {
        content: "";
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    bottom: 0;
    /* background: #e0e0e0; */
}
.secIn_ > div.dashSec_ > div > a:hover {
    color: #1cb8a1;
}
.secIn_ > div.dashSec_ > div:hover > i {
    color: #1cb8a1;
    border-color: #1cb8a1;
}
.secIn_ > div.dashSec_ > div > a strong.hlt_ {
        display: block;
    background: transparent;
    border: 0px;
    width: 50px;
    font-size: 1.6em;
    padding: 0;
    float: none;
    height: auto;
    text-align: left;
    color: #000000;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.secIn_ > div.dashSec_:hover {
    /*background-color: transparent;*/
}
.secIn_ > div.dashSec_ > div .dashIcon_,.secIn_ > div.dashSec_ > div > .fa {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 30px;
    border-radius: 50%;
    border: 1px solid #777777;
    padding: 8px 0;
    text-align: center;
    font-size: 25px;
}
.secIn_ > div.dashSec_ > div > .fa
{
    font-size: 35px;
    padding: 0 !important;
    border: 0px;
    display: none;
    }
.secIn_ > div.dashSec_ > div a span {
        width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
._trsbill a span {
    white-space: normal !important;
}
.secIn_ > div.dashSec_ > div:hover a span:before {
    content: attr(title);
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.78);
    color: #ffffff;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 2px;
    display: none;
}
.secIn_ > div.secHeading_ {
    box-shadow: none;
    font-size: 26px;
    /*font-weight: bold;*/
    background: #ffffff !important;
}
.secIn_ > div.dashSec_ > div .dashIcon_ img {
    width: 30px;
}
.secIn_ > div.dashSec_ > div .dashIcon_.passBillIcon_,.secIn_ > div.dashSec_ > div .fa.passBillIcon_ {
    padding: 12px 0;
}
.secIn_ > div.dashSec_ > div .dashIcon_.cctvClipIcon_,.secIn_ > div.dashSec_ > div .fa.cctvClipIcon_ {
    padding: 14px 0;
}
.secIn_ > div.dashSec_ > div .dashIcon_.persAdvIcon_ ,.secIn_ > div.dashSec_ > div .fa.persAdvIcon_ {
    padding: 13px 0;
}
.secIn_ > div.dashSec_ > div .dashIcon_.partAdvncIcon_ {
    padding: 8px 0;
}
.secIn_ > div.dashSec_ > div .dashIcon_.rrsIcon_ {
    padding: 10px 0;
    }
.secIn_ > div.dashSec_ > div .dashIcon_.quoatationIcon_{
    padding: 7px 0;
    }
.secIn_ > div.dashSec_ > div .dashIcon_.callCenterIncentiveIcon_{
    padding: 7px 0;
    }
.secIn_ > div.dashSec_ > div .dashIcon_.announcementIcon_{
    padding: 7px 0;
    }
.secIn_ > div.dashSec_ > div .dashIcon_.ashramPassIcon_
{
    padding: 7px 0;
    }
.secIn_ > div.dashSec_ > div .dashIcon_.rathIncentiveIcon_
{
    padding: 7px 0;
    }
.secIn_ > div.dashSec_ > div .dashIcon_..awardIcon_
{
    padding: 7px 0;
    }
    
    
 /*-------For Popup---------*/
.popUpShow_ {
        position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.62);
    padding: 40px 10px 10px 10px;
    overflow-y: auto;
}
.popUpShow_ .gridDataWrap_ {
    padding: 2px;
    overflow: auto;
    max-height: 100%;
    width: 100%;
    border: 10px solid #ffffff;
    background: #ffffff;
    position: relative;
    margin: 0;
}
.popUpShow_ .gridDataWrap_ .attdTabl_
{
    margin: 0;
    }
.closePopUp_Lnk {
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px;
    color: #ffffff;
    z-index: 99999999;
}
.closePopUp_Lnk i {
    font-size: 25px;
    color: #e1e1e1;
}
.closePopUp_Lnk:hover i
{
    color: #ffffff;
    }
span.checkBox_.forHod_ {
    position: absolute;
    right: 0;
    padding: 0;
    top: 5px;
    font-size: 12px;
}
span.checkBox_.forHod_ label:hover:before
{
    border-color: #555555 !important;
    }
.checkBox_.forHod_ label {
    padding: 0;
    color: #555555;
}
.checkBox_.forHod_ label:hover
{
    color: #444444;
    }
.checkBox_.forHod_ label:before {
    width: 10px;
    height: 10px;
    margin: 2px 2px 0 0;
    border: 1px solid;
    box-shadow: none;
}
.checkBox_.forHod_ input[type=checkbox]:checked + label:after
{
    width: 6px;
    height: 1px;
    left: 2px;
    top: 4px;
    }
 .secIn_ > div.dashSec_ > div.showByD_ {
    width: 100% !important;
    padding: 0;
    height: auto;
    box-shadow: none;
}
.secIn_ > div.dashSec_ > div.showByD_ > span {
    /*font-weight: bold;*/
}
.secIn_ > div.dashSec_ > div.showByD_ .gridDataWrap_ {
    padding: 0;
}
.secIn_ > div.dashSec_ > div.showByD_ .gridDataWrap_ .attdTabl_ {
    margin: 0;
}
.dashSec_ input.addTask_ {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 10px !important;
    border: 0px !important;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0;
    border-radius: 20px;
    font-size: 30px;
    padding: 0;
    background-color: #f2705a !important;
    font-weight: bold !important;
    color: #ffffff !important;
    line-height: 0px;
}
.secIn_ > div.dashSec_ > div .fixRgt_ {
    position: absolute;
    top: 5px;
    right: 0;
    margin: 0;
}
.secIn_ > div.dashSec_ > div .fixRgt_ label {
    padding: 2px 0px;
    border: 0px;
}
.secIn_ > div.dashSec_ > div .fixRgt_ input[type=radio]:checked + label
{
    background-color: #555555 !important;
    }
.animated{animation-duration:1s;animation-fill-mode:both}
.animated.bounceIn{animation-duration:.75s}
.bounceIn{animation-name:bounceIn}
@keyframes bounceIn
{
    0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
    0%{opacity:0;transform:scale3d(.3,.3,.3)}
    20%{transform:scale3d(1.1,1.1,1.1)}
    40%{transform:scale3d(.9,.9,.9)}
    60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}
    80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}
 }
 
     
#loadState
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 99999999;
    }
#loadImg
{
    position: fixed;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    margin: auto;
    height: 50px;
    width: 50px;
    }
.srchModl_ {
    width: 50%;
    float: right;
}
.srchModl_ input {
    border: 1px solid #ffffff;
    height: 27px;
    width: 200px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    position: absolute; 
    right:0;
    bottom: 0;
    padding: 0 5px;
}
.dashConrl_:after {
    content: "";
    clear: both;
    display: block;
}
.dashConrl_
{
    position: relative;
    }
.secIn_ > div.showByD_ .gridDataWrap_ {
    padding: 0;
}
.secIn_ > div.showByD_ {
    box-shadow: none;
    padding: 0;
    margin: 0;
    background: #ffffff !important;
}
.loginAs_ .srhTool {
        font-size: 1em;
    position: absolute;
    right: 0;
    top: -2px;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    padding: 2px 2px;
    font-weight: normal;
}
.table_ > div > div {
    display: table-cell;
}
.table_ > div > div > a {
    margin: 2px 9px 0 0;
}


/************For Event Calender****************/
.calender_ th.calenderHeader_ {
    background: #ffffff !important;
    border: 0px;
    border-top: 1px solid #dddddd;
    color: #7a7a7a !important;
    font-size: 14px;
    padding: 10px 0px;
    font-weight: normal;
    text-align: left;
}
.calender_ .calMonth_ {
    font-size: 21px;
    color: #6a6a6a;
    background: #ffffff;
    border: 0px !important;
    font-weight: normal;
}
.calender_ .changeBtMonth_ a {
        text-decoration: none;
    font-size: 30px;
    line-height: 6px;
    padding: 10px 10px;
    height: 34px;
    display: block;
    width: 50%;
    margin: 0 5px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #9e9e9e !important;
}
.calender_ .changeBtMonth_ a:hover
{
    color: #333333 !important;
    border-color: #ffffff;
        background: #eeeeee;
    }
.calender_ td.calDay_,.calender_ td.calOthMDay_,.calender_ td.calToday_
{
    vertical-align: top !important;
    text-align: left !important;
    padding: 10px;
    color: #202020 !important;
    font-size: 14px;
    border: 1px solid #dddddd;
    position: relative;
    cursor: pointer;
    }
.calender_ td.calDay_ {
    background-color: #ffffff;
}
.calender_ td.calOthMDay_
{
    background-color: #e8e8e8;
    }
.calender_ td.calDay_ a,.calender_ td.calOthMDay_ a,.calender_ td.calToday_ a
{
    text-decoration: none;
    }
.calender_ td.calDay_ a:hover,.calender_ td.calOthMDay_ a:hover,.calender_ td.calToday_ a:hover
{
    text-decoration: underline;
    }
.calender_ td.calToday_
{
    background: #ffffff !important;
    }
.calender_ > tbody > tr > td
{
    border: 0;
    padding: 0;
    }
.calender_
{
    border: 0px solid #4c4c4c !important;
    
    margin: auto;
    }
.calender_ td.calToday_ a:first-child {
       width: 20px;
    height: 20px;
    padding: 2px;
    display: inline-block;
    /* text-align: center; */
    color: #202020 !important;
    border-radius: 20px;
    font-size: 14px;
    padding: 0 0px;
    text-align: center;
    background: #28166f;
    color: #ffffff !important;
    /*box-shadow: 0 2px 3px #777777;*/
}
button.totEvnt_ {
    display: block;
    width: 100%;
    text-align: left;
    background-color: #1cb8a1;
    border-radius: 3px;
    border: 1px solid #16a892;
    color: #ffffff;
    font-size: 11px;
    outline: 0px;
    cursor: pointer;
    padding: 2px 4px;
    margin-bottom: 2px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
    text-overflow: ellipsis;
}
.eventWrap_ {
    margin: 0px 0 0 0;
    position: absolute;
    display: none;
    z-index: 99;
    box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    width: 200px;
    background-color: #ffffff;
}
.eventWrap_ .eventDetail_ {
    /*display: none;*/
    position: relative;
    background: #ffffff;
    width: 100%;
    max-width: 300px;
    font-size: 12px;
    padding: 10px;
    z-index: 99;
    /*box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);*/
}
button.totEvnt_:hover {
    background-color: #109985;
}
span.evtNo_ {
    float: right;
}
a.evntLink_ {
    border: 1px solid #c9c9c9;
    color: #999999;
    padding: 0 3px;
    border-radius: 3px;
    margin: 0 2px 2px 0;
    display: inline-block;
}
a.evntName_ {
    font-size: 12px;
    color: #999999;
    margin: 0 0 5px 0;
    display: block;
}
a.evntLink_ font {
    color: #999999;
}
a.evntName_ font {
    color: #1bb69f;
    font-weight: normal;
}
span.evtNo_ strong {
    display: block;
    padding: 1px;
    font-size: 13px;
    border-radius: 14px;
    font-weight: normal;
    z-index: 0;
    float: right;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #990000;
    color: #ffffff;
    box-shadow: 0 2px 3px #999999;
}
.blcId_ {
    padding: 10px;
    padding-bottom: 0;
}
.blcId_ span {
    display: block;
    font-size: 30px;
}
.blcId_ strong {
    font-size: 13px;
    color: #999999;
    font-weight: normal;
}
.calender_ td.calDay_:hover, .calender_ td.calOthMDay_:hover, .calender_ td.calToday_:hover {
    background: #eeeeee;
}
.popUpShow_.calenderPopUp {
    background: #ffffff;
    padding: 40px 10px 0 10px;
}
.popUpShow_.calenderPopUp .closePopUp_Lnk i
{
    color: #777777;
    }
.popUpShow_.calenderPopUp .closePopUp_Lnk:hover i
{
    color: #222222;
    }
.calenderPopUp.popUpShow_ .gridDataWrap_ {
    max-height: 100%;
    height: 100%;
}
.attdTabl_ .pagger_ table td {
    background: #3bc0ad;
    padding: 0;
}
.attdTabl_ .pagger_ a, .attdTabl_ .pagger_ span {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 7px;
    background: #3bc0ad;
}

.attdTabl_ .pagger_ table td a:hover
{
    background: #28a290;
    }
.dateBlc_ {
    min-height: 28px;
}
.griddataTabl_ .link[disabled],.griddataTabl_ a[disabled] {
    background: #eeeeee;
    color: #999999 !important;
    border: 0px;
    cursor: not-allowed;
}
.ctl00_mnuNSS_0
{
    margin: 0 0 0 -2px !important;
    }
.dateSh_ > div {
    z-index: auto !important;
}
.ammntTot_
{
    display: block;
    border: 1px solid #d5d5d5;
    border-top: 0;
    text-align: right;
    padding: 5px;
    background-color: #ffffff;
    }
.griddataTabl_ > tbody > tr.pagger_:hover > td {
    background: #ffffff;
}
.griddataTabl_ input[type=submit] {
    background: #1cb8a1;
    border-radius: 20px;
}
/*.inForm_ .formFor_.fixFrmHdr_ {
    position: fixed;
    top: 80px;
    z-index: 999;
    background: #ffffff;
    width: 1150px;
    border-bottom: 2px solid #eeeeee;
    padding: 7px;
    -webkit-animation: fixTop_ 300ms;
    animation: fixTop_ 300ms;
}*/
.formFor_.fixFrmHdr_ .addflrBt_, .formFor_.fixFrmHdr_ .bckflrBt_
{
    margin: 0;
    }
@-webkit-keyframes fixTop_ {
      0% {top: 0;}
      100% {top: 80px;}
    }
.perfList_ {
    /* margin-bottom: 10px; */
    padding: 3px 0;
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #ffffff;
    width: 200px;
}
.perfList_:first-child
{
    border-top: 0;
    }
.perfList_:last-child
{
    border-bottom: 0;
    }
#scrlSlide
{
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    background: #1cb8a1;
    z-index: 9999999999;
    -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
    }
    
    
.fieldsForm_ > div > div.forLength_ select {
    width: 25% !important;
    float: left;
    padding-left: 0 !important;
}
    .fieldsForm_ > div > div.forLength_ span {
    width: 10% !important;
    float: left;
    font-size: 20px;
    text-align: center;
    }
    
    .prgGraphPanel {
    margin: 15px auto;
    border: 1px solid #f6f6f6;
    box-shadow: 0 7px 13px #f4f2f2 inset, 0 1px 6px #a2a2a2;
    background: #ececec;
    border-radius: 10px;
}
    
  div.progressGraph {
        height: 14px;
    background: #bababa;
    position: relative;
    border: 0px solid #54c9b8;
        margin: 34px 15px;
    border-radius: 20px;
    box-shadow: 0 7px 13px #ffffff inset, 0 1px 6px #838383;
    /* border: 1px solid #999999; */

}
    div.progressGraph > span {
    display: block;
    background: rgb(50, 203, 75);
    font-size: 0;
    height: 14px;
    /* margin-top: -3px; */
    float: left;
    -webkit-transition: width .5s;
    transition: width .5s;
    width: 0;
    text-align: right;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 5px 14px #ffffff inset;
}


div.progressGraph > span > i{
    width: 30px;
    height: 30px;
    position: absolute;
    left: -7px;
    top: -8px;
    border-radius: 50%;
    background: rgb(50, 203, 75);
    box-shadow: 0 5px 14px #ffffff inset;
    z-index: 1;
}
div.progressGraph > span > i.err
{
    background: #990000;
    }
div.progressGraph > span > b
{
       position: absolute;
    background: #4b3006;
    padding: 2px 0;
    /* border-radius: 50%; */
    /* width: 35px; */
    height: 22px;
    width: 58px;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    /* box-shadow: 0 2px 11px #ffffff; */
    font-weight: normal;
    -webkit-animation: opacity_ 2s;
    -moz-animation: opacity_ 2s;
    animation: opacity_ 2s;
    top: -26px;
    }
div.progressGraph > span > b:after{
    content: "";
    border-width: 1px 0px 0px 1px;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    position: absolute;
    top: 19px;
    right: 50%;
    background: #4b3006;
}
@-webkit-keyframes opacity_ {
      0% {opacity: 0;top: 0;}
      100% {opacity: 1; ;top: -26px;}
    }
div.progressGraph > div {
        width: 4.166%;
    top: 0;
    bottom: 0;
    position: absolute;
    border-left: 1px solid rgba(75, 48, 6, 0.28);
    font-size: 9px;
    font-weight: bold;
    color: rgba(75, 48, 6, 0.69);
    padding-left: 2px;
    padding-top: 0px;
}
div.progressGraph > div:nth-of-type(1), div.progressGraph > div:last-child
{
    border: 0;
    display: none;
    }


.HodGraph_ {
    display: none;
    position: absolute;
    background: #ffffff;
    width: 200px;
    z-index: 99;
    text-align: center;
    padding: 10px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    font-size: 12px;
    font-weight: bold;
}
input#hodSHT_:checked ~ .HodGraph_ {
    display: block;
}
.HodGraph_ img {
    width: 35px;
    display: block;
    margin: auto;
}
.closeTip_ {
    position: absolute;
    right: 0;
    top: 0;
    background: #555555;
    padding: 6px;
    color: #ffffff;
    width: 25px;
    height: 25px;
    z-index: 10;
}
.closeTip_:hover
{
    background: #222222;
    cursor: pointer;
    }
.HodGraph_ > div {
       margin-bottom: 25px;
    position: relative;
    padding-bottom: 5px;
}
.HodGraph_ > div:after {
    content: "";
    border: 1px dashed;
    position: absolute;
    height: 15px;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
}
.HodGraph_ > div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.HodGraph_ > div:last-child:after
{
    display: none;
    }
.prdPnlWrp .prgGraphPanel {
    margin-top: 0;
}
.prdPnlWrp h4 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: normal;
}
.trgForm_ > div {
    float: left;
    width: 20%;
    border: 0px solid #ffffff;
}
.trgForm_ > div .myButton {
    font-size: 18px;
    font-weight: normal;
    color: #1cb8a1;
    height: 100%;
    width: 100%;
    display: block;
    padding: 20px;
    box-shadow: 0 2px 27px #d5d5d5, 0 2px 16px #f8f8f8 inset;
    border: 1px solid #ececec;
    font-weight: normal;
    transition: all 200ms ease-in-out;
    position: relative;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    outline: none;
    background-color: #eeeeee;
    font-family: 'Open Sans';
}
.trgForm_ > div .myButton:hover{
    transform: scale(1.1);
    background: #1cb8a1;
    color: #ffffff;
    z-index: 1;
}
.trgForm_ > div .myButton:focus
{
    box-shadow: none;
    }
.trgForm_ {
    margin: 20px 0;
}
.trgForm_:after
{
    content: "";
    clear: both;
    display: block;
    }
  .divFormTbl_
  {
      overflow-y: auto;
      }
 .divFormTbl_ table
 {
     min-width: 500px;
     border: 1px solid #dddddd;
         width: 100%;
     }
 .divFormTbl_ table td
 {
     padding: 4px;
     }
 .divFormTbl_ table input[type=text],.divFormTbl_ table select
 {
     padding-left: 10px !important;
     }
 .trgForm_ > div > a {
        font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1em;
    text-decoration: none;
    padding: 15px;
    display: block;
    height: 110px;
    color: #444444;
    position: relative;
    background: #ffffff;
    border: 1px solid #e3e8ec;
 }
.trgForm_ > div > a p {
        font-size: 1em;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    margin: 0;
    color: #999999;
    margin-top: 5px;
    clear: both;
    padding-top: 15px;
}
.trgForm_ > div > a:hover {
    color: #1cb8a1;
}
.krutiFont{
  font-family: Hindi !important;
}

.secIn_ > div.dashSec_ > div > .colIcns_ {
    position: absolute;
    width: 32px;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 8px 0;
    text-align: center;
    z-index: 1;
}
#canvas,#canvas-container canvas
{
    position: fixed;
    }
.trgForm_ > div > a img {
  /*  position: absolute; */
    /* left: 10px; */
    /* top: 26px; */
    width: 30px;
    transition: all 200ms;
    -ms-transition: all 200ms;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    float: left;
    margin-right: 10px;
}
.trgForm_ > div > a strong {
    display: block;
    margin: 5px 0;
    float: left;
    font-size: 1.1em;
}
.trgForm_ > div > a:hover img {
    width: 35px;
}
.inForm_ .formFor_ img {
        float: left;
    margin-right: 7px;
    height: 24px;
    margin-top: -2px;
}
.radioSelTp_ input[type=radio][checked][disabled] + label {
    background: #b5b5b5;
    color: #dfdfdf !important;
}
.noteSucc, .noteInfo
{
    background: #eaffe9;
    padding: 5px;
    text-align: center;
    display: block;
    color: #28166f;
    text-shadow: 0 1px 1px #ffffff;
    margin-bottom: 20px;
    }
.noteErr
{
   /* background: #ffe2e2;*/
    padding: 5px;
    text-align: center;
    display: block;
    /*text-shadow: 0 1px 1px #ffffff;*/
    }
.metPoint
{
    display: block;
    font-size: 20px;
    text-align: center;
    }
    
   .hasForm
   {
       position: relative;
       }
   .hasForm > .formWrap
   {
    display: none;   
       } 
   .hasForm .formWrap:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.72);
    z-index: 99999;
}
.formWrap > div > .clsFormWrap {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 23px;
    height: 23px;
    padding: 2px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    background: #000000;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
.hasForm .formWrap > div {
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    width: 265px;
    height: auto;
    padding: 20px;
    margin: auto;
    z-index: 999999;
    box-shadow: 0 2px 14px #6e6e6e;
    border-radius: 6px;
}
.opFormWrap {
    color: #999999 !important;
    font-family: "Open Sans Bold";
    display: block;
    white-space: nowrap;
    cursor: pointer;
        font-size: 12px;
        margin-right: 10px;
}
.opFormWrap:hover
{
    color: #000000 !important;
    }
.opFormWrap .fa
{
    float: left;
    margin-top: 4px;
    margin-right: 2px;
    }
.formWrap > div > .clsFormWrap:hover {
    color: #eeeeee;
    background-color: #0d7868;
}
.formWrap .link{
    padding: 2px 5px;
    border: 1px solid #999999;
    font-family: Open Sans Bold;
    font-size: 14px;
}
.hasForm > .formWrap textarea,.hasForm > .formWrap input[type=text],.hasForm > .formWrap select {
    width: 100% !important;
    border: 1px solid #d5d5d5 !important;
    box-shadow: 0 4px 18px #e3e3e3 inset;
    padding: 3px !important;
    border-radius: 3px;
    margin-bottom: 2px;
    max-width: inherit;
}
.formWrapIn > div span {
    font-family: "Open sans Bold";
    color: #000000 !important;
    font-size: 12px;
}


/* accord */
div#employeeEntry > #entryBlc {
    float: right;
    width: 80%;
}
div#employeeEntry > #entryTag {
    float: left;
    width: 20%;
}
div#employeeEntry > #entryTag > button {
    display: block;
    width: 100%;
    height: 37px;
    background: #ffffff;
    border: 0;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    position: relative;
    color: #707070;
    margin-top: -1px;
    border-left: 0;
    border-right: 0;
}
div#employeeEntry > #entryTag > button.active
{
    /*transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);*/
    background-color: #1cb8a1;
    color: #ffffff !important;
    }
div#employeeEntry > #entryTag > button:hover 
{
    color: #000000;
    /*transform: scale(1.1);
    transition: all 200ms;
    -webkit-transform: scale(1.1);
    -webkit-transition: all 200ms;
    -moz-transform: scale(1.1);
    -moz-transition: all 200ms;
    -ms-transform: scale(1.1);
    -ms-transition: all 200ms;
    -o-transform: scale(1.1);
    -o-transition: all 200ms;*/
    
}
div#employeeEntry > #entryBlc .fieldsForm_ {
    display: none;
}
div#employeeEntry > #entryBlc .fieldsForm_.active
{
    display: block;
    }
div#employeeEntry > #entryTag > button.active:after {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 0;
    background: transparent;
    top: -1px;
    bottom: 0;
    left: 100%;
    border-top: 18px solid transparent;
    border-left: 21px solid #1cb8a1;
    border-bottom: 19px solid transparent;
    z-index: 1;
}
div#employeeEntry > #entryBlc .inFullDiv .fieldsForm_ {
       display: block;
    border: 0;
    padding: 0;
    margin: 0 -30px;
}
.fieldsForm_ > div .griddataTabl_ input[type=text], .fieldsForm_ > div .griddataTabl_ select,.fieldsForm_ > div .griddataTabl_ textarea {
    padding-left: 5px !important;
    min-height: 30px !important;
}
.fieldsForm_ > div .griddataTabl_ textarea
{
   /* height: auto!important;*/
    min-width: 124px;
    max-width: unset;
    }
.fieldsForm_ > div .griddataTabl_ .dateBlc_ input[type=text]
{
    padding-left: 30px !important;
    }
.fieldsForm_ > div .griddataTabl_ .dateBlc_ input[type=image]
{
        height: 30px !important;
    padding: 4px 5px;
    width: 30px !important;
    }
   .fieldsForm_ > div .griddataTabl_ .dateBlc_
   {
       margin-bottom: 20px;
       }
.fieldsForm_ > div.fullDiv_.noPadFull > div.in_2 {
    padding: 0 30px;
    height: 92px;
}
.fieldsForm_ > div.fullDiv_.noPadFull {
    padding: 0;
}
.form-6-sg .griddataTabl_ tr td:nth-of-type(even) {
    width: 20%;
}
.form-6-sg .griddataTabl_ .dateBlc_
{
    margin-bottom: 10px !important;
    }
.form-6-sg .griddataTabl_ tr td:nth-of-type(odd) {
    width: 13.33%;
}
.sg-3-col > div > div > .fa {
        position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    border: 1px solid #e4e4e4;
    width: 34px;
    padding: 7px 0;
    text-align: center;
    font-size: 15px;
    color: #b9c5d0;
    /* background-color: #ffffff !important; */
}
.sg-3-col > div
{
    float: left;
    width: 33.33%;
    padding: 10px;
    background: #eeeeee;
    min-height: 80px;
    }
.sg-3-col > div > span,.sg-3-col > div > span > span
{
    color: #888888;
    font-family: 'Open Sans Bold';
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
    }
.sg-3-col:after {
    content: "";
    clear: both;
    display: block;
}
.sg-3-col {
    background: #eeeeee;
}
.forAddrss {
    padding: 0;
}
.sg-3-col > div > div {
    position: relative;
}
.sg-3-col > div > div.in_2
{
    float: left;
    width: 50%;
    }
   .sg-3-col > div > div.in_2 > span,.sg-3-col > div > div.in_2 > span > span
   {
       color: #888888;
    font-family: 'Open Sans Bold';
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
       }
      .sg-3-col > div > div.in_2  > div
      {
          position: relative;
          }
      .sg-3-col > div > div.in_2  > div > .fa
      {
          position: absolute;
    left: 0;
    top: 0;
    height: 42px;
    border: 1px solid #cdcdcd;
    width: 45px;
    padding: 12px 0;
    text-align: center;
    font-size: 18px;
    color: #b5b5b5;
    /* background-color: #ffffff !important; */
          }
          .logWrap.nogrt {
    max-width: 400px;
    height: auto;
}




/*New for Forms*/
.nFldForm_.fieldsForm_ > div
{
           width: 25% !important;
    height: 70px;
    padding: 5px 5px;
    border: 0;
    }
   .nFldForm_.fieldsForm_ .formSectn_
   {
       width: 100% !important;
    height: auto;
    padding-bottom: 20px;
    margin: 10px 0;
    background-image: none;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 15px;
       }
    .nFldForm_.fieldsForm_ .formSectn_ > span, .fieldsForm_ .formSectn_ > span
    {
            color: #000000;
    text-align: left;
    font-family: "Open Sans";
    font-weight: normal !important;
        }
    .fieldsForm_ .formSectn_.frmScnNBg {
    text-align: left;
    background: #ffffff !important;
    margin: 5px;
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
}
.fieldsForm_ .formSectn_.frmScnNBg > span
{
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold !important;
    }
.nFldForm_.fieldsForm_ > div input[type=text], .nFldForm_.fieldsForm_ > div select {
        height: 37px !important;
    box-shadow: none;
    padding-left: 30px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 0;
    min-width: auto;
    border-radius: 0px;
    /* box-shadow: 3px 3px 0 #e5e5e5; */
    border: 1px solid #d0d0d0 !important;
    -webkit-box-shadow: 3px 3px 3px #e7e2e2;
    box-shadow: 1px 1px 1px #ececec;
    border-radius: 35px;
}
.nFldForm_.fieldsForm_ > .gridDataWrap_ input[type=text], .nFldForm_.fieldsForm_ > .gridDataWrap_ select {
    padding-left: 5px !important;
    height: 30px !important;
    padding: 3px !important;
}
.nFldForm_.fieldsForm_ > div textarea
{
 height: 37px !important;
    box-shadow: none;
    padding-left: 30px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 0;
    min-width: auto;
    border-radius: 3px;
    /*box-shadow: 3px 3px 0 #e5e5e5;*/   
    }
.nFldForm_.fieldsForm_ > div input[type=text]:focus, .nFldForm_.fieldsForm_ > div select:focus,.nFldForm_.fieldsForm_ > div textarea:focus
{
    box-shadow: 0 0px 2px #1cb8a1;
    border-color: #1cb8a1!important;
    }
.nFldForm_.fieldsForm_ > div > div > .fa, .nFldForm_.fieldsForm_ > div > div > .mm, .nFldForm_.fieldsForm_ > div > div.in_2 > div > .fa, .nFldForm_.fieldsForm_ > div > div > .mm
{
        padding: 10px 0;
    height: 37px;
    width: 28px;
    border: 0;
    color: #b9c5d0;
    font-size: 17px;
    }
.nFldForm_.fieldsForm_ > div.shrt-2 textarea
{
        padding: 10px 0;
    height: 37px;
    width: 28px;
    border: 0;
    font-size: 17px;
    }
.nFldForm_.fieldsForm_ > div.fullrt textarea
{
    height: auto !important;
    }
.nFldForm_.fieldsForm_  .dateBlc_ input[type=image]
 {
        padding: 9px 6px;
    height: 35px !important;
    width: 28px !important;
    border: 0 !important;
    top: 1px !important;
    left: 1px !important;
     }
   .nFldForm_.fieldsForm_ .mkFul {
    width: 100% !important;
    height: auto !important;
}
.nFldForm_.fieldsForm_ {
    padding: 10px;
background: -moz-linear-gradient(45deg, rgba(28,184,161,0.15) 0%, rgba(28,184,161,0.15) 1%, rgba(28,184,161,0) 50%, rgba(28,184,161,0.1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(28,184,161,0.15) 0%,rgba(28,184,161,0.15) 1%,rgba(28,184,161,0) 50%,rgba(28,184,161,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(28,184,161,0.15) 0%,rgba(28,184,161,0.15) 1%,rgba(28,184,161,0) 50%,rgba(28,184,161,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#261cb8a1', endColorstr='#1a1cb8a1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
box-shadow: 0 0 2px #c6c6c6;
    border: 1px solid #dddddd;
background: #ffffff;
    margin-bottom: 5px;
}
.nFldForm_.fieldsForm_ > div:not(.formSectn_) > span,.nFldForm_.fieldsForm_ > div:not(.formSectn_) > span .HMStxts
{
    color: #888888;
        font-family: verdana;
    }
.nFldForm_.fieldsForm_   .selt_:after
   {
    padding: 15px 0;   
        width: 20px;
       }
  .nFldForm_.fieldsForm_ .checkBox_ > label    {
     color: #979797;
     font-family: "Open Sans Bold";
       }
   .nFldForm_.fieldsForm_ .checkBox_ > label:hover
   {
       color: #000000;
       }
   .nFldForm_.fieldsForm_ > div.shrt-1 {
    width: 12.5% !important;
}
.nFldForm_.fieldsForm_ > div.shrt-2
{
    width: 25% !important;
    }
.nFldForm_.fieldsForm_ > div.shrt-3 {
    width: 37.5% !important;
}
.nFldForm_.fieldsForm_ > div.shrt-4 {
    width: 50% !important;
}
.nFldForm_.fieldsForm_ > div.shrt-5 {
    width: 62.5%!important;
}
.nFldForm_.fieldsForm_ > div.shrt-6 {
    width: 75%!important;
}
.nFldForm_.fieldsForm_ > div.shrt-7 {
    width: 87.5%!important;
}
.nFldForm_.fieldsForm_ > div.fullrt
{
    height: auto;
    width: 100%!important;
    }
.nFldForm_.fieldsForm_ > div.forBtn_ {
    width: 100% !important;
    height: auto;
}
.nFldForm_.fieldsForm_ > div.sngl {
    padding-top: 20px;
}
/* The snackbar - position it at the bottom and in the middle of the screen */
body.stErr .note_ {
    color: #ff0000;
    padding: 5px;
    text-align: center;
    display: none;
}

.note_.toTop
{
    position: relative;
    visibility: visible;
    min-width: 250px; /* Set a default minimum width */
    width: 100%;
    margin-left: 0; /* Divide value of min-width by 2 */
    background-color: #ffffff; /* Black background color */
    color: red; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 5px; /* Padding */
    z-index: 1; /* Add a z-index if needed */
    left: 0; /* Center the snackbar */
    bottom: auto; /* 30px from the bottom */
    max-width: 100%;
    display: block;
    }
body.stErr .note_.toTop , body.stErr .note_.show 
{
    display: block;
    color: #ffffff;
    }
body.stErr .note_.toTop 
{
        color: #ff0000;
    }

/* Show the snackbar when clicking on a button (class added with JavaScript) */
.note_.show {
    visibility: visible; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: 0; /* Divide value of min-width by 2 */
    background-color: #000000; /* Black background color */
    color: #ffffff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 9999; /* Add a z-index if needed */
    left: 10px; /* Center the snackbar */
    right: 10px;
    bottom: 10px; /* 30px from the bottom */
    -webkit-animation: fadein .5s;
    animation: fadein .5s;
    font-size: 17px;
    border: 1px solid #000000;
    border-radius: 3px;

/* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s/*, fadeout 1s 3.5s*/;
    animation: fadein 0.5s/*, fadeout 1s 3.5s*/;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}



h2.gridFHeads_ {
        font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
}













/*Created for User information*/
.basicInfo .usrPic {
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 30px;
    border: 8px solid #dbdbdb;
    border-bottom-color: #1cb8a1;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
}
.basicInfo .usrPic img {
    width: 100%;
}
.userBasic {
    float: left;
    font-size: 16px;
}
.userBasic  .Em_name {
    font-family: "Open Sans Bold";
    font-size: 30px;
    margin-bottom: 5px;
    margin-top: 15px;
}
.Em_dprt_desgn
{
    font-size: 16px;
    color: #555555;
    }
.Em_dprt_desgn .nmdgns {
    /* margin-right: 30px; */
    
}
.Em_dprt_desgn .nmdprt {
    /* margin-right: 30px; */
    color: #000000;
    font-size: 14px;
    font-family: "Open Sans Bold";
}
.basicInfo:after {
    content: "";
    clear: both;
    display: block;
}
.basicInfo
{
    background-color: #eeeeee;
    padding: 30px;
    }
.shCls > div {
    float: left;
    overflow-y: auto;
    clear: unset;
    max-height: 300px;
}
.shCls > div.cls-3 {
    width: 30%;
}
.shCls > div.cls-7 {
    width: 70%;
    padding-left: 20px;
}
.shCls {
    padding: 30px;
    border: 1px solid #e1e1e1;
}
.shCls:after {
    content: "";
    clear: both;
    display: block;
}
.griddataTabl_ th:hover:before {
    content: attr(data-tip);
    position: absolute;
    bottom: 110%;
    background: #00000094;
    padding: 0 10px;
    left: 0px;
    z-index: 1;
    padding: 5px 5px;
    border-radius: 3px;
    font-size: 10px;
    text-align: center;
}
.griddataTabl_ th {
    position: relative;
}

.forPic {
    /* height: 150px; */
    margin-bottom: 20px;
}
.forPic input[type=file] {
    display: none !important;
}
.forPic .wrapPic label {
    display: block !important;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    background: #eeeeee;
}
.forPic .wrapPic {
    width: 150px;
    height: 150px;
    display: block;
    background: #ffffff;
    text-align: center;
    padding: 0;
    padding-bottom: 0;
    outline: 2px solid #dddddd;
    border: 5px solid #ffffff;
    font-size: 12px;
    overflow: hidden;
}
.forPic .wrapPic img {
    /* width: 100%; */
    height: 100%;
    background: #eeeeee;
    display: block;
    font-weight: normal;
    font-size: 10px;
    margin: auto;
}
.forPic .wrapPicLbl {
        width: 150px;
    display: block !important;
    padding: 10px;
    background: #dddddd;
    font-size: 12px;
    text-align: center;
    outline: 2px solid #dddddd;
        clear: both;
}
section.frm-2-7 > div.nFldForm_.fieldsForm_ {
    float: left;
}
section.frm-2-7 > div.nFldForm_.fieldsForm_.nfrmPic
{
    width: 20%;
    }
section.frm-2-7 > div.nFldForm_.fieldsForm_.nfrmInfo
{
    width: 80%;
    }
.rcCh_ {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    width: 75%;
    margin: 0;
    text-align: right;
}
.rcCh_ td {
    max-width: 20%;
    margin: 0;
    display: inline-block;
}
.rcCh_ label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    border-radius: 0;
    padding: 1px 2px;
    font-size: 11px;
    max-width: 120px;
    min-width: 100%;
}
span[data-val_t]
{
    position: relative;
    }
span[data-val_t]:hover:before
{
        content: attr(data-val_t);
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,.75);
    color: #ffffff;
    font-size: 11px;
    text-align: left;
    white-space: nowrap;
    padding: 3px;
    border-radius: 3px;
    }
	
	
	/*For choose from dropdown*/
    .chzn-container-single .chzn-single {
    height: 40px;
    background: #b16161;
    padding-left: 52px;
    border: 0;
    width: 100% !important;
    padding: 1px !important;
    height: 30px !important;
    font-size: 1em !important;
    /*min-width: 150px;*/
    display: block;
    height: 42px;
    padding-left: 48px !important;
    line-height: 1.42857143;
    color: #777777;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background-color: transparent;
    background-image: none;
    border: 1px solid #e4e4e4 !important;
    -webkit-box-shadow: 3px 3px 3px #e7e2e2;
    box-shadow: 0 5px 20px #e8e8e8 inset;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding: 6px !important;
    padding-left: 36px !important;
    border-radius: 2px;
        margin-bottom: 5px;
}
.chzn-container, .griddataTabl_ .chzn-container {
    font-size: 1em;
    width: 100% !important;
}
.fieldsForm_ > div > div .in_c_1 + .chzn-container {
    width: 33.33% !important;
}
.fieldsForm_ > div input[type=text].in_c_2, .fieldsForm_ > div select.in_c_2 {
    width: 66.66% !important;
    float: right;
    padding-left: 5px !important;
}
.griddataTabl_ .chzn-container 
{
    max-width: 180px;
    }
.chzn-container-single .chzn-single:focus
{
    outline: 0;
    box-shadow: 0 0px 3px 2px #d2fff8;
    border-color: #1cb8a1 !important;
    }
.chzn-container .chzn-drop {
    border: 0;
    box-shadow: 0 2px 12px #b3b3b3;
    width: 100% !important;
    background: #ffffff;
}
.chzn-container-single .chzn-search input[type=text] {
        padding-left: 5px !important;
    width: 100% !important;
    max-width: none;
    min-width: auto !important;
}
.chzn-disabled.chzn-container-single .chzn-single {
         background-color: #dadada !important;
    border: 1px solid #bdbdbd !important;
    color: #000000;
    cursor: not-allowed;
}
.srchTblDts
{
    width: 200px;
    border-collapse: collapse;
    }
.srchTblDts tr td
{
    width: 25%;
    vertical-align: top;
    border: 1px solid #bbbbbb;
    padding: 3px;
    font-size: 11px;
    background-color: #ffffff;
    }
.srchTblDts tr td:first-child
{
    width: 50%;
    font-weight: bold;
    }
	
 .dashConrl_ .selt_ select {
        padding: 2px;
    height: 28px;
    border: 0;
    box-shadow: none;
    background: url("../Images/icon-p%20(1).png");
    background-size: 14px;
    background-position: 6px 9px;
    padding-left: 28px;
    background-repeat: no-repeat;
    border-right: 1px solid #e3e3e3;
    font-size: 1em;
}
.dashConrl_ .selt_ {
        padding: 0;
    float: right;
    margin: 0 10px;
    border: 0;
    width: 97%;
    box-shadow: none;
}
.dashConrl_ {
    position: relative;
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);*/
    padding: 2px;
	/*border: 1px solid #eeeeee;*/
    background-color: #ffffff;
}
.dashConrl_  .selSad_k > span {
    display: none;
}
.srchModl_ input {
        border: 1px solid #ffffff;
    height: 28px;
    width: 100%;
    box-shadow: none;
    position: relative;
    padding: 5px 5px;
    background: url(../Images/icon-view.png);
    background-size: 14px;
    background-position: 5px 7px;
    padding-left: 28px;
    background-repeat: no-repeat;
    font-size: 1em;
}

.candSign .imgBlock,.candSign .signBlock
{
    float: left;
    width: 50%;
    }
.candSign .signBlock
{
    
    }
.candSign .imgBlock > div
{
    height: 360px;
    background: #ffffff;
    border: 15px solid #dddddd;
    }
.candSign .imgBlock > div img {
    width: 100%;
}
.gridFHeads_ {
    font-size: 23px;
    color: #28166f;
    margin-bottom: 10px;
    min-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    background: #ffffff;
    width: 1130px;
    z-index: 9999;
    font-family: Open Sans Bold;
    padding-bottom: 5px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
}
.gridFHeads_ strong {
    color: #1cb8a1;
    font-weight: bold;
}


.fieldsForm_.indCFrms > div > span {
    float: left;
    display: block;
    width: 50%;
    padding: 12px 2px;
    text-align: right;
    padding-right: 15px;
	height: 42px;
	border: 1px solid #d8d8d8;
}
.fieldsForm_.indCFrms > div > div{
	float: left;
    display: block;
    width: 50%;
    padding: 0 2px;
	}
.fieldsForm_.indCFrms > div input[type=text], .fieldsForm_.indCFrms > div select {
    border-radius: 0;
}
.fieldsForm_.indCFrms {
    padding: 5px;
    border: 0;
}
.fieldsForm_.indCFrms > div{
	padding: 0;
	height: 45px;
	}
	

table.indicator {
    font-size: 10px;
    font-weight: bold;
    font-family: verdana;
    border-collapse: collapse;
    margin: 5px 0;
    background: #ffffff;
}
table.indicator td {
    border: 1px solid #d0d0d0;
    padding: 5px;
}
table.indicator td > span {
    width: 20px !important;
    display: block;
    margin: auto;
    height: 20px;
    border-radius: 50%;
    position: relative;
}
table.indicator td > span:before {
    content: "";
    width: 8px;
    height: 2px;
    position: absolute;
    left: 4px;
    top: 5px;
    border: solid #ffffff;
    border-width: 2px 2px 0px 0px;
    display: inline-block;
    padding: 1px 1px;
    transform: rotate(128deg);
}
a.viewBtn_:after,a.editBtn_:after,.delBtn_:after,.errorView:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5em;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #1cb8a1;
    width: 25px;
    height: 18px;
    text-align: center;
    font-weight: normal;
}
a.viewBtn_:after {
        content: "\f06e";
}
a.editBtn_:after {
    content: "\f044";
}
a.delBtn_:after {
        content: "\f1f8";
    color: #f55454;
}
a.errorView:after {
    content: "\f071";
}
a.viewBtn_:hover:after,a.editBtn_:hover:after,a.delBtn_:hover:after {
    color: #000000;
}

.fieldsForm_ > div > div.forLength_ .chzn-container {
    width: 25% !important;
    float: left;
}
.fieldsForm_ > div > div.forLength_ .chzn-container .chzn-single {
    padding-left: 10px !important;
}
.fieldsForm_ > div > div.forLength_ .chzn-container .chzn-single > span {
    width: auto !important;
}
.fieldsForm_ > div > div.forLength_ .chzn-container .chzn-search input[type=text]{
	min-width: auto !important;
	}
.note_.show:after {
        content: "x";
    position: absolute;
    right: 8px;
    color: #000000;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 1px 5px #ffffff;
    top: 3px;
    bottom: 3px;
    margin: auto;
    height: 20px;
    width: 20px;
    line-height: 1;
    cursor: pointer;
    font-weight: bold;
}

.noWrapTxt
{
    white-space: nowrap;
    display: block;
    }
    
    a.attnDv:hover
{
    cursor: pointer;
    }
    
    .forAttandaceSh {
    position: absolute;
    top: 100%;
    z-index: 9;
    left: 0;
    display: none;
    width: 330px;
    box-shadow: 0 2px 2px 0 rgb(197, 210, 220), 0 0 0 1px rgb(219, 228, 234);
    padding: 11px;
    background: #ffffff;
    text-align: left;
    border-radius: 3px;
    border: 1px solid #e3e8ec;
}
.secIn_ > div.dashSec_ > div:hover a.attnDv + .forAttandaceSh
{
    display: block;
    }
.forAttandaceSh table
{
    border: 0;
    background-color: #ffffff;
    width: 100%;
    }
.forAttandaceSh table tr td,.forAttandaceSh table tr th
{
    border: 0;
    padding: 5px;
    vertical-align: top;
    }
.forAttandaceSh table tr th
{
    border-bottom: 2px solid #dddddd;
    color: #999999;
    }
    
    
    
    
  /*New Added Css For Filter*/
  .filterPnlFx {
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 9999999;
    width: 280px;
    bottom: 0;
    box-shadow: none !important;
    overflow-x: auto;
    padding-bottom: 50px;
    transition: all 100ms;
    -webkit-transition: all 100ms;
    right: -280px;
}
.filterPnlFx.filterPnlFxOpen
{
    right: 0;
    }
body.noVis:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 280px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.52);
    z-index: 99999;
}
.filterPnlFx > div {
    width: 100% !important;
    height: auto;
    border: 0px solid #dddddd;
    margin-bottom: 0px;
}
.filterPnlFx > div > span,.filterPnlFx > div > span .HMStxts
{
    font-weight: normal !important;
    }
.filterPnlFxOpen .forBtn_ {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 280px !important;
    margin: 0;
    z-index: 99;
    height: auto !important;
    min-height: auto !important;
    text-align: center;
    background: #e3e8ec;
}
.filterPnlFx > div input[type=text], .filterPnlFx > div select
{
        border: 1px solid #cccccc !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    }
.filterPnlFx > div > div > .fa
{
    border: 0;   
    }
.filterPnlFx .dateBlc_ input[type=image]
{
    border-right: 0 !important;
    }
.filterPnlFx .ajax__calendar .ajax__calendar_container
{
    position: relative !important;
    top: 100% !important;
    }
.filterPnlFx > div.filTerHds {
    margin: 0px;
    width: 100%;
    margin-bottom: 10px;
    border: 0;
    font-size: 1.6em;
    font-weight: bold;
    text-align: left;
    color: #000000;
}
.filterPnlFx > div.filTerHds a
{
    float: right;
    color: #000000;
    }
.filterPnlFx > div.filTerHds a {
    float: right;
    color: #000000;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #dddddd;
    padding: 6px 0;
    margin-top: -4px;
    margin-right: -5px;
    text-align: center;
}
.filterPnlFx > div.filTerHds a:hover {
    color: #1cb8a1;
}
.formFor_ a.filterOpn {
    float: right;
    width: 30px;
    height: 23px;
    background: #000000;
    margin: 0 5px;
}
.formFor_ a.filterOpn {
    float: right;
    width: 28px;
    border-radius: 4px;
    height: 25px;
    font-size: 1.4em;
    /*background: #1fbfa7;
    background: -moz-linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(46,220,194,1)), color-stop(100%, rgba(28,184,161,1)));
    background: -webkit-linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%);
    background: -o-linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%);
    background: linear-gradient(45deg, rgba(46,220,194,1) 0%, rgba(28,184,161,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb8a1', endColorstr='#2edcc2',GradientType=1 );*/
    background: transparent;
    padding: 1px 0;
    text-align: center;
    color: #1cb8a1;
    cursor: pointer;
    transition: box-shadow .3s;
    margin: 0;
}
.formFor_ a.filterOpn:hover
{
    box-shadow: 0 2px 10px 1px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25);
    box-shadow: 0 2px 10px 1px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25);
    box-shadow: 0 2px 10px 1px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25);
    background: rgba(1,174,116,1);
    background: -moz-linear-gradient(47deg, rgba(28,184,161,1) 0%, rgba(46,220,194,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(28,184,161,1)), color-stop(100%, rgba(46,220,194,1)));
    background: -webkit-linear-gradient(47deg, rgba(28,184,161,1) 0%, rgba(46,220,194,1) 100%);
    background: -o-linear-gradient(47deg, rgba(28,184,161,1) 0%, rgba(46,220,194,1) 100%);
    background: -ms-linear-gradient(47deg, rgba(28,184,161,1) 0%, rgba(46,220,194,1) 100%);
    background: linear-gradient(43deg, rgba(28,184,161,1) 0%, rgba(46,220,194,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2edcc2', endColorstr='#1cb8a1',GradientType=0 );
    color: #ffffff;
    }
    
 /*For Fix header Table and new Grid changes*/
 .empNumGrid {
    font-weight: bold;
    margin-bottom: 3px;
    display: inline-block;
}
.filterPnlFx .chzn-container-single .chzn-single
{
    border: 1px solid #cccccc !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    }
    
    
    
    
 /*New for asp menu ul li*/
 .UserInfoOptn_ > .menuSelectn_Fx
 {
         position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    margin: 0;
    width: 230px;
    overflow: auto;
    transform: translateX(-230px);
    transition: all 300ms;
     }
  .UserInfoOptn_ > .menuSelectn_Fx .AspNet-Menu-Horizontal > ul.AspNet-Menu > li, .UserInfoOptn_ > .menuSelectn_Fx .AspNet-Menu-Horizontal > ul.AspNet-Menu > li li, 
  .UserInfoOptn_ > .menuSelectn_Fx .AspNet-Menu-Horizontal > ul.AspNet-Menu li li, .UserInfoOptn_ > .menuSelectn_Fx .AspNet-Menu-Horizontal ul.AspNet-Menu li li {
    display: block !important;
    float: none !important;
    clear: both;
}
.UserInfoOptn_ > .menuSelectn_Fx  ul.AspNet-Menu li ul, 
.UserInfoOptn_ > .menuSelectn_Fx ul.AspNet-Menu li li ul, 
.UserInfoOptn_ > .menuSelectn_Fx ul.AspNet-Menu li li li ul,
.UserInfoOptn_ > .menuSelectn_Fx ul.AspNet-Menu li.AspNet-Menu-Hover ul, 
.UserInfoOptn_ > .menuSelectn_Fx ul.AspNet-Menu li li.AspNet-Menu-Hover ul, 
.UserInfoOptn_ > .menuSelectn_Fx ul.AspNet-Menu li li li.AspNet-Menu-Hover ul, 
.UserInfoOptn_ > .menuSelectn_Fx ul.AspNet-Menu li li li li.AspNet-Menu-Hover ul, 
.UserInfoOptn_ > .menuSelectn_Fx ul.AspNet-Menu li li li li li.AspNet-Menu-Hover ul {
    display: none !important;
}
.UserInfoOptn_ > .menuSelectn_Fx  .AspNet-Menu-Horizontal ul.AspNet-Menu a:hover {
    background-color: #1cb8a1;
    color: #ffffff !important;
}
.UserInfoOptn_ > .menuSelectn_Fx .AspNet-Menu-Horizontal > ul.AspNet-Menu > li ul {
    position: relative !important;
    float: none !important;
    background: #000000 !important;
        width: 100%;
}
.UserInfoOptn_ > .menuSelectn_Fx .AspNet-Menu-Horizontal > ul.AspNet-Menu > li > ul > li > a
{
        padding-left: 20px;
    background-color: #1cb8a1;
    color: #ffffff;
    border-top-color: #109e89;
    border-bottom-color: #25ccb3;
    }
.UserInfoOptn_ > .menuSelectn_Fx .AspNet-Menu-Horizontal > ul.AspNet-Menu > li > ul > li > ul > li > a
{
        padding-left: 30px;
    background-color: #109e89;
    color: #ffffff;
    border-top-color: #0c8c79;
    border-bottom-color: #1cb8a1;
    }
   .UserInfoOptn_ > .menuSelectn_Fx .AspNet-Menu-Horizontal > ul.AspNet-Menu > li ul li a:hover
   {
       background-color: #ffffff;
       color: #000000 !important;
       }
.UserInfoOptn_ > .menuSelectn_Fx .AspNet-Menu-Horizontal ul.AspNet-Menu {
    display: block;
}
.UserInfoOptn_ > .menuSelectn_Fx ul.AspNet-Menu li ul.open,
.UserInfoOptn_ > .menuSelectn_Fx ul.AspNet-Menu li li ul.open, 
.UserInfoOptn_ > .menuSelectn_Fx ul.AspNet-Menu li li li ul.open, 
.UserInfoOptn_ > .menuSelectn_Fx ul.AspNet-Menu li.AspNet-Menu-Hover ul, 
.UserInfoOptn_ > .menuSelectn_Fx ul.AspNet-Menu li li.AspNet-Menu-Hover ul, 
.UserInfoOptn_ > .menuSelectn_Fx ul.AspNet-Menu li li li.AspNet-Menu-Hover ul, 
.UserInfoOptn_ > .menuSelectn_Fx ul.AspNet-Menu li li li li.AspNet-Menu-Hover ul, 
.UserInfoOptn_ > .menuSelectn_Fx ul.AspNet-Menu li li li li li.AspNet-Menu-Hover ul {
    display: block !important;
}
.UserInfoOptn_ > .menuSelectn_Fx .AspNet-Menu-Horizontal > ul.AspNet-Menu > li > a.AspNet-Menu-Link {
    padding: 10px;
    display: block;
    color: #000000;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #ffffff;
    border-radius: 0;
}
.UserInfoOptn_ > .menuSelectn_Fx .AspNet-Menu-Horizontal a.AspNet-Menu-Link, .UserInfoOptn_ > .menuSelectn_Fx .AspNet-Menu-Horizontal span.AspNet-Menu-NonLink
{
    padding: 10px;
    display: block;
    color: #000000;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #ffffff;
    border-radius: 0;
    }
 #menuTogPanl_ {
    display: none;
    visibility: visible;
    /* position: absolute; */
    left: 13px;
    font-size: 22px;
    width: 35px;
    height: 35px;
    background: #ffffff;
    padding: 6px 7px;
    margin-top: 7px;
    color: #469e91;
    cursor: pointer;
    border: 0px solid #000000;
    border-radius: 2px;
    margin-right: 10px;
    border: 1px solid #469e91;
    border-radius: 50%;
}
.fixfrHdrMenu #menuTogPanl_
{
    display: block;
    }
 #menuTogPanl_:hover
 {
     color: #ffffff;
     border-left: #ffffff;
     background: #469e91;
     }
#menuTogPanl_ label {
    cursor: pointer;
    pointer-events: none;
}
html.translate {
    transform: translateX(230px);
    -webkit-transform: translateX(230px);
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
}
html.translate:after {
    content: "";
    position: fixed;
    background: rgba(0,0,0,.70);
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    top: 0;
    left: 0;
}
html {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    min-height: 100%;
}
.UserInfoOptn_ .menuSelectn_.menuSelectn_Fx {
    margin: 0;
}
.UserInfoOptn_ .menuSelectn_.menuSelectn_Fx > img.mnLogo {
    width: 175px;
    margin: 25px auto 50px auto;
    display: block;
}
.UserInfoOptn_ > .menuSelectn_Fx .AspNet-Menu-Horizontal span.AspNet-Menu-NonLink {
    display: none;
}
.AspNet-GridView-Pagination > a, .AspNet-GridView-Pagination > span {
    padding: 2px;
    display: block;
    float: left;
    text-decoration: none;
    border: 1px solid #c5c5c5;
    margin: 5px;
    min-width: 20px;
    height: 20px;
    text-align: center;
    color: #565758;
}
.AspNet-GridView-Pagination > a:hover
{
    color: #000000;
    border-color: #000000;
    }
.AspNet-GridView-Pagination > span {
    color: #ffffff;
    border-color: #1cb8a1;
    cursor: not-allowed;
    font-weight: bold;
    background: #1cb8a1;
}

.fxHdsTblsDekTp2 thead.header-copy.header-fixed {
    z-index: 999;
}
.mSelPnltbs .radioSelTp_ {
    margin: auto;
}
.mSelPnltbs .radioSelTp_ label {
    border-radius: 0;
    padding: 10px 10px;
    height: auto;
    margin: -2px;
    font-size: 1.3em;
    height: 40px;
    min-width: 100px;
}
tr.pagger_ {
    /*position: fixed;*/
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}
.griddataTabl_ > tbody > tr.pagger_ table tr > td > a, .griddataTabl_ > tbody > tr.pagger_ table tr > td > a
{
    font-size: 16px !important;
    border: 0;
    }
tr.pagger_ > td {
    /*display: block;*/
}
tr.pagger_ > td table {
    margin: auto;
}
td.forIconCnt {
    padding: 10px 3px !important;
}
strong.nameUsrStrng,span.nameUsrStrng {
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
}
strong.deprtNmeStrng,span.deprtNmeStrng {
    color: #7c8f9e;
    display: block;
    margin-top: 4px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1em;
}
strong.actvGrd,span.actvGrd {
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
    border-radius: 50%;
    color: #1cb8a1;
    background: #ffffff;
    padding: 5px;
    text-align: center;
    border: 1px solid #1cb8a1;
    font-size: 1.2em;
    font-weight: bold;
    cursor: default;
}
strong.exitGrd {
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
    border-radius: 50%;
    color: #f72222;
    background: #ffffff;
    padding: 5px;
    text-align: center;
    border: 1px solid #f72222;
    font-size: 1.2em;
    font-weight: bold;
    cursor: default;
}
strong.texitGrd {
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
    border-radius: 50%;
    color: #adadad;
    background: #ffffff;
    padding: 5px;
    text-align: center;
    border: 1px solid #adadad;
    font-size: 1.2em;
    font-weight: bold;
    cursor: default;
}
.popUpShow_ tr.pagger_ {
    position: relative;
}

.commentBox
{
    max-height: 200px;
    width: 200px;
    overflow: auto;
    border: 0px solid #dddddd;
    }
.commentBox  .pvtCmtSelf
 {    
    width: 90%;
    float: left;
    margin-bottom: 5px;
    padding: 5px;
    background: #d3fff9;
     }
  .commentBox  .pvtCmtSelf span
  {
      background: #c9fff7;
      border: 1px solid #a9ece2;
      display: inline-block;
      padding: 5px;
      }
 .commentBox .prvOthCMT
 {
        width: 90%;
    float: right;
    margin-bottom: 5px;
    padding: 5px;
    text-align: right;
    background: #ffe1ea;
   }
   .commentBox  .prvOthCMT span
  {
      background: #fdd9e3;
      border: 1px solid #fbc6d5;
      display: inline-block;
      padding: 5px;
	  text-align: left;
      }
  .commentBox  strong.cmtDtSh {
    display: block;
    color: #999999;
    font-weight: normal;
    font-size: .9em;
}
  .commentBox  strong.cmtNnBy {
    display: block;
    color: #999999;
    margin-top: 5px;
    font-weight: normal;
    font-size: .9em;
}
.bgRadiCent .radioSelTp_{
	margin: 20px auto;
	}
.bgRadiCent .radioSelTp_ label{
	height: 35px;
    padding: 6px 10px;
    font-size: 17px;
    width: 150px;
	}
.forInSdkLst_ tr {
    float: left;
    width: 25%;
    display: block;
    padding: 5px;
}

.wrkCskFrm > .fieldsForm_
{
    width: 70%;
    float: left;
    }
.wrkCskFrm > .forImg
{
    width: 30%;
    float: left;
}
.wrkCskFrm > .forImg img
{
    width: 90%;
    display: block;
    margin: auto;
    min-height: 150px;
    min-width: 200px;
    }
.eventDetail_ > img {
    width: auto;
    max-width: 100%;
    height: 70px;
    margin-bottom: 10px;
}

/*New Added to project on 23 may 2020*/
.fieldsForm_:after {
    content: "";
    clear: both;
    display: block;
}
.tagName_t .chzn-container {
    width: 30% !important;
    float: left;
}
.fieldsForm_ > div .tagName_t > input[type="text"] {
    width: 70% !important;
    float: left;
    padding-left: 5px !important;
}
.hnd-stp-flt span{
    float: none !important;
    display: block !important;
}
.fieldsForm_ > div .sh-time-s .chzn-container {
    width: 33.33% !important;
    float: left;
    padding-left: 0 !important;
    margin-bottom: 12px;
}
.fieldsForm_ > div .sh-time-s .chzn-container .chzn-single {
    padding-left: 5px !important;
}
.fieldsForm_ > div > div.in_2 .mk-b-2-s input[type=text] {
    padding-left: 5px !important;
    width: 50% !important;
    float: left !important;
    min-width: auto;
}
.mk-b-2-s span {
    display: block;
    width: 100%;
}
.grdNtblssh .griddataTabl_ th a
{
    position: relative;
    }
.grdNtblssh
{
    /*overflow: auto;*/
    width: 100%;
    }
   .fieldsForm_.infdsForm_
   {
       padding: 0;
       box-shadow: none;
       border: 0;
       }
@media screen and (max-width: 1180px) 
{
    .formCC .updPnsslFlds .fflds,.formCC div.fflds.fflds_2 {
    width: 33.33% !important;
}
    }
@media screen and (max-width: 900px)
{
    .formCC .updPnsslFlds .fflds,.formCC div.fflds.fflds_2 {
    width: 50% !important;
}
    }
@media screen and (max-width: 650px)
{
    .formCC .updPnsslFlds .fflds,.formCC div.fflds.fflds_2 {
    width: 100% !important;
}
.formCallCnt .radSelctnWrp .radioSelTp_ label {
    font-size: 12px;
    padding: 6px 10px;
    margin-right: 0;
}
.tbtns {
    font-size: 12px;
    min-width: 50px;
    padding: 0 12px;
}
.formCC {
    padding: 10px;
}
.formCC > div.fflds,.pickShld {
    width: 100%;
}
.formCallCnt h1 {
    font-size: 18px;
}
.formCC .checkBox_
{
    left: 0;
    }
.grdNtblssh
{
    overflow: auto;
    width: 100%;
    }
    }
    
     /*New Added for formCC 20-06-2020*/    
.tabFrmReslt .griddataTabl_ th > a
{
    position: relative;
    }
@media screen and (max-width: 1180px){
.formCC .updPnsslFlds .fflds {
    width: 20% !important;
}
.formCC div.fflds.fflds_2
{
    width: 40% !important;
    }
}
@media screen and (max-width: 900px){
.formCC .updPnsslFlds .fflds, .formCC div.fflds.fflds_2 {
    width: 33.33% !important;
}
}
@media screen and (max-width: 750px){
.formCC .updPnsslFlds .fflds, .formCC div.fflds.fflds_2 {
    width: 100% !important;
}
.formCallCnt .radSelctnWrp .radioSelTp_ label {
    font-size: 10px;
    padding: 2px 6px;
    margin-right: 0;
}
}

.griddataTabl-select .chzn-container
{
    max-width:480px !important;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  background-color: #fff;
}

.styled-table th, .styled-table td {
  padding: 10px;
  border: 1px solid #ddd;
  vertical-align: top;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.styled-table tbody tr:hover {
  background-color: #f1f1f1;
}

.styled-table input[type="button"] {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 5px 12px;
  cursor: pointer;
  border-radius: 4px;
}

.styled-table input[type="button"]:hover {
  background-color: #218838;
}

.styled-table tr:first-child td {
    font-weight: 600;
    background: #1cb8a1;
    color: #ffffff;
}