/* Top bar Styles Start */
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.padding0{
    padding: 0px;
}
.btn-success:hover{
    color: #fff;
    background-color: #2d3891;
    border-color: #2d3891;
}
.headertitle {
    font-size: 29px;
    text-align: center;
    color: #fff;
    margin: 0px;
    line-height: 85px;
    font-weight: bold;
    padding: 0px !important;
    width: 100%;
}
.headercontactus {
    list-style-type: none;
    margin: 0px;
}
.headercontactus {
    padding: 0px;
    width:350px;
}
.headerlink, .headerlink:hover {
    color: #fff !important;
    font-size: 17px !important;
    text-decoration: none !important;
    font-weight: bold !important;
}
.headercontactuslilast {
    float: left;
    width: 100%;
    margin-top: 5px;
}
.toplogo{
    border-radius: 15px;
    height: 85px;
}
.topbar {
    background: #00a651;
}
.topbar {
    position: relative;
    z-index: 50
}

.topbar .top-navbar {
    min-height: 50px;
    padding: 0px 15px 0 0
}

.topbar .top-navbar .dropdown-toggle:after {
    display: none
}

.topbar .top-navbar .navbar-header {
    line-height: 45px;
    text-align: center
}

.topbar .top-navbar .navbar-header .navbar-brand {
    margin-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #00a651;
    padding: 12px 15px;
}
.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
    display: none
}
.topbar .top-navbar .navbar-header .navbar-brand b {
    line-height: 60px;
    display: inline-block
}
.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: 30px;
    line-height:80px;
    color:#fff !important;
}
.topbar .top-navbar .navbar-nav>.nav-item.show {
    background: rgba(0, 0, 0, 0.05)
}
.topbar .profile-pic {
    width: 30px;
    border-radius: 100%
}
.topbar .dropdown-menu {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    border-color: rgba(120, 130, 140, 0.13)
}
.topbar .dropdown-menu .dropdown-item {
    padding: 7px 1.5rem
}
.topbar ul.dropdown-user {
    padding: 0px;
    min-width: 270px
}
.topbar ul.dropdown-user li {
    list-style: none;
    padding: 0px;
    margin: 0px
}
.topbar ul.dropdown-user li.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: rgba(120, 130, 140, 0.13)
}
.topbar ul.dropdown-user li .dw-user-box {
    padding: 10px 15px
}
.topbar ul.dropdown-user li .dw-user-box .u-img {
    width: 70px;
    display: inline-block;
    vertical-align: top
}
.topbar ul.dropdown-user li .dw-user-box .u-img img {
    width: 100%;
    border-radius: 5px
}
.topbar ul.dropdown-user li .dw-user-box .u-text {
    display: inline-block;
    padding-left: 10px
}
.topbar ul.dropdown-user li .dw-user-box .u-text h4 {
    margin: 0px;
    font-size: 15px
}
.topbar ul.dropdown-user li .dw-user-box .u-text p {
    margin-bottom: 2px;
    font-size: 12px
}
.topbar ul.dropdown-user li .dw-user-box .u-text .btn {
    color: #ffffff;
    padding: 5px 10px;
    display: inline-block
}
.topbar ul.dropdown-user li a {
    padding: 9px 15px;
    display: block;
    color: #67757c
}
/* Top bar Styles End */

/* Left Side bar styles start */
.left-sidebar {
    width: 220px;
    min-height: 600px;
    top: 0px;
    background: #e7e8ea;
}
.user-profile {
    position: relative;
    background-size: cover;
    width: 85%;
    margin: 0 auto;
    background-color: #d1d2d4;
    margin-bottom: 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
}
.user-profile .profile-img {
    width: 160px;
    margin: 0 auto;
    padding: 10px 0 5px 0;
    border-radius: 100%
}
    .user-profile .profile-img img {
        width: 100%;
        border: 2px solid #ffffff;
        border-radius: 3px;
    }
.user-profile h5{
    color: #2d3891;
}
.user-profile .profile-text {
    padding: 5px 0px;
    position: relative;
    text-align: center
}
.user-profile .profile-text>a {
    color: #99abb4;
    padding: 0 5px
}
.user-profile .profile-text>a:hover {
    color: #1976d2
}
.user-profile .profile-text>a:after {
    display: none
}
.user-profile .dropdown-menu {
    left: 0px;
    right: 0px;
    top: 62px !important;
    width: 180px;
    margin: 0 auto
}
.sidebar-footer {
    position: fixed;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    width: 240px;
    background: #fff;
    border-top: 1px solid rgba(120, 130, 140, 0.13)
}
.sidebar-footer a {
    padding: 15px;
    width: 33.333337%;
    float: left;
    text-align: center;
    font-size: 18px
}
.collapse.in {
    display: block;
    background-color: #2d3891;
}
.sidebar-nav {
   padding: 0px
}
.scroll-sidebar{
    padding-bottom: 60px;
}
.sidebar-nav ul {
    margin: 0px;
    padding: 0px
}
.sidebar-nav ul li {
    list-style: none
}
.sidebar-nav ul li a {
    padding: 7px 10px;
    display: block;
    font-size: 13px;
    color: #000!important;
    font-weight: bold;
}
.sidebar-nav ul li a:hover {
    color: white !important;
    border-left: 5px solid #2d3891;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #00a651;
}
a:hover {
    color: #0056b3;
    text-decoration: none;
}
.sidebar-nav ul li a.active i,
.sidebar-nav ul li a:hover i {
    color: #ffffff;
}
.sidebar-nav ul li a.active {
    font-weight: 500;
    color: #ffffff;
}
.sidebar-nav ul li ul {
    padding-left: 28px
}
.sidebar-nav ul li ul li a {
    padding: 7px 35px 7px 15px
}
.sidebar-nav ul li ul ul {
    padding-left: 15px
}
.sidebar-nav ul li.nav-small-cap {
    font-size: 12px;
    margin-bottom: 0px;
    padding: 14px 14px 14px 20px;
    color: #263238;
    font-weight: 500
}
.sidebar-nav ul li.nav-devider {
    height: 1px;
    background: rgba(120, 130, 140, 0.13);
    display: block;
    margin: 20px 0
}
.sidebar-nav>ul>li>a {
    border-left: 3px solid transparent
}
.sidebar-nav>ul>li>a i {
    width: 27px;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    color: #000;
}
.sidebar-nav>ul>li>a .label {
    float: right;
    margin-top: 6px
}
.sidebar-nav>ul>li>a.active {
    font-weight: 400;
    background: #2d3891;
    color: #ffffff;
}
.sidebar-nav>ul>li {
    margin-left: 10px;
    background-color: #d1d2d4;
    margin-bottom: 5px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    color: #000;
}
.sidebar-nav>ul>li.active>a {
    color: #fff !important;
    font-weight: bold;
    border-left: 5px solid #00a651;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #2d3891;
}
.sidebar-nav>ul>li.active>a i {
    color: #ffffff;
}
/* Left Side bar styles End */

/* footer styles Start */
.thm-container {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}


.footer-top {
  background: #2d3891;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-top [class*=col-md]:nth-child(2) {
 text-align: center;
}
.footer-top [class*=col-md]:nth-child(3) {
  text-align: right;
}
.footer-top .single-footer-top {
  padding: 5px 0;
}
.marquee{
    width: 100%;
    color:#fff;
    height: 20px;
    font-size: 16px;
}
.footer-top .single-footer-top p {
  display: inline-block;
  margin: 0;
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.footer-top .copy-right p {
    display: inline-block;
    margin: 0;
    position: relative;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    padding: 5px 0px;
}

.footer-top .single-footer-top p span {
  color: #fff;
}
footer.site-footer {
  background: #00a651;
  padding: 15px 0;
}
footer.site-footer .single-footer-widget .title {
  margin-bottom: 15px;
}
footer.site-footer .single-footer-widget .title h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
footer.site-footer .single-footer-widget ul.links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -5px;
  padding-bottom: 17px;
}
footer.site-footer .single-footer-widget ul.links-list li a {
  display: block;
  font-size: 15px;
  color:#fff;
    padding: 2px 0px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
footer.site-footer .single-footer-widget ul.links-list li a:hover {
  color: #fff;
}
footer.site-footer.blue-bg .single-footer-widget ul.links-list li a:hover {
  color: #00a651;
}
.footer-bottom {
  background: #2d3891;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-bottom .copy-text p,.footer-bottom .copy-text p a {
  margin: 0;
  color: #fff;
  font-size: 15px;
}
.footer-bottom .social a {
  color: #fff;
  font-size: 18px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.footer-bottom .social a + a {
  margin-left: 30px;
}
.footer-bottom .social a:hover {
    color: #00a651;
}
/* footer styles End */

@media (min-width:768px) {
    .page-wrapper {
        width: calc(100% - 220px);
    }
    .profileimagemobileview{
        display:none;
    }
        .headercontactusli {
        display: inline-block;
        float: left;
        margin-right: 10px;
    }
.sidebarmobilemenu{display:none;}

    .mini-sidebar .sidebar-nav #sidebarnav li {
        position: relative
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li>ul {
        position: absolute;
        left: 60px;
        top: 45px;
        width: 200px;
        z-index: 1001;
        background: #f2f6f8;
        display: none;
        padding-left: 1px
    }
    .mini-sidebar .user-profile .profile-img {
        width: 50px
    }
    .mini-sidebar .user-profile .profile-img .setpos {
        top: -35px
    }
    .mini-sidebar.fix-sidebar .left-sidebar {
        position: absolute
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul {
        height: auto !important;
        overflow: auto
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul,
    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul.collapse {
        display: block
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li>a.has-arrow:after {
        display: none
    }
    .mini-sidebar .left-sidebar {
        width: 60px
    }
    .mini-sidebar .user-profile {
        padding-bottom: 15px;
        width: 60px;
        margin-bottom: 7px
    }
    .mini-sidebar .user-profile .profile-img {
        padding: 15px 0 0 0;
        margin: 0px 0 0 6px
    }
    .mini-sidebar .user-profile .profile-img:before {
        top: 15px
    }
    .mini-sidebar .scroll-sidebar {
        padding-bottom: 0px;
        position: absolute;
        overflow-x: hidden !important
    }
    .mini-sidebar .hide-menu,
    .mini-sidebar .nav-small-cap,
    .mini-sidebar .sidebar-footer,
    .mini-sidebar .user-profile .profile-text,
    .mini-sidebar>.label {
        display: none
    }
    .mini-sidebar .nav-devider {
        width: 60px
    }
    .mini-sidebar .sidebar-nav {
        background: transparent
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li>a {
        padding: 9px 18px;
        width: 50px
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a {
        width: 260px;
        background: #f2f6f8
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a .hide-menu {
        display: inline
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a .label {
        display: none
    }
}
@media (max-width:767px) {
    .page-wrapper {
        width: 100%;
    }
    .headercontactus li{
        text-align: center;
    padding: 5px;
    }
    .headercontactus{
        width:100% !important;
    }
    .topbar .top-navbar .navbar-header{
        width: 100% !important;
    }
    .headertitle {
    line-height: 35px;
    margin: 0px 0px 10px 0px;
    }
.scroll-sidebar {
    padding-bottom: 0px !important;
}
.navbar-nav{
    display:none;
}
.sidebarmobilemenu{
    float: right;
    position: absolute;
    right: 0px;
    line-height: 90px;
}
.profileimagemobileview img{
    height: 75px;
    margin-top: 14px;
    border-radius: 10px;
}
.navbar-brand{
    float:left;
}
    .mini-sidebar.show-sidebar .left-sidebar {
        position: relative !important;
        border-top: 3px solid #2d3891;
        width: 100%;
    }
.user-profile{
    display: none;
}
#main-menu{
    padding: 0px !important;
}
.mini-sidebar .container-fluid{
    padding:0px !important;
}
.sidebar-nav ul li.nav-devider{
    margin:0px !important;
}
.sidebar-nav>ul>li{
    border-bottom: 2px solid #adabab;
    margin-left:unset !important;
    margin-bottom:0px !important;
    border-top-left-radius:unset !important;
    border-bottom-left-radius:unset !important;
}
.sidebar-nav ul li a:hover,.sidebar-nav>ul>li.active>a{
    margin-left:unset !important;
    margin-bottom:0px !important;
    border-top-left-radius:unset !important;
    border-bottom-left-radius:unset !important;
}
.nav-devider{
    display:none !important;
}
.profileimagemobileview{
    float: left;
    width: 28%;
    margin-left: 15px;
}
.navbar-brand {
    width: 52% !important;
    text-align: center;
}
.sidebarmobilemenu {
    width: 20% !important;
}
.pull-right{
    float: left;
    margin-top: 20px;
}
.toplogo{
    height:75px !important;
}
    .mini-sidebar .left-sidebar {
        position: fixed
    }
    .mini-sidebar .left-sidebar,
    .mini-sidebar .sidebar-footer {
        left: -100%
    }
    .mini-sidebar.show-sidebar .left-sidebar,
    .mini-sidebar.show-sidebar .sidebar-footer {
        left: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .headercontactus{
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
    .headertitle {
    font-size: 22px !important;
}
}
@media (max-width:330px) {
    .profileimagemobileview img{
        height:55px !important;
    }
    .toplogo {
    height: 55px !important;
}
.sidebarmobilemenu{
    line-height: 65px !important;
}
}
.containerrow{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}    
.footer-top{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.maincontentarea{
    padding: 5px 0px 10px 0px;
}


/* Mobile View for Table Start */
@media (min-width:767px) {
    .displayelement {
        overflow-x: auto;
    }
    ::-webkit-scrollbar {
        height: 10px;
        width: 10px;
        border: 3px solid #2d3891;
    }
    .contentarearightpanel {
        padding: 0px !important;
    }
}

@media (max-width:1200px) {
	.tableRepeater tfoot td.rightAlign {
        text-align: right !important;
    }
    .maincontentarea table td {
        white-space: normal;
    }
    .lblError {
        float: left;
        font-size: 10px;
        margin-bottom: 6px;
        margin-top: 6px;
        white-space: pre-line;
		width:100%;
    }

    .formelement input {
        float: left;
    }

    .formelement td > span {
        white-space: initial !important;
    }

    .chosen-container, .chosen-single {
        width: 100% !important;
    }

    input[type="text"] {
        margin-right: 5px !important;
    }

    .tableRepeater tbody td {
        white-space: initial !important;
    }

   
}

@media (min-width:767px) {
    .formelement {
        width: 100%;
    }

    .displayelement {
        width: 100% !important;
    }

    ::-webkit-scrollbar {
        width: 5px;
    }

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    }

    ::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }
}
@media screen and (min-width:768px) {
.exchangeratetableRepeater {
    border: 1px solid #ddd !important;
    border-collapse: collapse !important;
    width: auto !important;
}
.exchangeratetableRepeater thead th:nth-child(1) {
    text-align: center;
    font-weight: normal;
}
.exchangeratetableRepeater thead th {
    background-color: #11A761;
    color: white;
    padding: 3px 5px;
    white-space: nowrap;
    border: 1px solid #ddd;
    height: 30px;
    padding: 5px 10px !important;
}
.exchangeratetableRepeater tbody td {
    padding: 5px 10px !important;
    border: 1px solid #ddd !important;
}

}
.exchangeratetableRepeater tbody tr:nth-child(even) {
    background-color: #f2f4f7;
}
html,
body {
   margin:0;
   padding:0;
   height:100% !important;
}
.mainfooterarea {
   position:absolute;
   width:100%;
   z-index: 9999;
}
.page-body
{
min-height:100%;
   position:relative;
 
}
.marquee>table.tableFormDisplay td
{
white-space: pre-wrap;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
@media (hover: none) and (pointer: coarse) {
  .chosen-single
  {
	 display:block !important;
  }
  .chosen-container
  {
	  display:none !important;
  }
}
}



@media (max-width:767px) {
    body {
        background-size: unset !important;
    }
    .displayelement {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .formelement .tableFormDisplay {
        width: 100% !important;
    }
    .maincontentarea {
        width: 100% !important;
    }
    .chosen-container {
        width: 100% !important;
    }
    .formelement > table td:first-child {
        margin: 0px !important;
        height: 23px;
    }
    .formelement > table td {
        width: 100% !important;
        clear: both;
        display: table;
        margin-top: 2px !important;
        margin-bottom: 9px !important;
    }
    .formelement > table td:empty {
            display: none;
    }
    input[type=text], input[type=password] {
        margin-right: 8px !important;
        margin-bottom: 6px !important;
        margin-top: 5px !important;
        float: left;
    }
    select {
        width: 99% !important;
        margin-bottom: 6px !important;
        margin-top: 5px !important;
        float: left;
    }
    .lblVerifyNow {
        float: left;
        margin-bottom: 6px;
    }
    .lblError {
        float: left;
        font-size: 10px;
        margin-bottom: 6px;
        white-space: pre-line;
    }
    .formelement > table td > span, .formelement > table td > span > span {
        white-space: initial;
    }
    .tableControls {
        display: block;
        width: 100% !important;
    }
    .tableControls td {
            float: left !important;
            width: 35% !important;
            border: 0px !important;
    }
    .tableControls td:last-child {
                margin-bottom: 25px !important;
                margin-left: 15px;
    }
    .tableRepeater thead, tbody, th, td, tr {
         display:block;
    }
    .tableRepeater tbody td {
        padding-left: 45% !important;
        width: 100% !important;
        white-space: pre-line !important;
    }
    .tableRepeater thead td {
        height: 35px;
        background-color: #D9EEE4 !important;
        border: 0px;
    }
   .tableRepeater thead td > a {
            width: 200px !important;
            margin-left: -100px !important;
    }
    .tableRepeater tr {
        margin: 0 0 2rem 0;
    }
    .tableRepeater td.centerAlign {
        text-align: left !important;
    }
   .tableRepeater td {
        border: none;
        position: relative;
        padding-left: 50% !important;
        white-space: unset !important;
        text-align: left;
    }
   .tableRepeater td:before {
            position: absolute;
            left: 6px;
            width: 45%;
            text-align: left;
            font-weight: bold;
            padding-right: 10px;
            white-space: nowrap;
    }
   .tableRepeater {
        border: none !important;
        width: 100% !important;
    }
    .exchangerate #tblDetails thead, .exchangerate #tblDetails tbody, .exchangerate #tblDetails th, .exchangerate #tblDetails td, .exchangerate #tblDetails tr {
        display: inline-table !important;
    }
.exchangerate #tblDetails tr
{
	border-left:1px solid #e7e8ea;
	border-right:1px solid #e7e8ea;
	border-bottom:1px solid #e7e8ea;
}
.exchangerate #tblDetails th:nth-child(1)
{
   width: 13% !important;
    font-size: 13px;
    text-align: center;
    height: 29px;
    line-height: 28px;
	color: #ffffff;
    font-weight: bold;
}
.exchangerate #tblDetails td:nth-child(1)
{
   width: 13% !important;
    font-size: 13px;
    text-align: center;
    height: 35px;
    line-height: 35px;
	
}
.exchangerate #tblDetails th:nth-child(2)
{
    width: 16% !important;
   font-size: 13px;
    text-align: center;
    height: 29px;
    line-height: 28px;
	border-left: 1px solid #e7e8ea;
	color: #ffffff;
    font-weight: bold;
}
 .exchangerate #tblDetails td:nth-child(2)
{
    width: 16% !important;
   font-size: 13px;
    text-align: center;
    height: 29px;
    height: 35px;
    line-height: 35px;
	border-left: 1px solid #e7e8ea;
}
.exchangerate #tblDetails th:nth-child(3)
{
    width: 41.5% !important;
   font-size: 13px;
    text-align: center;
    height: 29px;
    line-height: 28px;
	border-left: 1px solid #e7e8ea;
	color: #ffffff;
    font-weight: bold;
}
.exchangerate #tblDetails td:nth-child(3)
{
    width: 41.5% !important;
   font-size: 13px;
    text-align: center;
    height: 35px;
    line-height: 24px;
	border-left: 1px solid #e7e8ea;
}
.exchangerate #tblDetails th:nth-child(4)
{
    width: 29% !important;
   font-size: 13px;
    text-align: center;
    height: 29px;
    line-height: 28px;
	border-left: 1px solid #e7e8ea;
	color: #ffffff;
    font-weight: bold;
}
.exchangerate #tblDetails td:nth-child(4)
{
    width: 29% !important;
   font-size: 13px;
    text-align: center;
   height: 35px;
    line-height: 35px;
	border-left: 1px solid #e7e8ea;
}
.exchangerate thead,.exchangerate tr {
   width:100% !important;	
}
.exchangerate .tableRepeater tbody td {
        padding-left: 0px !important;
    width: 100% !important;
    white-space: unset !important;
}
.tableControls input[type=submit] {
        margin-left: 105% !important;
    }
    input[type="text"], input[type="password"], input[type="file"], [type=date], [type=tel], [type=email] {
        width: 100% !important;
    }
        input[type="text"].decimal, [type=number].decimal, [type=tel].decimal {
            width: 79% !important;
        }
    .formelement tfoot input[type="submit"]
    {
        float:none !important;
    }
    input[type="text"].ccy, [type=number].ccy, [type=tel].ccy {
        width: 20% !important;
        margin: 1px 0px 0px 0px !important;
    }
    .toppanelmargin {
        padding-left: 5px;
        padding-right: 5px;
    }

    .tableRepeater tbody td {
        border: 0px !important;
        border-bottom: 1px solid #11A761 !important;
        border-left: 1px solid #11A761 !important;
        border-right: 1px solid #11A761 !important;
    }

        .tableRepeater tbody td:first-child {
            border-top: 1px solid #11A761 !important;
            border-top-right-radius: 8px;
            border-top-left-radius: 8px;
        }

        .tableRepeater tbody td:last-child {
            border-bottom-right-radius: 8px;
            border-bottom-left-radius: 8px;
        }

    .latestupdatestitle {
        float: none !important;
        font-size: 15px !important;
    }
    .beneficiarymanagement table#tblDetails > thead > tr:nth-of-type(2) {
        display: none;
    }

    .beneficiarymanagement table#tblDetails > tbody > tr > td:nth-of-type(1):before {
        content: "S.No";
    }

    .beneficiarymanagement table#tblDetails > tbody > tr > td:nth-of-type(2):before {
        content: "Beneficiary Name";
    }

    .beneficiarymanagement table#tblDetails > tbody > tr > td:nth-of-type(3):before {
        content: "Bank Name";
    }

    .beneficiarymanagement table#tblDetails > tbody > tr > td:nth-of-type(4):before {
        content: "Acc. Number";
    }

    .beneficiarymanagement table#tblDetails > tbody > tr > td:nth-of-type(5):before {
        content: "Branch Name";
    }

    .beneficiarymanagement table#tblDetails > tbody > tr > td:nth-of-type(6):before {
        content: "Country";
    }

    .beneficiarymanagement table#tblDetails > tbody > tr > td:nth-of-type(7):before {
        content: "Status";
    }

    .beneficiarymanagement table#tblDetails > tbody > tr > td:nth-of-type(8):before {
        content: "Action";
    }

    .transactionhistorymanagement table.tableRepeater > thead > tr {
        display: none;
    }

    .transactionhistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(1):before {
        content: "S.No";
    }

    .transactionhistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(2):before {
        content: "Create Date";
    }

    .transactionhistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(3):before {
        content: "Reference No";
    }

    .transactionhistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(4):before {
        content: "Beneficiay Name";
    }

    .transactionhistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(5):before {
        content: "LC Amount";
    }

    .transactionhistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(6):before {
        content: "Charge";
    }

    .transactionhistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(7):before {
        content: "VAT";
    }

    .transactionhistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(8):before {
        content: "TotalPayable";
    }

    .transactionhistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(9):before {
        content: "LCY";
    }

    .transactionhistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(10):before {
        content: "FC Amount";
    }
    .transactionhistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(12):before {
        content: "FCY";
    }

    .transactionhistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(13):before {
        content: "Status";
    }

    .transactionhistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(14):before {
        content: "Action";
    }

    .transactionhistorymanagement table.tableRepeater > tfoot > tr > td:nth-of-type(1) {
        display: none;
    }

    .transactionhistorymanagement table.tableRepeater > tfoot > tr > td:nth-of-type(2):before {
        content: "LC Amount Total:";
    }

    .transactionhistorymanagement table.tableRepeater > tfoot > tr > td:nth-of-type(3):before {
        content: "Charge Total:";
    }

    .transactionhistorymanagement table.tableRepeater > tfoot > tr > td:nth-of-type(4):before {
        content: "VAT Total:";
    }

    .transactionhistorymanagement table.tableRepeater > tfoot > tr > td:nth-of-type(5):before {
        content: "Total Payable:";
    }


    .branchtthistorymanagement table.tableRepeater > thead > tr {
        display: none;
    }

    .branchtthistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(1):before {
        content: "S.No";
    }

    .branchtthistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(2):before {
        content: "Create Date";
    }

    .branchtthistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(3):before {
        content: "Branch Name";
    }

    .branchtthistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(4):before {
        content: "Reference No";
    }

    .branchtthistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(5):before {
        content: "Beneficiay Name";
    }

    .branchtthistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(6):before {
        content: "LC Amount";
    }

    .branchtthistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(7):before {
        content: "Charge";
    }

    .branchtthistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(8):before {
        content: "VAT";
    }

    .branchtthistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(9):before {
        content: "TotalPayable";
    }

    .branchtthistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(10):before {
        content: "LCY";
    }

    .branchtthistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(11):before {
        content: "FC Amount";
    }

    .branchtthistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(12):before {
        content: "Dest";
    }

    .branchtthistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(13):before {
        content: "FCY";
    }

    .branchtthistorymanagement table.tableRepeater > tbody > tr > td:nth-of-type(14):before {
        content: "Status";
    }

    .branchtthistorymanagement table.tableRepeater > tfoot > tr > td:nth-of-type(1) {
        display: none;
    }

    .branchtthistorymanagement table.tableRepeater > tfoot > tr > td:nth-of-type(2):before {
        content: "LC Amount Total:";
    }

    .branchtthistorymanagement table.tableRepeater > tfoot > tr > td:nth-of-type(3):before {
        content: "Charge Total:";
    }

    .branchtthistorymanagement table.tableRepeater > tfoot > tr > td:nth-of-type(4):before {
        content: "VAT Total:";
    }

    .branchtthistorymanagement table.tableRepeater > tfoot > tr > td:nth-of-type(5):before {
        content: "Total Payable:";
    }


    .wpsmanagement table.tableRepeater > thead > tr {
        display: none;
    }

    .wpsmanagement table:nth-of-type(1).tableRepeater > tbody > tr > td:nth-of-type(1) {
        display: none;
    }
	.wpsmanagement table:nth-of-type(1).tableRepeater > tbody > tr > td:nth-of-type(3) {
        display: none;
    }
    .wpsmanagement table:nth-of-type(1).tableRepeater > tbody > tr > td:nth-of-type(2) {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border: 1px solid #11A761 !important
    }
	.wpsmanagement table:nth-of-type(1).tableRepeater > tbody > tr:nth-of-type(1) > td:nth-of-type(2):before {
        content: "Company Name";
    }
    .wpsmanagement table:nth-of-type(1).tableRepeater > tbody > tr:nth-of-type(1) > td:nth-of-type(4):before {
        content: "Company MOLID";
    }
    .wpsmanagement table:nth-of-type(1).tableRepeater > tbody > tr:nth-of-type(2) > td:nth-of-type(2):before {
        content: "Employee Name";
    }
	.wpsmanagement table:nth-of-type(1).tableRepeater > tbody > tr:nth-of-type(2) > td:nth-of-type(4):before {
        content: "Employee PID No";
    }
	.wpsmanagement table:nth-of-type(2).tableRepeater > tbody > tr > td:nth-of-type(1):before {
        content: "S.No";
    }

    .wpsmanagement table:nth-of-type(2).tableRepeater > tbody > tr > td:nth-of-type(2):before {
        content: "Date";
    }

    .wpsmanagement table:nth-of-type(2).tableRepeater > tbody > tr > td:nth-of-type(3):before {
        content: "Branch Name";
    }

    .wpsmanagement table:nth-of-type(2).tableRepeater > tbody > tr > td:nth-of-type(4):before {
        content: "Reference No";
    }

    .wpsmanagement table:nth-of-type(2).tableRepeater > tbody > tr > td:nth-of-type(5):before {
        content: "Salary Month";
    }

    .wpsmanagement table:nth-of-type(2).tableRepeater > tbody > tr > td:nth-of-type(6):before {
        content: "Pay Mode";
    }

    .wpsmanagement table:nth-of-type(2).tableRepeater > tbody > tr > td:nth-of-type(7):before {
        content: "Bank Name";
    }

    .wpsmanagement table:nth-of-type(2).tableRepeater > tbody > tr > td:nth-of-type(8):before {
        content: "Days";
    }

    .wpsmanagement table:nth-of-type(2).tableRepeater > tbody > tr > td:nth-of-type(9):before {
        content: "Salary AED";
    }

    .wpsmanagement table.tableRepeater > tfoot > tr > td:nth-of-type(1) {
        display: none;
    }

    .wpsmanagement table:nth-of-type(2).tableRepeater > tfoot > tr > td:nth-of-type(2):before {
        content: "Total:";
    }
    .wpsmanagement table:nth-of-type(1).tableRepeater > tbody tr, .wpsmanagement table:nth-of-type(1).tableRepeater > tbody tr:nth-child(even) {
        background-color: #c5f5ce;
    }
    .tankhwacardholder table.tableRepeater > thead > tr {
        display: none;
    }

    .tankhwacardholder table:nth-of-type(1).tableRepeater > tbody > tr > td:nth-of-type(1) {
        display: none;
    }

    .tankhwacardholder table:nth-of-type(1).tableRepeater > tbody > tr > td:nth-of-type(3) {
        display: none;
    }

    .tankhwacardholder table:nth-of-type(1).tableRepeater > tbody > tr > td:nth-of-type(2) {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border: 1px solid #11A761 !important
    }

    .tankhwacardholder table:nth-of-type(1).tableRepeater > tbody > tr:nth-of-type(1) > td:nth-of-type(2):before {
        content: "Company Name";
    }

    .tankhwacardholder table:nth-of-type(1).tableRepeater > tbody > tr:nth-of-type(1) > td:nth-of-type(4):before {
        content: "Company MOLID";
    }
    .tankhwacardholder table:nth-of-type(1).tableRepeater > tbody tr, .tankhwacardholder table:nth-of-type(1).tableRepeater > tbody tr:nth-child(even) {
        background-color: #c5f5ce;
    }
    .tankhwacardholder table:nth-of-type(1).tableRepeater > tbody > tr:nth-of-type(2) > td:nth-of-type(2):before {
        content: "Employee Name";
    }

    .tankhwacardholder table:nth-of-type(1).tableRepeater > tbody > tr:nth-of-type(2) > td:nth-of-type(4):before {
        content: "Employee PID No";
    }

    .tankhwacardholder table:nth-of-type(2).tableRepeater > tbody > tr > td:nth-of-type(1):before {
        content: "S.No";
    }

    .tankhwacardholder table:nth-of-type(2).tableRepeater > tbody > tr > td:nth-of-type(2):before {
        content: "Trxn Date";
    }

    .tankhwacardholder table:nth-of-type(2).tableRepeater > tbody > tr > td:nth-of-type(3):before {
        content: "Narration";
    }

    .tankhwacardholder table:nth-of-type(2).tableRepeater > tbody > tr > td:nth-of-type(4):before {
        content: "Credit AED";
    }

    .tankhwacardholder table:nth-of-type(2).tableRepeater > tbody > tr > td:nth-of-type(5):before {
        content: "Debit AED";
    }

    .tankhwacardholder table.tableRepeater > tfoot > tr > td:nth-of-type(1) {
        display: none;
    }

    .tankhwacardholder table.tableRepeater > tfoot > tr > td:nth-of-type(2):before {
        content: "Total Credit AED:";
    }

    .tankhwacardholder table.tableRepeater > tfoot > tr > td:nth-of-type(3):before {
        content: "Total Debit AED:";
    }

    .tankhwacardholder table.tableRepeater > tfoot > tr:nth-of-type(2) > td:nth-of-type(2):before {
        content: "Statement Balance:";
    }

    .tankhwacardholder table.tableRepeater > tfoot > tr:nth-of-type(3) > td:nth-of-type(2):before {
        content: "Current Available Balance:";
    }
}

.login-page {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/bg.jpg);
    height: 100%;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0px 0px 0px 1px transparent;
        box-shadow: 0px 0px 0px 1px transparent
    }

    50% {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1)
    }

    to {
        -webkit-box-shadow: 0px 0px 0px 15px transparent;
        box-shadow: 0px 0px 0px 15px transparent
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0px 0px 0px 1px transparent;
        box-shadow: 0px 0px 0px 1px transparent
    }

    50% {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1)
    }

    to {
        -webkit-box-shadow: 0px 0px 0px 15px transparent;
        box-shadow: 0px 0px 0px 15px transparent
    }
}
